Johannes Zellner
2f19af6a3e
Add service configure dialog
2025-01-21 21:01:19 +01:00
Johannes Zellner
0f5a4c10ef
Disable table row hovering
2025-01-21 19:14:23 +01:00
Johannes Zellner
dfcaacee80
Move toplevel views into views/
2025-01-21 17:08:09 +01:00
Johannes Zellner
d8c70c2498
Convert most of the services view
2025-01-21 16:54:56 +01:00
Johannes Zellner
8fce81a264
Initial vite support for dashboard
2024-10-04 14:30:44 +02:00
Girish Ramakrishnan
b70747de6f
Add Cloudron Container Registry as option
2024-09-26 20:35:28 +02:00
Johannes Zellner
1c58f9aa5a
dashboard: another small padding fix
2024-09-25 21:36:37 +02:00
Girish Ramakrishnan
0504e0423a
backups: add hetzner object storage
2024-09-25 12:21:42 +02:00
Girish Ramakrishnan
0e25809158
settings: do not overflow the schedule
2024-09-16 10:29:35 +02:00
Girish Ramakrishnan
7b58fccb9f
app info: fix overflow of manifest id
2024-09-13 11:34:30 +02:00
Girish Ramakrishnan
1589cfb639
tz: add note in backup and update UI
2024-09-08 18:20:15 +02:00
Girish Ramakrishnan
a9b9931aa8
backups: do not overflow the schedule timings
2024-09-08 15:51:07 +02:00
Girish Ramakrishnan
bdf9e04963
memory: ensure slider is always usable
2024-08-30 12:07:55 +02:00
Johannes Zellner
d9301160e1
dashboard: give notification header more horizontal space
2024-08-23 19:45:27 +02:00
Johannes Zellner
d310c5746e
dashboard: improve admin checklist display in postinstall dialog
2024-08-20 19:00:19 +02:00
Girish Ramakrishnan
44011afd14
apps: remove port min/max tooltip
...
min should also be 1, otherwise you cannot go back to say port 53
2024-08-20 18:18:24 +02:00
Girish Ramakrishnan
bc8c01900b
HOST_PORT_MIN is incorrect
2024-08-17 16:32:56 +02:00
Girish Ramakrishnan
4dae3447d6
backups: noop provider has no location
2024-08-12 09:58:44 +02:00
Johannes Zellner
1d80f03c38
dashboard: remove mailbox import/export feature
2024-08-08 15:48:47 +02:00
Johannes Zellner
cbbdb77a6e
dashboard: remove hidden user import/export feature
2024-08-08 15:39:09 +02:00
Johannes Zellner
c9fe08e7b7
dashboard: also render checklist items in apps.html
2024-07-30 09:47:06 +02:00
Johannes Zellner
4f03a6fb58
dashboard: mailbox edit dialog is not really a form with submit action
...
As a form with a submit button the browser tries to be smart which will
trigger the next button tag as enter action on a textinput
2024-07-26 18:57:45 +02:00
Johannes Zellner
cbc46a8229
dashboard: support links/markdown in checklist items
2024-07-25 17:40:15 +02:00
Johannes Zellner
44d3baf51a
dashboard: show longer pretty datetime for backups
2024-07-21 20:45:34 +02:00
Girish Ramakrishnan
aeddaa4566
apps: rework portBindings
...
ports is REST API input . Map of env var to the host port
portBinding is the database structure. Map of env var to host port, count, type etc
also, rename portCount -> count in various places to keep things consistent
2024-07-17 00:25:47 +02:00
Girish Ramakrishnan
eb314ef507
lint
2024-07-16 22:07:22 +02:00
Girish Ramakrishnan
fd53174099
lint
2024-07-16 10:32:37 +02:00
Girish Ramakrishnan
bc96f9c5e5
update: match the ui in settings page
2024-07-15 16:28:00 +02:00
Girish Ramakrishnan
d97d82b225
settings: do not show "skip backup" when updates is blocked
...
https://forum.cloudron.io/topic/12092/imho-the-skip-backup-checkbox-makes-no-sense
2024-07-15 09:48:04 +02:00
Girish Ramakrishnan
704999a05f
backups: fix incorrect "memoryLimit must be a number" error
2024-07-14 18:21:12 +02:00
Girish Ramakrishnan
9adeaed1b9
support: add hidden troubleshooting section
2024-07-12 16:20:25 +02:00
Girish Ramakrishnan
10bd2e930f
support: remove commented out sections
2024-07-12 14:25:11 +02:00
Johannes Zellner
19100c7999
dashboard: make app update section a bit more explicit
2024-07-11 17:51:20 +02:00
Johannes Zellner
7d017d83d6
dashboard: do not open email client setup if disabled
2024-07-08 15:19:00 +02:00
Johannes Zellner
4981854c7f
dashboard: do not duplicate app info in update section
2024-07-04 16:57:54 +02:00
Johannes Zellner
f7b14b2ee8
dashboard: only show postinstall if notes are not just empty
2024-06-27 16:20:19 +02:00
Johannes Zellner
581a294af1
dashboard: give the checklist done button some space
2024-06-27 13:58:58 +02:00
Johannes Zellner
40e8ba38f0
dashboard: fix app grid item tooltip
2024-06-27 13:49:20 +02:00
Johannes Zellner
8748ba1226
dashboard: show number of pending checklist items
2024-06-25 20:38:24 +02:00
Johannes Zellner
2ad8ee18a0
dashboard: keep checklist items up to date
2024-06-25 18:01:31 +02:00
Girish Ramakrishnan
ccd5f6c2e5
app: move the installation time down
2024-06-25 17:24:02 +02:00
Johannes Zellner
73b20ae809
dashboard: do not show sso info in postinstall dialog
2024-06-25 16:56:33 +02:00
Johannes Zellner
a4dd6cc928
dashboard: remove checkbox in background image branding
2024-06-25 16:26:06 +02:00
Girish Ramakrishnan
6f37bde55d
import: add prefix support
...
it is incorrect to ignore the prefix. the keys (for s3) and permissions (managed mounts)
might work only inside the prefix.
2024-06-25 13:41:21 +02:00
Girish Ramakrishnan
e909b6e643
mail: mail manager role cannot change server location
2024-06-24 21:31:29 +02:00
Johannes Zellner
1d9ad35019
dashboard: show postinstall message for admin notes unless set
2024-06-24 19:59:02 +02:00
Johannes Zellner
78aee78d9c
dashboard: better login page background image label
2024-06-24 19:34:32 +02:00
Johannes Zellner
4b96d5879c
dashboard: show who and when a checklist item was acked
2024-06-24 19:11:38 +02:00
Johannes Zellner
20396a8c7d
Adjust checklist item api to support audits trail
2024-06-24 19:09:03 +02:00
Johannes Zellner
8510b12841
dashboard: show/hide done checklist items
2024-06-24 16:53:57 +02:00