Commit Graph

3219 Commits

Author SHA1 Message Date
Johannes Zellner 72118a0b66 Add app state filter 2020-09-26 17:50:23 +02:00
Girish Ramakrishnan 68573ceb18 unhide the volume UI 2020-09-24 14:38:34 -07:00
Johannes Zellner 510b88cd68 Make the splash default more fun, needs a minigame 2020-09-24 13:25:34 +02:00
Girish Ramakrishnan 490720e6a7 Add a splash page
part of cloudron/box#739
2020-09-23 22:14:29 -07:00
Girish Ramakrishnan 990f75dddc import: when importing filesystem backups, the input box is a path 2020-09-21 21:58:11 -07:00
Girish Ramakrishnan a3c6b82283 Fix exception when getStatus errored 2020-09-21 21:48:22 -07:00
Girish Ramakrishnan f5e0ff51f2 preserve sorting order when doing async queries 2020-09-16 16:03:14 -07:00
Girish Ramakrishnan f114a629f3 stash the length separately dashboard-v5.6.1 2020-09-14 12:12:39 -07:00
Girish Ramakrishnan 5fca372ddf blocklist is now a text file in the backend 2020-09-14 12:00:47 -07:00
Johannes Zellner d9d1f13bf9 Ensure blocked ips are deduped and empty strings removed 2020-09-12 20:53:12 +02:00
Johannes Zellner 63b212bea5 Fix blocklist error form state handling 2020-09-12 19:13:10 +02:00
Girish Ramakrishnan 5a1e09936f Change step size to 1MB 2020-09-11 09:48:22 -07:00
Girish Ramakrishnan e21a504c35 we upload 3 parts in parallel dashboard-v5.6.0 2020-09-10 08:30:59 -07:00
Johannes Zellner 3ba6c387e9 Update dependencies and xtermjs 2020-09-10 15:37:05 +02:00
Johannes Zellner 2c7238b2c9 Make logviewer timestamp sticky 2020-09-10 15:31:19 +02:00
Girish Ramakrishnan 92b9fc02fa Fix memory slider 2020-09-10 00:07:12 -07:00
Girish Ramakrishnan 576281990b Link to our docs and not external 2020-09-09 23:19:37 -07:00
Girish Ramakrishnan 6b7570df4e just call it re-configured 2020-09-09 22:36:57 -07:00
Girish Ramakrishnan b141db4776 mail location audit log 2020-09-09 22:31:57 -07:00
Girish Ramakrishnan 4cffcfff03 mail: move config eventlogs to box code 2020-09-09 22:24:38 -07:00
Girish Ramakrishnan 59ea292263 only reconfigure email apps when mail server relocated 2020-09-09 21:44:14 -07:00
Girish Ramakrishnan e0ca52b1da Disable changing location when task is active 2020-09-09 21:44:11 -07:00
Girish Ramakrishnan 0c9ea1e0f0 blocklist is only for owner 2020-09-09 20:28:26 -07:00
Girish Ramakrishnan c02cf0f5dc Fix doc links 2020-09-09 10:14:35 -07:00
Girish Ramakrishnan d0e2df5166 re-configure mail apps on mail fqdn change 2020-09-08 19:34:27 -07:00
Girish Ramakrishnan b9cda71413 adminFqdn -> mailFqdn 2020-09-08 15:18:46 -07:00
Johannes Zellner e008e44566 No need to mention logs in logviewer 2020-09-06 10:16:59 +02:00
Johannes Zellner c100539736 button group in logviewer looks wrong 2020-09-06 10:16:18 +02:00
Johannes Zellner 32aa3febf9 Do not linebreak loglines 2020-09-06 10:15:41 +02:00
Girish Ramakrishnan 1249b3b3e8 Put save and close together 2020-09-05 23:04:51 -07:00
Girish Ramakrishnan 18ba66afcc add linode singapore region 2020-09-02 19:35:02 -07:00
Girish Ramakrishnan 1000d88508 ovh: add sydney region 2020-09-02 19:30:55 -07:00
Girish Ramakrishnan e13cb1debd Fix placeholder text 2020-09-02 14:27:09 -07:00
Johannes Zellner 2c3c8f8c4a Show graph labels based on locale 2020-09-02 18:53:46 +02:00
Johannes Zellner b81196fa87 Update Chart.js to v2.9.3 2020-09-02 17:57:01 +02:00
Johannes Zellner c7291af970 Instead of random string for app icon invalidation use app version
This still leaves a potential issue, where an app gets updated using the
cli while not bumping the version and changing the icon, but maybe we
can ignore that for now in favor of the browser cache for 99% of the
cases
2020-09-02 15:14:46 +02:00
Johannes Zellner 92c3237552 Ensure mail location progress starts at 0 2020-09-02 14:12:38 +02:00
Girish Ramakrishnan 848e446b93 Explain what domain is 2020-09-01 21:49:38 -07:00
Johannes Zellner 2f96f565eb Use TASK_TYPES in backup view 2020-09-01 16:36:07 +02:00
Johannes Zellner 8fa58eb108 Show mail domain change task progress 2020-09-01 16:31:23 +02:00
Johannes Zellner 31947127d9 Add TASK_TYPE definitions to client.js 2020-09-01 16:31:09 +02:00
Johannes Zellner 2c7cfa1a93 Also add Filemanager button to logviewer 2020-09-01 15:18:42 +02:00
Johannes Zellner b856c4f995 Indent logviewer with 2 spaces since html 2020-09-01 15:17:33 +02:00
Johannes Zellner 497be710a7 Only provide save for filemanager editor 2020-09-01 12:39:02 +02:00
Girish Ramakrishnan d7287b5c3c require owner for firewall config 2020-08-31 22:55:30 -07:00
Girish Ramakrishnan 854010b823 warn user about block list 2020-08-31 22:12:33 -07:00
Girish Ramakrishnan 39f7a5be70 Add firewall UI 2020-08-31 21:45:56 -07:00
Girish Ramakrishnan dbc53b8d09 Remove blocked IPs
This will be implemented in the firewall level for now
2020-08-31 17:57:45 -07:00
Girish Ramakrishnan c4fe362a08 Typo 2020-08-31 15:28:28 -07:00
Girish Ramakrishnan f55ec5de9b Add note on backups in initial screen 2020-08-31 11:37:29 -07:00