Commit Graph

17379 Commits

Author SHA1 Message Date
Johannes Zellner
b8dcfcf900 Remove app purchase/unpurchase 2025-05-13 11:46:13 +02:00
Johannes Zellner
f77aeded6f Fix activation view overflow 2025-05-13 11:38:54 +02:00
Johannes Zellner
faf6ea83fa Add provisional cloudron flow 2025-05-13 11:38:54 +02:00
Johannes Zellner
cb7e54acaf Avoid UI flickering when autologin token is used in login view 2025-05-13 11:38:54 +02:00
Johannes Zellner
87f9837939 Avoid calling the REST api onMounted for root elements 2025-05-12 22:59:44 +02:00
Johannes Zellner
380447dd41 Only attempt once to use the autoLoginToken 2025-05-12 22:59:39 +02:00
Johannes Zellner
a8667836b3 Ignore invalid token on logout 2025-05-12 22:59:34 +02:00
Johannes Zellner
31d0d6c7c9 Use proper appstore env link in appstore subscription dialog 2025-05-12 16:07:16 +02:00
Johannes Zellner
77cd519be2 Fixup fetcher typo in LoginView 2025-05-12 15:44:40 +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
5accc2a923 Better indicate the my. dashboard domain in setup 2025-05-12 15:02:28 +02:00
Johannes Zellner
53eb1649d5 Make MultiSelects searchable after some threshold 2025-05-12 10:50:16 +02:00
Johannes Zellner
4cbda25000 Update frontend dependencies 2025-05-12 10:36:33 +02:00
Girish Ramakrishnan
5a10a8dd46 mail: rename delivered -> sent and received -> saved in event log 2025-05-09 19:11:59 +02:00
Girish Ramakrishnan
ea4c140ad0 appstore: lazy load the feature cache
the tests work more reliably with this
2025-05-09 09:50:01 +02:00
Johannes Zellner
a67b4a5059 Add branding hooks for plan usage 2025-05-07 21:33:33 +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
d831624d43 Do not crash if the cached feature file cannot be loaded 2025-05-07 16:22:17 +02:00
Girish Ramakrishnan
827791574d typo 2025-05-07 16:10:39 +02:00
Girish Ramakrishnan
b458a254a9 eventlog: add registry events 2025-05-07 16:03:28 +02:00
Girish Ramakrishnan
1bbdabc42f registry config: create table and migrate existing setting 2025-05-07 15:56:13 +02:00
Johannes Zellner
91fd93c724 Restrict mailbox creation depending on plan 2025-05-07 15:51:22 +02:00
Johannes Zellner
186a336232 null in features means 'unlimited' 2025-05-07 15:37:31 +02:00
Johannes Zellner
27c697c1d2 Show upgrade dialog if max user or domain count exceeds 2025-05-07 15:37:01 +02:00
Johannes Zellner
974fd19b40 Ensure we always have a features object expected by that version 2025-05-07 15:03:26 +02:00
Johannes Zellner
d384442fb3 Add notification settings to profile view 2025-05-07 14:19:27 +02:00
Girish Ramakrishnan
46dbd016f4 typo 2025-05-07 13:35:09 +02:00
Girish Ramakrishnan
0cf0c7a27c notifications: add low disk space notification 2025-05-07 13:19:20 +02:00
Girish Ramakrishnan
5489237f11 Revert "nginx: disable gzip for SSE endpoints"
This reverts commit 51d1efead6.

This doesn't work. What we want is something like:

map $sent_http_content_type $buffering {
    default                     "on";         # Enable buffering by default
    "text/event-stream"         "off";         # Disable buffering for SSE responses
}

proxy_buffering $buffering;

unfortunately, proxy_buffering does not support variables.
https://mailman.nginx.org/pipermail/nginx/2023-November/ZGQLNBVQEG5KNLH55HTR4R4NFODBSIU3.html

Upstream has to possibly to X-Accel-Buffering to 'no' . Otherwise, we have to ship
nginx in the package.
2025-05-07 12:37:44 +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
Girish Ramakrishnan
a31281df40 8.3.2 changes 2025-05-07 10:38:07 +02:00
Girish Ramakrishnan
51d9e7fcb1 network: fix crash because of ipaddr.parse usage 2025-05-07 09:37:18 +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
21d7dd873e Adjust feature set 2025-05-06 18:49:56 +02:00
Johannes Zellner
3f0f189a3a Move support hints only in popover 2025-05-06 17:24:08 +02:00
Girish Ramakrishnan
dc49dd0a94 firewall: do not allow internal docker IPs 2025-05-06 16:37:36 +02:00
Girish Ramakrishnan
a7c6e36ec3 replace ipaddr.js 2025-05-06 16:26:35 +02:00
Johannes Zellner
c8976daf96 provisioning needs to call other api endpoints as dashboard 2025-05-06 15:48:13 +02:00
Johannes Zellner
7aca2a1b36 Add restore route in provision model 2025-05-06 11:54:02 +02:00
Johannes Zellner
63f9e26b2e Enable provision status check in restore 2025-05-06 11:47:06 +02:00
Johannes Zellner
547783e0e0 Add basic restore view scaffolding 2025-05-06 11:45:55 +02:00
Girish Ramakrishnan
86109127b8 test: fix domains test for dashboard at index0 2025-05-06 10:31:06 +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