master3395
fa5af04ec7
Fix createUser template to match v2.4.4 - remove Home Directory section and user_filters load
...
- Removed {% load user_filters %} which is not needed in v2.4.4
- Removed Home Directory selection section (not in v2.4.4)
- Changed securityLevels to use direct Django template rendering instead of JSON encoding
- Template now matches GitHub v2.4.4 exactly
2026-01-19 19:24:13 +01:00
master3395
00a3bdc5be
Remove duplicate createUserCtr controller - merge home directory functionality into external JS file
2026-01-19 18:29:18 +01:00
master3395
1b40e1bc14
Fix createUser template: correct URL path, use AngularJS delimiters, fix controller logic
2026-01-19 18:26:24 +01:00
master3395
76b3f664a6
Fix Django template syntax error - use AngularJS delimiters for || operator in modifyUser
2026-01-19 18:24:47 +01:00
master3395
85be82a69d
Fix Django template syntax error - use AngularJS delimiters for || operator
2026-01-19 18:23:54 +01:00
master3395
5a181e9389
Add user_filters to modifyUser template for consistency
2026-01-19 18:22:10 +01:00
master3395
b44b626d16
Add Django filesize template filter to fix createUser and modifyWebsite errors
2026-01-19 18:20:57 +01:00
Master3395
6aed317a1f
Add regenerateTwoFASecret functionality and UI support
...
- Introduced a new endpoint to manually regenerate the 2FA secret for users.
- Updated views to handle 2FA secret regeneration, including security checks and logging.
- Enhanced the user interface with a button to regenerate the 2FA secret, along with appropriate alerts and confirmations.
- Updated JavaScript to manage the regeneration process and display the new secret key and QR code provisioning URI.
https://github.com/usmannasir/cyberpanel/issues/1577
2025-10-17 01:06:04 +02:00
usmannasir
8767a730d9
bug fix: quote errors
2025-09-30 15:56:12 +05:00
Master3395
f5d4c46c37
Add fetchAPIUsers endpoint and corresponding UI: Implement a new API endpoint to fetch users with API access, including search functionality. Update JavaScript to handle user data loading and searching, and enhance the API access HTML template with a new tab for managing API users. Improve styling and user interaction elements for better usability.
2025-09-21 22:06:51 +02:00
Master3395
48c9c1ad6a
Update README and enhance error handling: Increment version to 2.4 Build 4 and add notes on PHP version management. Improve error logging across multiple modules by replacing BaseException with Exception and utilizing secure error handling methods. Ensure consistent error responses in API and middleware functions for better debugging and user feedback.
2025-09-21 20:36:12 +02:00
Master3395
0161aba5f5
Enhance Imunify installation process: Add checks and fixes for PHP-FPM pool configurations and broken package installations before proceeding with Imunify360 and ImunifyAV installations. Implement auto-fix functionality in the firewall manager for PHP-FPM issues. Update the upgrade module to create missing PHP-FPM pool configurations and restart services as needed. Introduce a new API endpoint to disable two-factor authentication for users, ensuring proper handling and logging of actions.
...
https://github.com/usmannasir/cyberpanel/issues/1114
2025-09-21 20:13:15 +02:00
Master3395
8b34833534
Implement token generation check in CloudManager and update user token handling in saveChangesAPIAccess. Ensure users are prompted to reset their password if a valid API token is not present when enabling API access.
2025-09-21 19:38:02 +02:00
Master3395
54da24dd55
Remove deprecated CyberPanel installation fix script and update README and guides to include new 2FA authentication features and installation instructions. Enhance user management with WebAuthn passkey support, including UI updates for passkey registration and management.
...
> Thank you!
>
> One more question: is it possible to add WebAuthn 2FA/passkeys/passwordless authentication? Right now, the panel login is the weakest link (assuming SSH key login for the server and tight security on the website).
It has now been added:
https://github.com/usmannasir/cyberpanel/issues/1509#issuecomment-3315474043
2025-09-21 19:22:36 +02:00
Master3395
8dc6181de3
Refactor 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
2025-09-21 01:07:54 +02:00
Master3395
53aea56136
Add 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.
2025-09-20 21:50:22 +02:00
usmannasir
b0baf47254
bug fix: font issues
2025-08-29 23:07:30 +05:00
usmannasir
9c5923c854
dark mode
2025-08-02 14:30:23 +05:00
usmannasir
6dd7114f6d
Initial commit for v2.4.3
2025-08-01 14:56:30 +05:00