mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
34 lines
2.6 KiB
Markdown
34 lines
2.6 KiB
Markdown
Released on May 2, 2025
|
|
|
|
### 💅 Polish
|
|
- improvements to fossbilling module: detailed errors and password fields.
|
|
- [Testing user-backups in OpenPanel 0.2.5 #456](https://github.com/stefanpejcic/OpenPanel/issues/456)
|
|
- [Backup and restore scripts for single user - full account #315](https://github.com/stefanpejcic/OpenPanel/issues/315)
|
|
- [Improvements to WP installer [FEATURE REQUEST] #253](https://github.com/stefanpejcic/OpenPanel/issues/253)
|
|
- Administrators can now edit managable services from *OpenAdmin > Services > Edit* page.
|
|
- optimized search on OpenAdmin.
|
|
- `/json/docker-info` route is removed from OpenAdmin.
|
|
- added link to manage rules from *OpenAdmin > Security > WAF*.
|
|
- better logging for `/delete_file` from FileManager.
|
|
- [crashlogs are now accessile trough notifications or *View Logs* page in OpenAdmin](https://i.postimg.cc/M6PLKzsT/2025-05-01-08-30.png).
|
|
- user creation via api no longer returns docker-compose version.
|
|
- `/api/users` now also allows [setting *mysql_type* and *webserver*](/docs/articles/extensions/openpanel-and-fossbilling/#add-hosting-plan-for-openpanel).
|
|
|
|
### 🐛 Bug Fixes
|
|
- fixed error with cronjobs created from UI missing quotes around comments.
|
|
- fixed css bug on *OpenAdmin > Settings > API* causing logs to be invisible on light theme.
|
|
- fixed error `{"error":"CSRF error","message":"The CSRF token is missing."}` on api calls.
|
|
- [Archive extraction via FileManager results in wrong file owner #459](https://github.com/stefanpejcic/OpenPanel/issues/459)
|
|
- [Lack of description how to use backup commands #255](https://github.com/stefanpejcic/OpenPanel/issues/255)
|
|
- [Getting error 503 on nginx/varnish #430](https://github.com/stefanpejcic/OpenPanel/issues/430)
|
|
- [Csf Restart Message #338](https://github.com/stefanpejcic/OpenPanel/issues/338)
|
|
- fixed bug with domain detection by `opencli sentinel` - causing email alerts not to be sent when domain is set for accessing openadmin.
|
|
- fixed bug in OpenAdmin `line 1052: email_daily_report: command not found` with daily reports not being sent.
|
|
- fixed js error on *OpenAdmin > Users > username > Activity* causing activity logs to not display.
|
|
- fixed bug with `opencli sentinel` not recording hostname, load and mysql processes in crash reports.
|
|
- fixed bug with `opencli sentinel` not restarting monitored system services.
|
|
- fixed error starting dokcer after reboot on Alma 9.5: `error creating default "bridge" network: cannot create network`
|
|
- [FOSSBilling False error on successfully created user #2](https://github.com/stefanpejcic/FOSSBilling-OpenPanel/issues/2)
|
|
- [FOSSBilling User delete errors #3](https://github.com/stefanpejcic/FOSSBilling-OpenPanel/issues/3)
|
|
|