Commit Graph

  • 2d3505b1ed Implement LSMCD installation and service management in cyberpanel.sh; enhance service status checks in install.py Master3395 2025-09-24 01:45:55 +02:00
  • f34c768b24 Implement LSMCD installation and service management in cyberpanel.sh; enhance service status checks in install.py Master3395 2025-09-24 01:45:55 +02:00
  • a9398cef90 Enhance installation scripts and fix ownership commands Master3395 2025-09-24 01:44:26 +02:00
  • 0989927096 Enhance installation scripts and fix ownership commands Master3395 2025-09-24 01:44:26 +02:00
  • b290b426e9 Merge pull request #1524 from master3395/v2.5.5-dev Master3395 2025-09-24 01:11:48 +02:00
  • 80b13b3b9e Merge pull request #1524 from master3395/v2.5.5-dev Master3395 2025-09-24 01:11:48 +02:00
  • aaf3b68e14 Update PHP version handling and installation logic across scripts Master3395 2025-09-24 01:11:23 +02:00
  • 7faac5167c Update PHP version handling and installation logic across scripts Master3395 2025-09-24 01:11:23 +02:00
  • 93448a44b3 Add installation summary feature to cyberpanel.sh and install.py Master3395 2025-09-24 00:45:34 +02:00
  • f3f6fd88a6 Add installation summary feature to cyberpanel.sh and install.py Master3395 2025-09-24 00:45:34 +02:00
  • 77a3dc8368 Merge pull request #1523 from master3395/v2.5.5-dev Master3395 2025-09-24 00:37:03 +02:00
  • 2b74c34f3c Merge pull request #1523 from master3395/v2.5.5-dev Master3395 2025-09-24 00:37:03 +02:00
  • 49e3149622 Update MariaDB repository URLs to use HTTPS and enhance setup logic for RHEL 9/10 in cyberpanel.sh; modify permission commands in install.py to use raw string literals for better compatibility. Master3395 2025-09-24 00:36:38 +02:00
  • 1606e14158 Update MariaDB repository URLs to use HTTPS and enhance setup logic for RHEL 9/10 in cyberpanel.sh; modify permission commands in install.py to use raw string literals for better compatibility. Master3395 2025-09-24 00:36:38 +02:00
  • e0f1bde18d Merge pull request #1522 from master3395/v2.5.5-dev Master3395 2025-09-24 00:16:46 +02:00
  • 568319f87f Merge pull request #1522 from master3395/v2.5.5-dev Master3395 2025-09-24 00:16:46 +02:00
  • 84ccd47b98 Setup MariaDB repository for AlmaLinux 9/10 in cyberpanel.sh and update package installation command to include MariaDB packages. Master3395 2025-09-24 00:16:27 +02:00
  • a346c7c24b Setup MariaDB repository for AlmaLinux 9/10 in cyberpanel.sh and update package installation command to include MariaDB packages. Master3395 2025-09-24 00:16:27 +02:00
  • 8450831666 Merge pull request #1521 from master3395/v2.5.5-dev Master3395 2025-09-24 00:03:01 +02:00
  • 58cccf60a0 Merge pull request #1521 from master3395/v2.5.5-dev Master3395 2025-09-24 00:03:01 +02:00
  • 68d86d9c9c Enhance package installation in cyberpanel.sh: Added EPEL repository installation for additional packages and included the installation of the Development Tools group to support development needs on CentOS 9/10 and related distributions. Master3395 2025-09-24 00:02:37 +02:00
  • 79937b2f5d Enhance package installation in cyberpanel.sh: Added EPEL repository installation for additional packages and included the installation of the Development Tools group to support development needs on CentOS 9/10 and related distributions. Master3395 2025-09-24 00:02:37 +02:00
  • 3a9bba3cbe Merge pull request #1520 from master3395/v2.5.5-dev Master3395 2025-09-23 23:42:33 +02:00
  • 30d5379829 Merge pull request #1520 from master3395/v2.5.5-dev Master3395 2025-09-23 23:42:33 +02:00
  • b071502045 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 23:42:05 +02:00
  • cf540417dd Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 23:42:05 +02:00
  • 7e0de29407 Enhance OS detection and package installation logic in cyberpanel.sh: Updated the script to improve detection for various Ubuntu and CentOS versions, refined package management commands, and added error handling for unsupported OS scenarios. Enhanced virtual environment setup for compatibility with newer Ubuntu releases. Master3395 2025-09-23 23:41:48 +02:00
  • fbe24ffca3 Enhance OS detection and package installation logic in cyberpanel.sh: Updated the script to improve detection for various Ubuntu and CentOS versions, refined package management commands, and added error handling for unsupported OS scenarios. Enhanced virtual environment setup for compatibility with newer Ubuntu releases. Master3395 2025-09-23 23:41:48 +02:00
  • bf764c2b8f Merge pull request #1519 from master3395/v2.5.5-dev Master3395 2025-09-23 23:34:09 +02:00
  • e73cd18a64 Merge pull request #1519 from master3395/v2.5.5-dev Master3395 2025-09-23 23:34:09 +02:00
  • 30cb78d0ef Enhance OS detection and package management in installation scripts: Updated install.sh to improve OS detection logic for various CentOS, AlmaLinux, CloudLinux, Ubuntu, Debian, and openEuler versions. Refined package installation commands and added error handling for unsupported OS scenarios. Improved service name mapping in install.py for better compatibility across distributions. Master3395 2025-09-23 23:33:05 +02:00
  • b454e99759 Enhance OS detection and package management in installation scripts: Updated install.sh to improve OS detection logic for various CentOS, AlmaLinux, CloudLinux, Ubuntu, Debian, and openEuler versions. Refined package installation commands and added error handling for unsupported OS scenarios. Improved service name mapping in install.py for better compatibility across distributions. Master3395 2025-09-23 23:33:05 +02:00
  • cc9a6ad31b Refactor installation scripts for improved service management and compatibility: Updated cyberpanel.sh to enhance PHP package installation logic based on available versions. Improved error handling for systemd service management in install.py and added pip upgrade functionality for better package compatibility. Enhanced PowerDNS database setup and service startup procedures with retry mechanisms and detailed logging. Master3395 2025-09-23 23:16:36 +02:00
  • bd4d4088b2 Refactor installation scripts for improved service management and compatibility: Updated cyberpanel.sh to enhance PHP package installation logic based on available versions. Improved error handling for systemd service management in install.py and added pip upgrade functionality for better package compatibility. Enhanced PowerDNS database setup and service startup procedures with retry mechanisms and detailed logging. Master3395 2025-09-23 23:16:36 +02:00
  • ff53915f4c Remove deprecated IP blocking script: Deleted block_ip.py as it is no longer needed in the current implementation of CyberPanel. Master3395 2025-09-23 22:37:32 +02:00
  • a577b909b8 Remove deprecated IP blocking script: Deleted block_ip.py as it is no longer needed in the current implementation of CyberPanel. Master3395 2025-09-23 22:37:32 +02:00
  • f41b54205b Refactor service management in installation scripts: Updated cyberpanel.sh to enhance the display of access information and system status. Improved install.py by adding comprehensive service checks and fixes for PowerDNS, Pure-FTPd, and database connectivity. Enhanced LiteSpeed configuration handling and ensured critical services are running properly during installation. Added detailed logging for better user feedback. Master3395 2025-09-23 22:35:47 +02:00
  • 8867254382 Refactor service management in installation scripts: Updated cyberpanel.sh to enhance the display of access information and system status. Improved install.py by adding comprehensive service checks and fixes for PowerDNS, Pure-FTPd, and database connectivity. Enhanced LiteSpeed configuration handling and ensured critical services are running properly during installation. Added detailed logging for better user feedback. Master3395 2025-09-23 22:35:47 +02:00
  • 4b045ac898 Merge pull request #1518 from master3395/v2.5.5-dev Master3395 2025-09-23 21:51:25 +02:00
  • 6bf0ee0238 Merge pull request #1518 from master3395/v2.5.5-dev Master3395 2025-09-23 21:51:25 +02:00
  • f60cbfbba4 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 21:51:05 +02:00
  • b056b1d3f8 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 21:51:05 +02:00
  • e51afaba5b Enhance branch detection and installation process in scripts: Updated cyberpanel.sh to improve branch/version detection logic based on execution context. Modified install.sh to allow installation from a specified branch and adjusted preUpgrade.sh to support branch parameter for upgrades. Improved error handling and logging for better user feedback. Master3395 2025-09-23 21:50:37 +02:00
  • 69cdc94038 Enhance branch detection and installation process in scripts: Updated cyberpanel.sh to improve branch/version detection logic based on execution context. Modified install.sh to allow installation from a specified branch and adjusted preUpgrade.sh to support branch parameter for upgrades. Improved error handling and logging for better user feedback. Master3395 2025-09-23 21:50:37 +02:00
  • f535f79638 Merge pull request #1517 from master3395/v2.5.5-dev Master3395 2025-09-23 21:24:59 +02:00
  • a132af4858 Merge pull request #1517 from master3395/v2.5.5-dev Master3395 2025-09-23 21:24:59 +02:00
  • 2c21e57e05 Merge branch 'v2.5.5-dev' of https://github.com/master3395/cyberpanel into v2.5.5-dev Master3395 2025-09-23 21:23:56 +02:00
  • c06b25d96e Merge branch 'v2.5.5-dev' of https://github.com/master3395/cyberpanel into v2.5.5-dev Master3395 2025-09-23 21:23:56 +02:00
  • c92c17c465 Add IP blocking functionality to homePage.html: Implemented a script to block IP addresses with confirmation prompts, CSRF token handling, and user notifications for success or failure. Enhanced user experience with loading states and automatic page refresh after blocking an IP. Master3395 2025-09-23 21:23:54 +02:00
  • de314ec1cb Add IP blocking functionality to homePage.html: Implemented a script to block IP addresses with confirmation prompts, CSRF token handling, and user notifications for success or failure. Enhanced user experience with loading states and automatic page refresh after blocking an IP. Master3395 2025-09-23 21:23:54 +02:00
  • 0f3d2c446d Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 21:10:06 +02:00
  • 68ef10b1f4 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 21:10:06 +02:00
  • 2c57ad595e Enhance CyberPanel functionality with FTP Quota and Bandwidth Management features: Added models, views, and templates for managing FTP quotas and bandwidth resets. Implemented IP blocking functionality with associated views and templates. Updated system scripts for improved repository synchronization and OS detection. Removed outdated workflow files. Master3395 2025-09-23 21:09:38 +02:00
  • 59c415ae1d Enhance CyberPanel functionality with FTP Quota and Bandwidth Management features: Added models, views, and templates for managing FTP quotas and bandwidth resets. Implemented IP blocking functionality with associated views and templates. Updated system scripts for improved repository synchronization and OS detection. Removed outdated workflow files. Master3395 2025-09-23 21:09:38 +02:00
  • 3f40229f1b Merge pull request #1516 from master3395/v2.5.5-dev Master3395 2025-09-23 21:05:56 +02:00
  • a9e7f088d3 Merge pull request #1516 from master3395/v2.5.5-dev Master3395 2025-09-23 21:05:56 +02:00
  • 11991c0f80 Refine README.md for clarity and consistency: Updated formatting, improved section organization, and clarified installation instructions. Master3395 2025-09-23 21:03:17 +02:00
  • 9acb23ea33 Refine README.md for clarity and consistency: Updated formatting, improved section organization, and clarified installation instructions. Master3395 2025-09-23 21:03:17 +02:00
  • ffaf88d114 Update README.md Master3395 2025-09-23 20:40:18 +02:00
  • 8bce23fe98 Update README.md Master3395 2025-09-23 20:40:18 +02:00
  • 1291d6e5d6 Update README.md Master3395 2025-09-23 20:39:25 +02:00
  • 7fa54b1e03 Update README.md Master3395 2025-09-23 20:39:25 +02:00
  • 7344ec49cf Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 20:33:23 +02:00
  • f1b5e32378 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 20:33:23 +02:00
  • 5c38e53458 Update README.md Master3395 2025-09-23 20:32:22 +02:00
  • 25c9fa00a5 Update README.md Master3395 2025-09-23 20:32:22 +02:00
  • 4ca638d6e0 Merge pull request #2 from aadi2206/patch-2 Master3395 2025-09-23 20:30:11 +02:00
  • b9f830e8c6 Merge pull request #2 from aadi2206/patch-2 Master3395 2025-09-23 20:30:11 +02:00
  • ffb826d08f Update README.md for v2.4.4 Aadi Sachan 2025-09-23 23:46:24 +05:30
  • 8c606bdb7b Update README.md for v2.4.4 Aadi Sachan 2025-09-23 23:46:24 +05:30
  • ca1484c8b0 Merge pull request #1515 from master3395/v2.5.5-dev Master3395 2025-09-23 20:11:10 +02:00
  • ea4e1043b7 Merge pull request #1515 from master3395/v2.5.5-dev Master3395 2025-09-23 20:11:10 +02:00
  • 4ae179effc Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 20:09:00 +02:00
  • d6e7dd33db Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 20:09:00 +02:00
  • cd38d6eb29 Update version requirements and enhance upgrade script output: Changed minimum version requirement from 1.9.4 to 2.3.4 in upgrade scripts, improved recovery log messages, and added detailed success and warning messages for the upgrade process. Enhanced user interface elements in the HTML template for better readability. Master3395 2025-09-23 20:07:30 +02:00
  • 29bba6edf3 Update version requirements and enhance upgrade script output: Changed minimum version requirement from 1.9.4 to 2.3.4 in upgrade scripts, improved recovery log messages, and added detailed success and warning messages for the upgrade process. Enhanced user interface elements in the HTML template for better readability. Master3395 2025-09-23 20:07:30 +02:00
  • 2443a3d430 Merge pull request #1514 from master3395/v2.5.5-dev Master3395 2025-09-23 19:09:49 +02:00
  • a4be95427f Merge pull request #1514 from master3395/v2.5.5-dev Master3395 2025-09-23 19:09:49 +02:00
  • 685a464ca5 Fix pysftp dependency issue and optimize WSGI-LSAPI compilation: Removed pysftp from requirements in favor of paramiko, and updated Makefile for proper optimization flags to avoid _FORTIFY_SOURCE warnings during WSGI-LSAPI installation. Master3395 2025-09-23 19:06:33 +02:00
  • 86ce614ea1 Fix pysftp dependency issue and optimize WSGI-LSAPI compilation: Removed pysftp from requirements in favor of paramiko, and updated Makefile for proper optimization flags to avoid _FORTIFY_SOURCE warnings during WSGI-LSAPI installation. Master3395 2025-09-23 19:06:33 +02:00
  • abfa28469f Merge pull request #1512 from master3395/v2.5.5-dev Usman Nasir 2025-09-23 13:17:32 +05:00
  • f79038a26b Merge pull request #1512 from master3395/v2.5.5-dev Usman Nasir 2025-09-23 13:17:32 +05:00
  • 63ffc8d4f7 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 09:55:51 +02:00
  • 8d9cfb0ace Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev Master3395 2025-09-23 09:55:51 +02:00
  • c873bfc140 Remove deprecated migration script and update version to 2.4 Build 4: The run_migration.py script has been deleted as it is no longer needed. The version file has been incremented to reflect the latest build. Additionally, the Django settings have been updated to include DEFAULT_AUTO_FIELD for improved primary key handling. Master3395 2025-09-23 09:55:27 +02:00
  • 27c2877490 Remove deprecated migration script and update version to 2.4 Build 4: The run_migration.py script has been deleted as it is no longer needed. The version file has been incremented to reflect the latest build. Additionally, the Django settings have been updated to include DEFAULT_AUTO_FIELD for improved primary key handling. Master3395 2025-09-23 09:55:27 +02:00
  • e91df945ae Merge pull request #1510 from master3395/v2.5.5-dev Usman Nasir 2025-09-23 12:29:21 +05:00
  • 00b45dcd36 Merge pull request #1510 from master3395/v2.5.5-dev Usman Nasir 2025-09-23 12:29:21 +05:00
  • 9b9a9cae44 Merge branch 'v2.4.4' into v2.5.5-dev usmannasir 2025-09-23 10:59:13 +05:00
  • 5d0f098933 Merge branch 'v2.4.4' into v2.5.5-dev usmannasir 2025-09-23 10:59:13 +05:00
  • e28e401e9d Enhance ModSecurity rule installation and verification: Update OWASP rules to version 4.18.0, improving detection for installed rules in the FirewallManager. Add checks to verify the existence of OWASP and Comodo configuration files. Update JavaScript to reflect installation status and improve user feedback. Ensure proper logging for installation processes and errors. Master3395 2025-09-22 18:05:55 +02:00
  • ce085cc734 Enhance ModSecurity rule installation and verification: Update OWASP rules to version 4.18.0, improving detection for installed rules in the FirewallManager. Add checks to verify the existence of OWASP and Comodo configuration files. Update JavaScript to reflect installation status and improve user feedback. Ensure proper logging for installation processes and errors. Master3395 2025-09-22 18:05:55 +02:00
  • 4408ca04c8 bug fix: staging site issue usmannasir 2025-09-22 18:16:05 +05:00
  • b0d68654cc bug fix: staging site issue usmannasir 2025-09-22 18:16:05 +05:00
  • 503c464e48 bug fix: staging site issue usmannasir 2025-09-22 17:46:10 +05:00
  • e126bb84a5 bug fix: staging site issue usmannasir 2025-09-22 17:46:10 +05:00
  • f48e7286df bug fix: staging site issue usmannasir 2025-09-22 16:57:35 +05:00
  • 9cc301b10d bug fix: staging site issue usmannasir 2025-09-22 16:57:35 +05:00
  • ecd44c9d6a bug fix: staging site issue usmannasir 2025-09-22 14:08:51 +05:00
  • 7adca3b8a9 bug fix: staging site issue usmannasir 2025-09-22 14:08:51 +05:00