mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
3.8 KiB
3.8 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'.
- Fixed js bug creating new plans from the OpenAdmin interface on OpenPanel Community edition.
💅 Polish
- Improvements to the 'OpenAdmin > Plans' page.
- Documented features.
- Restrictions and validations to MySQL and MariaDB database names, usernames and passwords.
- Restrictions and validations to FTP sub-accounts and passwords.
- Restrictions and validations to Email accounts and passwords.
- 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>
.opencli ftp-add
,opencli user-add
,opencli user-rename
,opencli admin new
,opencli admin rename
will on validation errors display links to username/password requirements.- New user accounts will now immediately be displayed in 'OpenAdmin > Backups > Restore' with 0 backups available.
/etc/nginx/modsec/main.conf
is now renamed to/usr/local/nginx/conf/modsecurity.conf
./openpanel
,/openadmin
and/webmail
will now redirect to set domains.- The following routes are now excluded from minification and return plain text:
/view_file
(view files modal on OpenPanel > FileManager),view_ssl_file/<domain>
, (view fullchain and privkey modal on OpenPanel > SSL),domains/export-dns-zone/<domain>
(export/view dns zone on OpenPanel > Domains),check_install
(php version install log on OpenPanel > PHP > Default Settings). - websites list is removed from OpenPanel > SiteManager interface.