New Panel Release!
Panel: https://pelican.dev/docs/panel/update/
Panel: v1.0.0-beta17
Panel Changes
~ Added Run Now
action for schedules #806
~ Updated php artisan about
#809
~ Tweaked Server console page, More "dynamic" #803
~ Allow admins to change a servers assigned egg 🥳 #811
~ Allow File Manager to be sortable #814
~ Custom Error Pages #810
~ Redirect to file listing after editing a file #813
~ Tweaked Schedule Page Layout #815, #843
~ Remove un-used files #819
~ Tweaked Notifications, some are persistent, depending on action #817
~ Added Edit/Delete to Schedule Tasks #826
~ Fixed 500 when deleting sub user and wings is offline #828
~ Properly handle 404 when trying to edit a file that does not exist, Also requires a wings update #816, #54
~ Tweaked Admin UI for better consistency #824
~ Added more Webhook Listens #728
~ Added Health Page #469
~ Fixed 500 when trying to delete a node with a database host attached to it #845
~ Updated Server Listing, and mobile layouts to be more... mobile #836
~ Fixed power actions being sent to multiple servers #849
~ Remove First/Last Names from Users #855
~ Update List Section on client settings page #853
~ Added OAuth Settings to Admin area 🥳 #839
~ Fixed wrong formatting due to language selection in charts #832
~ Fixed 500 with SQLite users when trying to view Startup on new client area #851
~ Removed requirement for backup names #852
~ Fixed 500 when adding allocations that already exist #861
What's Changed
- Add
Run now
button for schedules & add status field by @Boy132 in #806 - Make use of Laravels
AboutCommand
by @Boy132 in #809 - Dynamic server status by @lancepioch in #803
- Allow admins to change server egg by @Boy132 in #811
- Update File Manager by @notAreYouScared in #814
- Custom error pages by @Boy132 in #810
- Add redirect after saving file. by @notAreYouScared in #813
- Move schedule buttons by @notAreYouScared in #815
- Remove unused
DatabaseResource
by @Boy132 in #819 - Move custom columns to new namespace by @Boy132 in #821
- Add own column class for node health by @Boy132 in #820
- Add own action classes for egg actions (+ add empty state) by @Boy132 in #823
- Add database notifications by @Boy132 in #817
- Add Edit/Delete on Tasks by @notAreYouScared in #826
- Catch correct Exceptions when updating/ deleting subusers by @Boy132 in #828
- Properly handle 404 for editing files by @Boy132 in #816
- (Admin) UI Consistency by @Boy132 in #824
- Add own action class for "rotate database password" by @Boy132 in #822
- Listen to more framework webhook events by @pelican-vehikl in #728
- Add CreateUser page by @Boy132 in #825
- Fix wrong language formatting in charts by @Boy132 in #832
- Health page by @Boy132 in #469
- 840 unable to delete node if its associated with a database host by @alexevladgabriel in #844
- fix: create database fails with 500 by @alexevladgabriel in #845
- Mobile + Layout Changes by @notAreYouScared in #836
- Show Schedule payload & remove duplicated code by @RMartinOscar in #843
- Move role resource under the advanced settings by @lancepioch in #847
- Remove rightJoin causing trouble with sqlite < 3.39 by @RMartinOscar in #851
- Hide Startup + Show Activity on Server panel when in conflictState by @RMartinOscar in #850
- Scope power buttons to current server by @lancepioch in #849
- Replace some guzzle exceptions and fix server creation failures by @lancepioch in #848
- Make backup name not required in new area by @RMartinOscar in #852
- Remove First/Last Name for Users by @notAreYouScared in #855
- Change limits section on front end by @notAreYouScared in #853
- Fix server limits showing as 0 by @lancepioch in #857
- Add OAuth Settings to Settings by @notAreYouScared in #839
- Remove useless validated override by @RMartinOscar in #860
- Add missing externalId on Server creation by @RMartinOscar in #859
- Fix 500 on duplicate ports by @notAreYouScared in #861
Full Changelog: v1.0.0-beta16...v1.0.0-beta17