Commit Graph

803 Commits

Author SHA1 Message Date
Johannes Zellner
b4fa2d7ce6 Rework create backup now button backup listing view 2025-09-21 18:01:27 +02:00
Johannes Zellner
8ac3089e0b Remove unused code 2025-09-21 17:37:27 +02:00
Johannes Zellner
e2f1f3029f Fix clickable region for app configure menu items 2025-09-21 14:59:10 +02:00
Johannes Zellner
60982cc276 Calculate better appstore item width based on screen 2025-09-21 14:42:21 +02:00
Johannes Zellner
5246ea3537 Fix spacing for checklist and set 800px max-width for appconfigure 2025-09-19 19:08:26 +02:00
Johannes Zellner
5ad217bd18 More header margin fixes 2025-09-19 19:02:10 +02:00
Johannes Zellner
5d1c6d35f7 Fix appstore view layout 2025-09-19 18:55:43 +02:00
Johannes Zellner
1d49af144c Condense view horizontally and fix settings item spacings 2025-09-19 18:43:41 +02:00
Girish Ramakrishnan
e0821d264e backups: make primary as an action 2025-09-19 12:29:52 +02:00
Johannes Zellner
c5fbb73fea Use ClipboardAction for inline text elements 2025-09-19 11:31:38 +02:00
Johannes Zellner
c30b8942e7 Improve eventlog table layout and colors 2025-09-19 10:52:38 +02:00
Johannes Zellner
e21c1bbc59 Show new OpenID credentials in a separate dialog 2025-09-18 20:52:45 +02:00
Girish Ramakrishnan
87178985f9 move edit action to the top 2025-09-18 19:29:57 +02:00
Girish Ramakrishnan
0a23332766 rename backup storage to sites 2025-09-18 19:23:18 +02:00
Girish Ramakrishnan
aaed5a47d7 Create two sections in appearance
Branding and External Links
2025-09-18 18:45:47 +02:00
Girish Ramakrishnan
6e19a7e862 Remove plural usage of 'App Archive' 2025-09-18 18:32:23 +02:00
Girish Ramakrishnan
498e77c46e Update translations 2025-09-18 15:01:23 +02:00
Johannes Zellner
c3e604ba49 Refactor app configure view selector to cover mobile better 2025-09-17 16:19:58 +02:00
Johannes Zellner
15848d399c Immediately show the new OpenID client credentials after adding 2025-09-17 15:17:47 +02:00
Girish Ramakrishnan
a9fe3e1b12 domains: Edit should be first action 2025-09-17 13:50:28 +02:00
Johannes Zellner
91840904b6 Fix padding and margins on app configure links 2025-09-17 12:10:10 +02:00
Johannes Zellner
9ba4ac9956 Update view language if system language is changed and the user has no profile language set 2025-09-17 12:06:55 +02:00
Johannes Zellner
3429060a7b Use a tags for app configure views to allow middleclick 2025-09-17 11:14:25 +02:00
Girish Ramakrishnan
496ada3647 Make Groups a separate view 2025-09-16 13:13:57 +02:00
Girish Ramakrishnan
0530a58530 move the user count to the Section header 2025-09-15 17:26:52 +02:00
Girish Ramakrishnan
98ba60a51c Fix layout of the totp dialog 2025-09-12 19:00:35 +02:00
Girish Ramakrishnan
1a588b34fa oidc: call the correct route when adding new client 2025-09-12 16:56:56 +02:00
Girish Ramakrishnan
b3398a09ba Make separate section for OIDC Clients 2025-09-12 16:38:20 +02:00
Girish Ramakrishnan
8fed7034bf Display discoverUrl as copyable input 2025-09-12 16:07:39 +02:00
Girish Ramakrishnan
cfe933c368 Use the InputGroup pattern instead 2025-09-12 15:56:23 +02:00
Girish Ramakrishnan
79968af8ed make it clear LDAP URL is readonly 2025-09-12 15:48:38 +02:00
Girish Ramakrishnan
d5e82110c3 LDAP Provider -> LDAP Server
There is no such thing as LDAP Provider. Only OIDC Provider but LDAP Server.
2025-09-12 15:36:58 +02:00
Girish Ramakrishnan
da6be5c490 dashboard: rename backupTargets to backupSites 2025-09-12 10:49:43 +02:00
Girish Ramakrishnan
23012fbb5c ImagePicker: introduce 'mode' - simple/editable
We have two cases for the picker:
* in normal pages: here the image upload/reset happens automatically. this is
  the editable mode with action buttons.

* in dialogs: here you just upload images . this is simple mode.
2025-09-11 16:22:01 +02:00
Girish Ramakrishnan
60d3eba712 Convert footer editing to EditableField 2025-09-11 14:59:00 +02:00
Girish Ramakrishnan
817b0f8167 Use EditableField for appearance name change 2025-09-11 14:28:22 +02:00
Girish Ramakrishnan
14b51c0c74 Add inline EditableField 2025-09-11 11:24:28 +02:00
Girish Ramakrishnan
38a2fdff39 Fix translations in the local settings 2025-09-10 17:08:30 +02:00
Girish Ramakrishnan
14907849cc remove unused variables in locale view 2025-09-10 16:57:45 +02:00
Girish Ramakrishnan
5ea481409f Fix display of user count in group delete 2025-09-10 16:31:01 +02:00
Girish Ramakrishnan
603c2fdc68 user cannot remove self 2025-09-10 16:17:40 +02:00
Girish Ramakrishnan
e384995b63 add separator and show service names sorted 2025-09-10 12:27:00 +02:00
Girish Ramakrishnan
5831bb49f1 rename to DockerRegistries 2025-09-10 12:00:49 +02:00
Girish Ramakrishnan
ba14d1e846 block devices: filter the root disk 2025-09-10 11:52:05 +02:00
Girish Ramakrishnan
c8e34ac522 hide separator for non-editable volume types 2025-09-10 11:12:22 +02:00
Girish Ramakrishnan
d41c20f06c convert VolumesModel to use [error, result] pattern 2025-09-10 10:48:52 +02:00
Girish Ramakrishnan
30b09856a5 set default seal encryption to true 2025-09-10 10:33:29 +02:00
Girish Ramakrishnan
3307c0c183 Fix volume remount status notification 2025-09-10 10:28:46 +02:00
Girish Ramakrishnan
fb1af04b55 reorder volumes menu and fix translation 2025-09-09 22:11:21 +02:00
Girish Ramakrishnan
fda439cb38 make volumes dialog large enough for ssh private key 2025-09-09 22:06:06 +02:00