Commit Graph

27 Commits

Author SHA1 Message Date
Charles Morgan 4a234af7a3 Minor changes
Changes CopyOnClick to allow any.
Allows database information to be copied on click.
Changes layouts on database/backups to match the network tab.
Changes text to lighten it one level from 400 to 300 for easier visibility.
Moves database api endpoints to their own folder for some organization.
2020-11-08 21:09:22 -05:00
Dane Everitt 74767ed6a2 Disable buttons when not fully connected to instance 2020-09-11 23:18:01 -07:00
Dane Everitt c4418640eb Start cleaning up the mess of useServer; make startup page update in real time 2020-08-25 21:25:31 -07:00
Dane Everitt 1e735cf0e8 Support failed backup display on the frontend; use SWR for backup pages 2020-08-20 21:44:33 -07:00
Dane Everitt cb3288500a Fix render performance and avoid re-rendering rows constantly 2020-07-11 16:57:30 -07:00
Dane Everitt 80ecd58b30 Mass actions for moving files, mostly working? 2020-07-11 16:47:13 -07:00
Dane Everitt 6188b9287c Remove unused code 2020-07-10 23:09:37 -07:00
Dane Everitt c419d15907 eslint cleanup 2020-07-04 18:30:50 -07:00
Dane Everitt b30d7429f3 Decode the filename when rendering it to the screen; closes #2101 2020-06-13 09:49:32 -07:00
Dane Everitt e969344f3b Fix display of navbar links to admins, closes #1920 2020-04-17 10:21:15 -07:00
Dane Everitt b72a770ec9 Don't execute unnecessary HTTP requests when browing a file directory 2020-04-10 13:57:24 -07:00
Dane Everitt 708c15eba8 Make database rows use context better 2020-04-10 10:56:25 -07:00
Dane Everitt 0ebf842757 Clean up most of the schedules code to use server context 2020-04-10 10:46:00 -07:00
Dane Everitt 2eb6ab4d63 Store backups in server state 2020-04-06 22:25:54 -07:00
Dane Everitt 171b21e7ee Add permissions handling to the console; remove kill permission (wrapped in with stop) 2020-03-29 22:12:50 -07:00
Dane Everitt ab4c4e7e9e Add basic permissions checking logic to frontend 2020-03-28 17:25:04 -07:00
Dane Everitt ee81de6534 Add support for editing a subuser 2020-03-27 15:40:24 -07:00
Dane Everitt 1270e51248 Add support for deleting a subuser from a server 2020-03-27 15:32:33 -07:00
Dane Everitt a6f46d36ba Implement basic code for creating/updating a subuser 2020-03-27 14:23:13 -07:00
Dane Everitt 6966530165 Better redux devtooling support 2019-12-22 00:16:13 -08:00
Dane Everitt d69f816d9d Add handler to fetch all of the system permissions and load them into the state 2019-11-03 17:37:06 -08:00
Dane Everitt 543884876f Add basic subuser listing for servers 2019-11-03 12:20:11 -08:00
Dane Everitt de464d35a2 Prevent a double file manager load 2019-11-03 10:46:43 -08:00
Dane Everitt 60775c6370 Update handling of links in the file manager 2019-08-05 21:52:48 -07:00
Dane Everitt 5f59210c85 Use easy-peasy to store file state data 2019-08-04 14:58:31 -07:00
Dane Everitt 48c39abfcb Add database password rotation to view 2019-07-27 15:17:50 -07:00
Dane Everitt 986285402f Switch to a context store for server stuff to better support things in the future 2019-07-09 21:25:57 -07:00