Commit Graph

917 Commits

Author SHA1 Message Date
Johannes Zellner 30c84fc140 Set LANG in webterminal 2022-11-16 16:17:09 +01:00
Johannes Zellner df4b31c024 Add missing space 2022-11-11 14:14:24 +01:00
Johannes Zellner 53222919c2 Add capitalize filter 2022-11-10 17:43:50 +01:00
Johannes Zellner 997c596251 Make the appstore filter toolbar work with repositories 2022-11-09 15:45:34 +01:00
Johannes Zellner 7f37de0dd1 add basic repository support 2022-11-09 15:17:52 +01:00
Girish Ramakrishnan e15024f46c get previous du task if any 2022-11-09 15:04:34 +01:00
Johannes Zellner e0900aeba1 Add button to download tgz backups 2022-11-04 10:23:42 +01:00
Johannes Zellner 1c0043feff Ensure we get more bold graph colors 2022-10-14 00:18:57 +02:00
Girish Ramakrishnan 41604feb02 Fix slider steps with the unit changes 2022-10-13 22:22:12 +02:00
Girish Ramakrishnan db1056112c Fix SI and Decimal unit usage
SI: For 1000, it is kB, MB, GB
IEC: For 1024, it is KiB, MiB, GiB

JEDEC: For 1024, it is KB, MB (conflicts with SI, of course)

Ultimately, what we decided is for RAM use IEC and for Disk use SI.
This is what docker does and also suggested here -
https://stackoverflow.com/questions/8632269/displaying-file-size-1000b-1kb-or-1024b-1kb
2022-10-13 21:53:11 +02:00
Johannes Zellner 5a7629f224 Add more vultr S3 regions 2022-10-13 10:40:38 +02:00
Johannes Zellner 82f915ac1c Rework the disk usage code 2022-10-12 16:26:09 +02:00
Girish Ramakrishnan 2dafa771f2 Fix upstreamUri event 2022-09-29 19:26:22 +02:00
Johannes Zellner 3914e5be6d Remove optimization to not reload filelist on editor save 2022-09-29 18:36:33 +02:00
Johannes Zellner 90ed8be1a0 Fix uploading files to root directory 2022-09-29 16:12:21 +02:00
Johannes Zellner 377766eee6 Do not detach img load error handler
once gone but the image fails later, the UI is broken without a refresh
The fallback icon should always load
2022-09-28 15:28:14 +02:00
Johannes Zellner e5430bd488 Filter app links on domain filter correctly 2022-09-28 12:06:38 +02:00
Girish Ramakrishnan 49c60c34d7 eventlog: indicate these are user entries 2022-09-27 21:30:13 +02:00
Girish Ramakrishnan 620b37aa53 Add cloudflare r2 storage 2022-09-27 19:40:58 +02:00
Johannes Zellner 74f769f65d Move storage location definitions into common location in client.js 2022-09-27 13:31:13 +02:00
Johannes Zellner febb291421 Fixup wasabi regions 2022-09-27 12:36:56 +02:00
Johannes Zellner 8de1befcdb Fixup Sidney -> Sydney 2022-09-27 09:14:41 +02:00
Johannes Zellner 9d349a038c Allow to specify token scopes 2022-09-22 21:59:10 +02:00
Girish Ramakrishnan 1782a977a7 mail queue: fix details section 2022-09-22 19:46:36 +02:00
Girish Ramakrishnan 92f8f9e8e5 mail queue: add actions 2022-09-20 11:17:19 +02:00
Johannes Zellner d3fee6f35b Update dependencies and remove now unnecessary webterminal resize hint 2022-09-20 08:44:57 +02:00
Johannes Zellner f25158b295 Refactor the system/graphs view logic 2022-09-16 17:09:54 +02:00
Johannes Zellner 7fbfe4ec98 Rework system graphs 2022-09-15 20:39:43 +02:00
Girish Ramakrishnan e938aae257 Use system graphs API 2022-09-15 12:42:27 +02:00
Girish Ramakrishnan 0d573e0213 add mail queue view 2022-09-14 18:11:20 +02:00
Johannes Zellner 380b41a1b4 Use explicit app graphs api 2022-09-14 14:29:59 +02:00
Johannes Zellner be72bfdb9f Share complex app link opening code between views 2022-09-13 12:39:56 +02:00
Johannes Zellner 4046da9368 Make more use of app state variables 2022-09-13 11:45:10 +02:00
Johannes Zellner 03a172d6a6 Fixup texteditor keyboard shortcut handling 2022-09-13 11:18:54 +02:00
Johannes Zellner 2d901b2e2b Handle app states for opening apps 2022-09-11 17:41:03 +02:00
Johannes Zellner ef66e9af51 Set app type for all apps not just links 2022-09-08 23:37:20 +02:00
Johannes Zellner f0b6293b22 Fixup clipboard usage in filemanger 2022-09-04 12:09:07 +02:00
Johannes Zellner 4984e6b2b7 Fixup drag'n'drop 2022-09-02 15:16:00 +02:00
Johannes Zellner 536bb84ade Move new file and folder logic as well as restart to the main filemanager controller 2022-08-25 21:42:28 +02:00
Johannes Zellner 6603087f72 Move chown entries into main filemanager controller 2022-08-25 21:22:43 +02:00
Johannes Zellner 5413e52198 Move rename and extract into main filemanager controller 2022-08-25 21:10:35 +02:00
Johannes Zellner 862841e4c1 Convert entry deletion for split view 2022-08-25 19:38:02 +02:00
Johannes Zellner ba9530eb32 Improve two view pane 2022-08-25 12:23:38 +02:00
Johannes Zellner 2a69b3d523 Fixup main text editor usage 2022-08-25 10:26:22 +02:00
Johannes Zellner 6f1a3d2923 Add initial splitview option for filemanager 2022-08-24 12:37:35 +02:00
Johannes Zellner 5b97eae09a Fixup breadcrumb and eventhandling 2022-08-23 16:10:30 +02:00
Johannes Zellner 05c8de7fc4 Improve filemanager keyboard handling 2022-08-23 15:46:28 +02:00
Johannes Zellner 0348dd2131 Stop using url hash in filemanager 2022-08-23 10:06:19 +02:00
Girish Ramakrishnan 3bef8103cb mailbox: storage quota slider 2022-08-18 11:31:10 +02:00
Girish Ramakrishnan b3cdcb2adb mandatory 2fa: redirect if the browser URL is changed directly 2022-08-16 10:01:39 +02:00