Girish Ramakrishnan
6938b6e9ac
Fix translations and add separator in backup actions
2025-09-17 14:00:07 +02:00
Girish Ramakrishnan
a9fe3e1b12
domains: Edit should be first action
2025-09-17 13:50:28 +02:00
Girish Ramakrishnan
c23234d1d8
Make the upload config button inline like in restore view
2025-09-17 13:37:59 +02:00
Girish Ramakrishnan
3855beccce
Update translations
2025-09-17 13:10:09 +02:00
Girish Ramakrishnan
41932c9127
app update: use the props.app directly instead of local copy
...
this way if the app auto updates in the background, we are showing
the correct state in the view
2025-09-17 12:14:21 +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
Girish Ramakrishnan
753092db30
Move hide/show checklist to left
2025-09-17 11:24:05 +02:00
Johannes Zellner
f0b07f1155
Update pankow
2025-09-17 11:15:30 +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
8a6016376c
Fix initial value of iconFile
2025-09-17 11:12:00 +02:00
Girish Ramakrishnan
51d0658bdb
do not save immediately when image is part of a form
2025-09-17 11:08:27 +02:00
Girish Ramakrishnan
1cac2f6170
add timestamp to the log
2025-09-16 17:58:30 +02:00
Girish Ramakrishnan
88e209d65b
Fix icon of users&groups
2025-09-16 15:06:41 +02:00
Girish Ramakrishnan
67103e7113
only show hr for admins
2025-09-16 13:16:16 +02:00
Girish Ramakrishnan
496ada3647
Make Groups a separate view
2025-09-16 13:13:57 +02:00
Girish Ramakrishnan
405302e2f0
users: fix avatar handling and various translations
2025-09-16 12:05:47 +02:00
Girish Ramakrishnan
0530a58530
move the user count to the Section header
2025-09-15 17:26:52 +02:00
Girish Ramakrishnan
8ccae822fe
update changelog
2025-09-15 15:50:54 +02:00
Girish Ramakrishnan
e45af9b611
sqlite: disable docker logging when backing up
...
The redirection > ${outputFile} applies to the docker run client process, not to the container itself.
The Docker daemon is still collecting the container’s stdout and logging it.
https://forum.cloudron.io/topic/13361/after-ubuntu-22-24-upgrade-syslog-getting-spammed-and-grows-way-to-much-clogging-up-the-diskspace/
2025-09-15 15:46:27 +02:00
Girish Ramakrishnan
e8a9bd83d3
add comment from 063b102461
2025-09-15 14:01:47 +02:00
Girish Ramakrishnan
8d32c853d5
syslog: use named captures and better logging
2025-09-15 13:33:41 +02:00
Girish Ramakrishnan
9137fb2b31
start with noop provider for better async loading
2025-09-13 15:50:10 +02:00
Girish Ramakrishnan
d2eeb19f06
make copy button a tool button
2025-09-13 15:43:08 +02:00
Girish Ramakrishnan
43cc91aca2
fix tests
2025-09-13 15:22:01 +02:00
Girish Ramakrishnan
045187fe2d
reorder fields in app install dialog a bit
2025-09-12 19:18:59 +02:00
Girish Ramakrishnan
834e908edd
reduce width of app install dialog a bit
2025-09-12 19:12:52 +02:00
Girish Ramakrishnan
98ba60a51c
Fix layout of the totp dialog
2025-09-12 19:00:35 +02:00
Girish Ramakrishnan
9bcca0a791
return the body
2025-09-12 19:00:19 +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
bd58e02a18
make input take the full width
2025-09-12 15:43:20 +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
c5b7264f1a
rename backupTargets to backupSites
2025-09-12 10:32:37 +02:00
Girish Ramakrishnan
f8015c156e
Fix app links icon upload
2025-09-11 21:06:53 +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
f3c0e8a835
defineProps with types
2025-09-11 16:03:35 +02:00
Girish Ramakrishnan
808428e947
hide unset button if we are showing the fallback
2025-09-11 15:44:05 +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
116673630a
Fix title of password dialog
2025-09-11 12:55:39 +02:00
Girish Ramakrishnan
82c8fa2640
Revert "Add generic 412 http response handler to ask for dashboard refresh"
...
This reverts commit 11a6cf8236 .
It's unclear in what situations a 412 handler that refreshes the dashboard will help.
We use BoxError.INVALID_CREDENTIALS to be 412.
* Used as internal error code for failed password, app password and totp check
* When password is wrong in external ldap syncing
* appstore token is invalid
In all cases, a dashboard refresh will do nothing afaict. For good measure, I have
converted appstore token case into LICENSE_ERROR which is a 402.
2025-09-11 12:42:12 +02:00
Girish Ramakrishnan
14b51c0c74
Add inline EditableField
2025-09-11 11:24:28 +02:00
Girish Ramakrishnan
3c99ccc67b
Update pankow
2025-09-11 09:41:17 +02:00
Girish Ramakrishnan
c69bc77a7a
cloudron-support: fix docker version script
2025-09-11 09:18:01 +02:00
Girish Ramakrishnan
7ff07804d0
Fix various display issues in metrics view
2025-09-10 22:28:31 +02:00