8dc6181de3Refactor user password update logic: Only update password and token if a new password is provided. Update frontend to conditionally include password in the request data, improving user experience and data handling. Fix: https://github.com/usmannasir/cyberpanel/issues/1509
Master3395
2025-09-21 01:07:54 +0200
5d445b0e23Add functionality to switch back to OpenLiteSpeed: Implement server status utility methods, views, and frontend controller for switching from LiteSpeed Enterprise to OpenLiteSpeed. Include status checking and user notifications during the switch process, enhancing user experience and management capabilities.
Master3395
2025-09-21 00:27:49 +0200
Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev
Master3395
2025-09-20 21:50:48 +0200
53aea56136Add home directory management features: Introduce models and views for managing user home directories, including dynamic home directory assignment during user creation. Update frontend to allow selection of home directories and display relevant information. Enhance backend logic for home directory migration and statistics retrieval, improving overall user management capabilities.
Master3395
2025-09-20 21:50:22 +0200
f943e5c961some bug fixes to install.py
usmannasir
2025-09-21 00:37:02 +0500
Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev
Master3395
2025-09-20 21:32:24 +0200
3032dff01dImplement remote connection handling and progress tracking for backup operations: Introduce a method for attempting connections to remote CyberPanel servers with port fallback. Enhance the frontend to display detailed progress and logs during backup transfers, including error handling and notifications for port fallback usage. Update HTML and JavaScript to support new progress tracking features and improve user feedback during backup and restore processes.
Master3395
2025-09-20 21:31:41 +0200
6bd125622esome bug fixes to install.py
usmannasir
2025-09-21 00:21:07 +0500
70e76967ecEnhance container log retrieval and display: Implement formatted log retrieval with timestamps and improved error handling in ContainerManager. Update frontend to support log formatting, auto-scrolling, and additional log controls. Modify container command execution to temporarily start stopped containers, ensuring better user feedback on command execution status.
Master3395
2025-09-20 21:14:12 +0200
5364e3e7d1Add FTP quota management features: Implement getFTPQuotaUsage and migrateFTPQuotas methods in FTPManager for retrieving quota usage and migrating existing users to the new quota system. Update views and URLs to support these new functionalities. Enhance FTPUtilities with methods for applying quotas to the filesystem and retrieving current quota usage.
Master3395
2025-09-20 21:07:48 +0200
76f6d346f1Enhance PHP version management in PHPManager: Implement comprehensive detection of PHP versions across multiple methods, including system checks and package manager queries. Add validation and configuration fixing for PHP installations. Introduce methods to retrieve the latest and recommended PHP versions, improving overall reliability and user feedback in the website management process.
Master3395
2025-09-20 21:01:51 +0200
f7e533db9bUpdate README.md and listContainers.html: Add social media badges to README for improved community engagement. Adjust table column widths in listContainers.html for better layout and readability.
Master3395
2025-09-20 20:46:32 +0200
af434bcb89Enhance file deletion process in FileManager: Implement detailed logging for file and directory deletion, including security checks and error handling. Improve handling of immutable flags and ensure proper permissions for suspension pages in website management. Add fallback mechanisms for system file deletions and enhance user feedback on operations.
Master3395
2025-09-20 20:39:35 +0200
6ef98c57e7Update .gitignore and remove test files: Add patterns for development test files to .gitignore and delete unused test.php and test.sh files to clean up the repository.
Master3395
2025-09-20 20:13:21 +0200
f0e03323a5Update README.md: Add CyberPanel logo, update last updated date, and improve guide links formatting for better readability.
Master3395
2025-09-20 19:51:53 +0200
19ebaa2becUpdate install.sh and README.md: Remove support for Ubuntu 18.04 and CentOS 8, and adjust OS detection logic. Update supported OS list in README to reflect current compatibility.
Master3395
2025-09-20 19:44:43 +0200
f4e75fc14cUpdate install.sh to correctly identify CentOS Stream 9: Change SERVER_OS variable from "CentOS8" to "CentOSStream9" for accurate OS detection during installation. https://github.com/usmannasir/cyberpanel/pull/1393
Master3395
2025-09-20 19:38:06 +0200
feee06fae6Add Django version compatibility in pluginInstaller: Implement getUrlPattern method to generate URL patterns compatible with both Django 2.x and 3.x+. Update URL writing logic to utilize this method for improved maintainability and compatibility. https://github.com/usmannasir/cyberpanel/pull/1366
Master3395
2025-09-20 19:31:15 +0200
e8164cf13cAdd fixFilePermissions function: Implement a new command to fix file permissions for a specified domain in the CyberPanel CLI. Update documentation to include CLI command reference. https://github.com/usmannasir/cyberpanel/pull/1321
Master3395
2025-09-20 19:25:16 +0200
14bf478024Add createDockersite API endpoint: Implement functionality to create a dockersite with input validation and error handling. Update urls.py to include the new endpoint. https://github.com/usmannasir/cyberpanel/pull/1224
Master3395
2025-09-20 19:17:44 +0200
f4b627f2ffRefactor FileManager: Update file paths for hello.txt and enhance directory mutability settings. Allow specific directories to remain mutable by adjusting chattr settings for logs, trash, backup, incbackup, lscache, and .cagefs.
Master3395
2025-09-20 19:14:05 +0200
7512a486e0Implement Banned IPs management system: Add functionality to list, add, remove, and delete banned IPs. Update UI components for managing banned IPs, including a new tab in the firewall section and enhanced user notifications. Refactor existing code for better organization and maintainability.
Master3395
2025-09-20 18:52:07 +0200
Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev
Master3395
2025-09-20 01:34:53 +0200
b1a528acadRemove obsolete test scripts for firewall blocking, SSL integration, subdomain log fix, version fetching, and related functionalities. This cleanup enhances project maintainability by eliminating unused code and reducing clutter in the repository.
Master3395
2025-09-20 01:33:42 +0200
c2c41fe25cdebian 12: add missing views to views.py in websitefunctions
usmannasir
2025-09-19 15:20:17 +0500
5da6200d7cdebian 12: add missing views to views.py in websitefunctions
usmannasir
2025-09-19 15:04:25 +0500
f57cf9e865debian 12: add missing views to views.py in websitefunctions
usmannasir
2025-09-19 14:34:05 +0500
104496d9fdUpdate CyberPanel installer scripts to support additional operating systems and versions. Enhance OS detection logic in install.sh and cyberpanel_upgrade.sh for CentOS 9, CentOS Stream 9, Rocky Linux 9, RHEL 8, RHEL 9, and Debian 11-13. Revise README.md to reflect updated support details and clarify compatibility. Improve error messages for unsupported OS detection.
Master3395
2025-09-19 01:19:49 +0200
c525af21c5Implement disk usage refresh feature for email accounts. Add a new endpoint and corresponding view to refresh disk usage, ensuring accurate display in the UI. Update JavaScript and HTML templates to support the new functionality, enhancing user experience with real-time updates. Refactor disk usage calculation for improved accuracy and error handling.
Master3395
2025-09-19 01:09:48 +0200
317b75bb9aAdd container management features: implement update, delete with data, and delete while preserving data functionalities. Update views, URLs, and templates for enhanced user interaction and data safety. Introduce modals for container updates and deletion options, improving overall user experience.
Master3395
2025-09-18 22:16:42 +0200
7a84819361Remove MAIN_LOG_VERIFICATION_README.md as it is no longer needed following the implementation of the subdomain log fix. This deletion streamlines documentation and focuses on updated logging practices.
Master3395
2025-09-18 22:06:35 +0200
ad6c511e2eRefactor log management system by enhancing subdomain log fix functionality. Update views and URLs for improved access, and refine log configuration handling in the upgrade script. Adjust vHost configuration paths for better log organization.
Master3395
2025-09-18 22:04:24 +0200
6213ff8fddAdd subdomain log fix functionality and update templates. Introduce new views and URLs for fixing subdomain logs, enhance log configuration handling in the upgrade script, and update vHost configuration paths for better log management. Include a new menu item for accessing the log fix interface.
Master3395
2025-09-18 22:04:05 +0200
8ca3ae1b49Remove SECURITY_INSTALLATION.md and implement SSL reconciliation features in manageSSL module. Add new views and URLs for SSL reconciliation, enhance mobile responsiveness in templates, and update SSL utilities for improved functionality. Update upgrade script for scheduled SSL reconciliation tasks.
Master3395
2025-09-18 21:37:48 +0200
Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev
Master3395
2025-09-18 20:46:36 +0200
9c9d0f3075Enhance CyberPanel with new features and improvements, including a file integrity verification system, IP blocking functionality, and support for resetting Apache and vHost configurations to default. Update documentation and guides for better user experience. Fix bandwidth reset issues and improve overall system stability.
Master3395
2025-09-18 20:45:34 +0200
9debd05a90Merge remote-tracking branch 'upstream/v2.5.5-dev' into v2.5.5-dev
Master3395
2025-09-18 20:45:13 +0200