Commit Graph

180 Commits

Author SHA1 Message Date
DaneEveritt
e878015109 Correctly wrap content in pre tag so it doesn't overflow 2022-07-10 14:53:15 -04:00
DaneEveritt
edbbe520a7 Fix missing padding on overflowing dialogs 2022-07-10 14:52:57 -04:00
DaneEveritt
8b59c1c1a8 Support new sftp event types 2022-07-10 13:47:19 -04:00
DaneEveritt
33ab762f5a Add support for tracking more SFTP specific events 2022-07-09 19:30:38 -04:00
DaneEveritt
15aaa2b3c3 Fix display issues due to removal of quirks mode 2022-07-03 14:44:00 -04:00
DaneEveritt
2d836156d2 Update totp disable modal; require password for enable operation 2022-07-03 14:27:37 -04:00
DaneEveritt
a4feed24a8 Improve dialog logic, add "asDialog" helper 2022-07-03 13:29:23 -04:00
DaneEveritt
822949408f Use new two-step configuration modal 2022-07-02 18:53:03 -04:00
DaneEveritt
870a964050 Fix checkboxes 2022-07-02 18:27:29 -04:00
DaneEveritt
e49e6ee802 Better dialog setting logic 2022-07-02 18:27:22 -04:00
DaneEveritt
7a6440988b Support tooltip on disabled buttons, support click action 2022-07-02 17:24:49 -04:00
DaneEveritt
25d61525b3 Update new input styling 2022-07-02 17:24:24 -04:00
DaneEveritt
7c4028f8f1 Update dialog logic to support defining buttons/icon from anywhere 2022-07-02 17:24:12 -04:00
DaneEveritt
48af9bced1 Fix activity log rendering; closes #4208 2022-06-30 21:06:50 -04:00
DaneEveritt
4aa163b76f Hide IP addresses from activity logs not generated by the user themselves 2022-06-27 20:52:27 -04:00
DaneEveritt
b570769a34 Fix permission matching on routes; closes #4181 2022-06-27 20:41:49 -04:00
DaneEveritt
bd278b2688 Fix install warning display and make it reactive 2022-06-27 20:36:24 -04:00
DaneEveritt
bf287c45d6 Logic improvements, move stat blocks to right side 2022-06-27 19:56:26 -04:00
DaneEveritt
ad6e9f076b Fix copy to clipboard when clicking server address
closes #4187
2022-06-27 19:18:58 -04:00
DaneEveritt
80ae600fe1 Correctly update dependencies for release 2022-06-26 17:31:47 -04:00
DaneEveritt
13bdb66ff0 Revert "Package updates prior to release"
This reverts commit af2a84d379.
2022-06-26 17:19:12 -04:00
DaneEveritt
af2a84d379 Package updates prior to release 2022-06-26 17:11:55 -04:00
DaneEveritt
922d75f471 fix remaining eslint error 2022-06-26 15:30:05 -04:00
DaneEveritt
dc84af9937 Apply new eslint rules; default to prettier for styling 2022-06-26 15:13:52 -04:00
DaneEveritt
1eb3ea2ee4 Some code cleanup, add jest coverage and begin using it for utility functions 2022-06-26 14:34:09 -04:00
DaneEveritt
54c619e6ba Some mobile improvements for the UI; make console fill space better 2022-06-21 18:43:59 -04:00
DaneEveritt
faff263f17 First pass at new server console design 2022-06-20 17:26:47 -04:00
DaneEveritt
61018b5e67 Update more of the UI to use new design elements 2022-06-20 15:28:27 -04:00
DaneEveritt
2824db7352 Update file manager design a bit 2022-06-20 14:16:42 -04:00
DaneEveritt
8bd518048e Fix excessive re-rendering due to route changesd 2022-06-20 13:19:40 -04:00
DaneEveritt
7b0e2ce99d Button styling cleanup, prop consistency 2022-06-20 12:38:23 -04:00
DaneEveritt
7dd74ecc9d Modal cleanup, begin transitioning towards the new dialog 2022-06-20 11:17:33 -04:00
DaneEveritt
3834aca3fe Use nicer avatars when showing activity log 2022-06-19 13:46:15 -04:00
DaneEveritt
76472411e3 Some better activity translations 2022-06-18 16:36:19 -04:00
DaneEveritt
cf01490883 Support hiding activity from admin accounts not associated with the server 2022-06-18 15:48:22 -04:00
DaneEveritt
95de4c30fc Abuse the translation engine to handle more of the formatting for us 2022-06-18 15:28:42 -04:00
DaneEveritt
d47a05881b Show when an event was triggered via the API directly 2022-06-18 12:52:26 -04:00
DaneEveritt
cd97936179 Improve mobile support 2022-06-12 15:40:14 -04:00
DaneEveritt
68a654f9e8 Selectively show the additional metadata if it isn't in the display string at all 2022-06-12 15:30:49 -04:00
DaneEveritt
2f1c8ae91d Add basic server activity log view 2022-06-12 15:16:48 -04:00
DaneEveritt
0b4936ff1c Break out rows for activity; show metadata icon 2022-06-12 15:08:26 -04:00
DaneEveritt
33823b65de Fix dialog and tooltip design 2022-06-12 15:07:52 -04:00
DaneEveritt
04e97cc67e Make it easier for plugins to extend the navigation and add routes 2022-06-12 11:36:55 -04:00
DaneEveritt
88a7bd7578 Make the delay less goofy when mousing over elements 2022-06-12 09:39:20 -04:00
DaneEveritt
f860fd2cfe Improve usability of icon buttons in header with tooltip 2022-06-12 09:35:02 -04:00
DaneEveritt
9c957952fb Improve mobile display of activity log 2022-06-12 09:09:01 -04:00
DaneEveritt
4d30cc9e7e Add translation values to activity log output 2022-06-11 14:52:41 -04:00
DaneEveritt
c6e8b893c8 Add basic activity log view 2022-06-05 18:35:53 -04:00
DaneEveritt
2a2fc42e37 Add support for tooltips 2022-06-05 18:27:54 -04:00
DaneEveritt
1a5465dc34 Update react, add some V2 components for V1 usage 2022-06-05 14:56:42 -04:00