Commit Graph

1712 Commits

Author SHA1 Message Date
Girish Ramakrishnan
2c52190966 always show storage slider 2025-10-01 03:47:49 +02:00
Girish Ramakrishnan
df66a0ff38 add no matching apps placeholder 2025-10-01 03:12:17 +02:00
Girish Ramakrishnan
33ced1c16e add no match placeholder for apps 2025-10-01 03:02:50 +02:00
Girish Ramakrishnan
0b3d3ceb48 add no match placeholder for email domains 2025-10-01 02:45:27 +02:00
Girish Ramakrishnan
1ccb24018f Typo 2025-09-30 19:05:23 +02:00
Girish Ramakrishnan
6bd8e81eae Fix include case 2025-09-30 19:02:07 +02:00
Johannes Zellner
1e599731b8 Show warning if a mailbox domain does not have incoming enabled 2025-09-30 17:27:53 +02:00
Johannes Zellner
75e6c8fad6 If no usage for a mailbox is known but status is fetched, fallback to 0 bytes 2025-09-30 16:47:50 +02:00
Johannes Zellner
f16170e0b5 Improve app configure titlebar for mobile 2025-09-30 16:28:43 +02:00
Johannes Zellner
74c1e71fe5 Add . and @ for domain selection labels 2025-09-30 16:01:11 +02:00
Johannes Zellner
471dd08016 Increase max normal content width to 900px 2025-09-30 15:35:35 +02:00
Girish Ramakrishnan
f8e15acf89 no matches placeholders 2025-09-30 15:34:25 +02:00
Johannes Zellner
703621d84e Move save button into the v-if for recvmail 2025-09-30 15:28:40 +02:00
Johannes Zellner
0893bf4aa0 Ensure we refetch features if potentially plan changes via claiming the cloudron 2025-09-30 15:20:15 +02:00
Girish Ramakrishnan
e44e9f4cf0 Fix various spacing issues with recvmail 2025-09-30 15:03:17 +02:00
Girish Ramakrishnan
6cdbebf0d3 sync the changelog sizes in app and system update 2025-09-30 14:46:39 +02:00
Girish Ramakrishnan
7b85106792 Add changelog to app update dialog 2025-09-30 14:42:27 +02:00
Girish Ramakrishnan
cf2a90845b Fix translations 2025-09-30 14:24:58 +02:00
Girish Ramakrishnan
647209cf6d Fix description of auto update switch
It should be some description and not describe the current state of
the switch.
2025-09-30 14:10:07 +02:00
Johannes Zellner
5c0d53b52c Pass down domain list to dashbaord domain component as a prop 2025-09-30 12:14:41 +02:00
Johannes Zellner
56c2b8798c Speed up app install dialog opening by not refetching domain list 2025-09-30 12:04:58 +02:00
Johannes Zellner
d4262e9fdc Prevent vue crash on hotreload 2025-09-30 11:53:39 +02:00
Girish Ramakrishnan
1902e8206d Spacing fixes in forms
form - helps with capturing the submit top level. no styling
fieldset - helps with disabling elements in single place. no styling.
   in html, this does have a default border which we remove in style.css.

FormGroup - pankow element. This defines the spacing between adjacent
   FormGroups as 6px.
2025-09-30 11:11:14 +02:00
Girish Ramakrishnan
5918952afb Fix source IP display in the app eventlog (like in main eventlog) 2025-09-30 10:32:26 +02:00
Johannes Zellner
55cd323159 Clear filter states in onDeactivated() instead of onActivated() to ber fresh on view 2025-09-30 10:24:58 +02:00
Johannes Zellner
249734f52a Fixup more state issues within the appstore view 2025-09-30 10:19:50 +02:00
Girish Ramakrishnan
8530a62421 add domain count to header 2025-09-30 10:18:35 +02:00
Johannes Zellner
65f1260839 Also clear search and category if appstore view is activated 2025-09-29 22:50:38 +02:00
Johannes Zellner
fc8a679367 Ensure we only add extra newline if checklist has any item 2025-09-29 22:48:25 +02:00
Johannes Zellner
cafacf4748 Ensure the app install dialog is properly reset now that we keep the components alive 2025-09-29 22:46:05 +02:00
Johannes Zellner
5c6ceb2307 Keep both apps and appstore views alive in vue to avoid frequent reloading 2025-09-29 20:17:32 +02:00
Johannes Zellner
9c8aab6e29 checklist is actually no array but an object 2025-09-29 16:23:21 +02:00
Johannes Zellner
9e99dae864 Remove debug log 2025-09-29 16:16:07 +02:00
Johannes Zellner
f9747fd1eb Only allow to submit group dialog if group name is valid 2025-09-29 13:57:02 +02:00
Johannes Zellner
bf47368f25 Better busy states for user dialog 2025-09-29 13:53:45 +02:00
Johannes Zellner
44ee3c92b7 Do not include helper links in form labels in tabindex 2025-09-29 11:13:51 +02:00
Johannes Zellner
ae55912176 gcs backup site needs a default credentials object 2025-09-29 11:07:57 +02:00
Johannes Zellner
703b47d916 Uppercase string representation of backup pattern 2025-09-29 11:07:31 +02:00
Johannes Zellner
a1816896ca move backup sites status up 2025-09-29 10:37:09 +02:00
Johannes Zellner
e522b4c7f3 Relayout backup sites view items 2025-09-29 10:31:08 +02:00
Johannes Zellner
daa4f7dfb1 Only update UI with sites once all info is fetched 2025-09-29 10:05:25 +02:00
Johannes Zellner
39e6463d19 Fix backupsite view when schedule is never 2025-09-29 10:02:02 +02:00
Girish Ramakrishnan
f30bc948c3 add translations 2025-09-26 16:15:21 +02:00
Girish Ramakrishnan
2b0422b2cb hide advanced options like memory/concurrency at add time 2025-09-26 15:58:49 +02:00
Girish Ramakrishnan
70149846df Text changes to backup site add
the edit also has to be fixed later
2025-09-26 12:20:39 +02:00
Girish Ramakrishnan
a8f88d7c4d Fix up backup contents UI 2025-09-26 11:51:10 +02:00
Girish Ramakrishnan
a9a65fe1f1 do not throw the ip to the right 2025-09-26 11:13:32 +02:00
Girish Ramakrishnan
70eb5c1053 display retention policy and schedule in sites view 2025-09-26 11:05:49 +02:00
Girish Ramakrishnan
defcf7d220 show the friendly region name 2025-09-26 10:17:03 +02:00
Girish Ramakrishnan
1f78253b38 Show sites ordered by name 2025-09-26 09:50:05 +02:00