Commit Graph

937 Commits

Author SHA1 Message Date
Girish Ramakrishnan f30e28b263 ugh, typo 2023-02-03 11:28:20 +01:00
Johannes Zellner a5b7972be7 Only track platform status if Cloudron is registered 2023-02-02 15:12:37 +01:00
Johannes Zellner 72113c718b Show correct error when email is invalid in setup 2023-02-02 15:05:58 +01:00
Johannes Zellner 995bad9750 keys are called outside angular 2023-01-26 20:02:31 +01:00
Johannes Zellner 430e72a3ef Close texteditor in filemanager on ESC 2023-01-26 19:26:52 +01:00
Girish Ramakrishnan 1cb019573b aws: add melbourne 2023-01-26 12:50:36 +01:00
Johannes Zellner 22208b9fa6 Always return all box backups 2023-01-26 12:42:05 +01:00
Girish Ramakrishnan ea8e6d3969 Fix task names 2023-01-25 10:06:35 +01:00
Girish Ramakrishnan 84c677f696 add comment 2023-01-24 18:32:00 +01:00
Johannes Zellner 3543c0b237 Provide a dropdown for disk mounting 2023-01-24 16:18:42 +01:00
Girish Ramakrishnan eeaa6ebccb backups: add idrive-e2 2023-01-10 11:21:34 +01:00
Girish Ramakrishnan 6596ce9557 storage provider is plural 2022-12-24 11:10:24 +01:00
Johannes Zellner 707d73a3b2 Use mongosh instead of mongo cli in webterminal 2022-12-20 17:23:11 +01:00
Johannes Zellner 611f08c056 Add paginated fetching for app backups 2022-12-19 17:10:43 +01:00
Johannes Zellner 16574c7c5e Fixup initial subscription handling when not yet registered 2022-12-14 10:15:21 +01:00
Johannes Zellner 136efd66e5 Handle unlimited memory in app view 2022-12-02 19:06:06 +01:00
Johannes Zellner b6ca187fd3 Reduce platform status polling to 5sec 2022-11-30 21:07:55 +01:00
Johannes Zellner fc08c45add Show notification if platform status is not Ready 2022-11-30 20:54:58 +01:00
Johannes Zellner 1848c922c1 Remove unused that 2022-11-30 19:55:39 +01:00
Girish Ramakrishnan c8698d5090 set rebuild to true when renewing 2022-11-29 18:12:51 +01:00
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