mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
1.9 KiB
1.9 KiB
0.3.1
Not yet released.
🚀 New features
🐛 Bug fixes
- Fixed bug #66 - Password reset for openpanel users does not end all active sessions on that user
- Fixed bug with the update script causing multiple notifications.
- Fixed bug with OpenAdmin service failing if /etc/cron.d/openpanel file is deleted.
- Fixed bug #194 - OpenAdmin > Settings > OpenPanel error on save: Error restarting OpenPanel service: '' .
- Fixed bug #195 - Partial backup job runs only for first user.
- Fixed bug sorting docker container stats on 'OpenAdmin > Users > user > Usage'.
💅 Polish
- Improvements to the 'OpenAdmin > Plans' page.
- Improvements to the 'OpenAdmin > Users > user > Backups' page.
- Added checks to the install script: if admin account is actually created and docker file mounted.
- For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx.
- As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/openpanel/openpanel/conf/openpanel.config file and
opencli phpmyadmin
command is removed. opencli webserver-check_if_file_exists
command is removed.opencli backup-run
will now check mysql status inside user container before trying to export databases and users./backup_info/<username>
route on OpenAdmin is now renamed to/backups/restore/dates/<username>
.