Commit Graph

791 Commits

Author SHA1 Message Date
Johannes Zellner e17959ed65 reduce stripe width on unstable app overlay 2025-05-14 10:26:04 +02:00
Johannes Zellner b599f95564 Handle case when app limit is exceeded 2025-05-13 19:02:06 +02:00
Johannes Zellner 16c8721d6c Show subscription badge where required and disable UI elements accordingly 2025-05-13 18:11:10 +02:00
Johannes Zellner 6c115804e8 Show plan badge in section headers if feature is not included 2025-05-13 13:26:35 +02:00
Johannes Zellner 43c69d4288 Do not hide features of UI behind overlay 2025-05-13 12:56:12 +02:00
Johannes Zellner 87f9837939 Avoid calling the REST api onMounted for root elements 2025-05-12 22:59:44 +02:00
Johannes Zellner 31d0d6c7c9 Use proper appstore env link in appstore subscription dialog 2025-05-12 16:07:16 +02:00
Johannes Zellner 361902d59d Move footer to right side of main layout to avoid text over image 2025-05-12 15:33:28 +02:00
Johannes Zellner 53eb1649d5 Make MultiSelects searchable after some threshold 2025-05-12 10:50:16 +02:00
Johannes Zellner 95bdbc590c Add translation string for registry remove question 2025-05-07 19:08:22 +02:00
Johannes Zellner d249c77b18 Implement registry deletion 2025-05-07 19:05:54 +02:00
Johannes Zellner e07914e9b3 Add docker registry config UI for multiple registries 2025-05-07 18:10:10 +02:00
Johannes Zellner d384442fb3 Add notification settings to profile view 2025-05-07 14:19:27 +02:00
Johannes Zellner aa16370fc5 Various adjustments on checkbox margins 2025-05-07 12:23:05 +02:00
Johannes Zellner b75554ddcb Improve plan overlay with the externalLdap example 2025-05-07 11:20:54 +02:00
Johannes Zellner e2b15c9b4f Test some way of hiding feature sections if upgrade is required 2025-05-06 19:10:02 +02:00
Johannes Zellner 6bbb968128 Convert Section.vue to composition api 2025-05-06 19:00:29 +02:00
Johannes Zellner 91ba2a9282 Provide features in dashboard to injection in components 2025-05-06 18:50:13 +02:00
Johannes Zellner 3f0f189a3a Move support hints only in popover 2025-05-06 17:24:08 +02:00
Johannes Zellner c8976daf96 provisioning needs to call other api endpoints as dashboard 2025-05-06 15:48:13 +02:00
Johannes Zellner 6df195aa94 Also show the manual backup cleanup info if storage format changes 2025-05-05 17:55:21 +02:00
Johannes Zellner cbdea7965d Move backup provider change warning into the backup configure dialog 2025-05-05 17:52:43 +02:00
Johannes Zellner 0a74546a98 Fix app import from gcs 2025-05-05 17:43:30 +02:00
Johannes Zellner 45e6ef09a8 Remove leftover debug message 2025-05-05 12:32:11 +02:00
Johannes Zellner d9f07c4de4 Fixup gcs backup storage configuration 2025-05-05 12:18:56 +02:00
Johannes Zellner 98cc0b9dfc Wrap catchall settings item on mobile 2025-05-03 11:00:21 +02:00
Johannes Zellner 52ad526b87 Move more dns provider related code into the shared DomainsModel.js to avoid duplication 2025-05-03 09:46:53 +02:00
Johannes Zellner 8446773037 Use error-label in DomainDialog 2025-05-03 09:34:56 +02:00
Johannes Zellner be10718dfc Do not use watcher on value change for recovery mode switch but an explicit action handler 2025-05-02 16:40:05 +02:00
Johannes Zellner 8939f0dad7 Only send provider specific dns configs 2025-05-02 15:34:10 +02:00
Girish Ramakrishnan 211c52ccc1 setup: set the dnsConfig on provider change 2025-05-01 11:51:34 +02:00
Girish Ramakrishnan 99b73f91b8 cloudflare: defaultProxyStatus must be boolean 2025-05-01 11:40:00 +02:00
Johannes Zellner e2659c87f4 Share backup provide form between app import and backup storage configuration 2025-04-29 19:50:28 +02:00
Johannes Zellner a8cb0a0e9c Update regions in import Dialog 2025-04-29 17:06:31 +02:00
Johannes Zellner 34583c834d Basic app backup import is working 2025-04-29 16:58:36 +02:00
Johannes Zellner 434bfdde67 Show correct icon url in openid login view 2025-04-29 12:30:05 +02:00
Johannes Zellner d3738f2f31 Fix pending checklist item flag in postinstall 2025-04-29 10:00:58 +02:00
Johannes Zellner 570a8ee97d Fix minimum memory requirement in app install dialog 2025-04-29 09:51:17 +02:00
Johannes Zellner ea3042e1d7 Add initial attempt on app backup import dialog 2025-04-28 18:05:29 +02:00
Johannes Zellner 39d631b056 Reorder bits in the app backup page 2025-04-28 17:06:31 +02:00
Johannes Zellner 4d8f8f19d4 Ensure new alias and redirect domain values are prefilled 2025-04-28 15:59:24 +02:00
Johannes Zellner 47477808e4 Provide SubscriptionRequiredDialog globally via provide/inject 2025-04-28 15:18:47 +02:00
Johannes Zellner be16f93ba0 Add initial hooks for subscription required dialog on unpaid or expired 2025-04-25 15:19:34 +02:00
Johannes Zellner a153f0d87d Report form validity on submit for backup config dialog 2025-04-25 15:03:50 +02:00
Johannes Zellner 179dd6339f Reset form input fields when domain provider changes 2025-04-25 12:55:04 +02:00
Johannes Zellner 4c662a30ef Reuse app restore dialog for app clone 2025-04-25 00:00:06 +02:00
Johannes Zellner 28372af5a9 Fix app icons in archive listing 2025-04-24 23:12:11 +02:00
Johannes Zellner 1f93cce2c5 Move app restore dialog to its own component for reuse 2025-04-24 23:10:35 +02:00
Johannes Zellner 62cc534153 Improve error reporting on account creation form 2025-04-24 22:48:34 +02:00
Johannes Zellner ff195ad272 Fixup various state issues in the app archive restore dialog 2025-04-24 20:42:52 +02:00