Commit Graph

59 Commits

Author SHA1 Message Date
Master3395
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. 2025-09-23 19:06:33 +02:00
Master3395
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. 2025-09-23 09:55:27 +02:00
Master3395
8f2e36ac08 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev 2025-09-21 17:35:06 +02:00
usmannasir
6c914fdc05 bug fix: installation issues 2025-09-21 13:04:51 +05:00
Master3395
9c31824445 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev 2025-09-20 22:35:57 +02:00
usmannasir
565a78e662 some bug fixes to install.py 2025-09-21 01:07:38 +05:00
Master3395
57630d2676 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev 2025-09-20 21:50:48 +02:00
usmannasir
083ef69bad some bug fixes to install.py 2025-09-21 00:37:02 +05:00
Master3395
3aecc23a59 Merge branch 'usmannasir:v2.5.5-dev' into v2.5.5-dev 2025-09-20 21:32:24 +02:00
usmannasir
c6f4e0cc2b some bug fixes to install.py 2025-09-21 00:21:07 +05:00
Master3395
c9ab0a6abf Add 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. 2025-09-20 21:07:48 +02:00
usmannasir
7cbdb7133d bug fix: of evn creation 2025-09-20 20:21:18 +05:00
usmannasir
194216bade debian 12 2025-09-19 12:06:13 +05:00
usmannasir
2038836f24 debian 12 2025-09-19 11:45:19 +05:00
usmannasir
4a8867f4a0 debian 12 2025-09-19 11:32:35 +05:00
Usman Nasir
b9d7ad8d3a Merge pull request #1508 from master3395/v2.5.5-dev
V2.5.5 dev
2025-09-19 11:20:08 +05:00
usmannasir
4f8742b1ce debian 12 2025-09-19 09:40:01 +05:00
Master3395
ae31c6572e Update 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. 2025-09-19 01:19:49 +02:00
usmannasir
573c80d669 debian 12 2025-09-18 23:20:05 +05:00
usmannasir
1ff1d1c65e debian 12 2025-09-18 23:16:37 +05:00
usmannasir
44c6283b28 debian 12 2025-09-18 14:20:01 +05:00
usmannasir
70fb38d23c debian 12 2025-09-18 12:42:00 +05:00
usmannasir
a32d24daec debian 12 2025-09-18 12:30:22 +05:00
usmannasir
8ad44cc47b debian 12 2025-09-18 11:56:05 +05:00
usmannasir
f6149b09da debian 12 2025-09-18 02:17:29 +05:00
usmannasir
44df654ff6 debian 12 2025-09-18 02:06:31 +05:00
usmannasir
af93890f4e debian 12 2025-09-18 01:58:24 +05:00
usmannasir
6b2f718631 debian 13 ols fix 2025-09-18 01:29:38 +05:00
usmannasir
6eedea1254 debian 13 ols fix 2025-09-18 01:15:38 +05:00
usmannasir
f2a69b2988 bug fix: debain 13 2025-09-17 15:18:57 +05:00
usmannasir
c768bcb76b bug fix: debain 13 2025-09-17 14:53:52 +05:00
usmannasir
e7ad3a3896 Merge branch 'v2.5.5-dev' of github.com:usmannasir/cyberpanel into v2.5.5-dev 2025-09-17 14:40:01 +05:00
usmannasir
b003ff748b bug fix: allowed host issue 2025-09-15 12:07:15 +05:00
Master3395
47c40da0a9 Update PHP version references and improve AlmaLinux 9 compatibility
- Changed PHP symlink from version 8.0 to 8.3 in various scripts to ensure compatibility with the latest PHP version.
- Updated documentation links in the FAQ to point to the new community support page.
- Added checks and fixes for MariaDB installation issues specific to AlmaLinux 9.
- Enhanced the installation script to support additional PHP versions and improve overall installation reliability.
2025-09-15 01:25:52 +02:00
Master3395
78b06e5c82 Enhance environment variable management and security
- Updated .gitignore to include additional sensitive files and directories.
- Added python-dotenv to requirements for loading environment variables.
- Modified settings.py to load environment variables for sensitive configurations, including SECRET_KEY, DEBUG, and database credentials.
- Implemented secure .env file generation during installation to avoid hardcoding sensitive information.
- Introduced fallback method for settings update if environment generation fails.
2025-09-13 19:07:03 +02:00
Master3395
b2a3ee6476 Fix mirror gettoforge
https://github.com/usmannasir/cyberpanel/issues/1499
2025-09-12 09:42:52 +02:00
Master3395
6e86055016 Add sieve by default.
Add sieve by default.
2025-09-10 20:01:52 +02:00
Master3395
41c232ca16 Fix Mariadb on almalinux 9
Fix Mariadb on almalinux 9
2025-09-10 17:36:09 +02:00
Master3395
b4a6882ab3 Fix ALL documentation links.
Fix ALL documentation links.
2025-09-08 11:50:35 +02:00
Master3395
f7f51e67c4 Add Almalinux 10 and php 84+85
Add Almalinux 10 and php 84+85
2025-09-07 22:57:53 +02:00
Master3395
d191bd208c Resolve issue 1493
Should solve the issue in https://github.com/usmannasir/cyberpanel/issues/1493
2025-09-07 20:40:29 +02:00
usmannasir
a902dc7aef bug fix: fix dynamic latest version of lsws server 2025-09-04 23:07:27 +05:00
usmannasir
e3abbc47f4 v2.4.4 release 2025-09-01 13:11:42 +05:00
usmannasir
21f33646dd bug fix: postfix conf for ipv6 2025-09-01 00:07:41 +05:00
usmannasir
67a0f6472c bug fix: snappymail on ubuntu 24 2025-08-31 19:55:56 +05:00
usmannasir
c6eb312a2f bug fix: snappymail on ubuntu 24 2025-08-31 13:16:22 +05:00
usmannasir
35e19bede6 bug fix: snappymail on ubuntu 24 2025-08-31 12:32:58 +05:00
usmannasir
c2af237fbc bug fix: snappymail on ubuntu 24 2025-08-30 23:40:20 +05:00
usmannasir
829de19600 ubuntu 24 ftp fix 2025-08-29 22:30:06 +05:00
usmannasir
83269b76f8 bug fix: ubuntu 24 default php for lscpd 2025-08-29 21:37:38 +05:00