Commit Graph

15779 Commits

Author SHA1 Message Date
Johannes Zellner 25f44f58e3 Start task also needs to skip container starting for proxy app 2022-06-09 10:48:54 +02:00
Johannes Zellner d55a6a5eec Update reverse proxy app config on upstreamUri change 2022-06-09 10:48:54 +02:00
Johannes Zellner f854d86986 Use upstreamUri in reverseproxy config 2022-06-09 10:48:54 +02:00
Johannes Zellner 6a7379e64c Add apps.upstreamUri support 2022-06-09 10:48:54 +02:00
Johannes Zellner a955457ee7 Support proxy app 2022-06-09 10:48:54 +02:00
Girish Ramakrishnan 67801020ed mailboxDisplayName is optional v7.2.3 2022-06-08 14:25:16 -07:00
Girish Ramakrishnan 037f4195da guard against two level subdir moves
this has never worked since the -wholename check only works for
one level deep
2022-06-08 12:24:11 -07:00
Girish Ramakrishnan 8cf0922401 Fix container creation when migrating data dir 2022-06-08 11:52:22 -07:00
Girish Ramakrishnan 6311c78bcd Fix quoting 2022-06-08 11:25:20 -07:00
Girish Ramakrishnan 544ca6e1f4 initial xfs support 2022-06-08 10:58:00 -07:00
Girish Ramakrishnan c8b0ec64f0 Fix storage repair dashboard-v7.2.3 2022-06-08 10:48:52 -07:00
Girish Ramakrishnan 7b28a76d69 initial XFS support 2022-06-08 10:38:54 -07:00
Girish Ramakrishnan af5d5e548e Put volume link in description 2022-06-08 10:22:59 -07:00
Girish Ramakrishnan e518d2fc41 sendmail: check for supportsDisplayName option 2022-06-08 09:56:07 -07:00
Johannes Zellner aed2645bbc Remove irrelevant styles when placed inside flexbox 2022-06-08 18:49:11 +02:00
Girish Ramakrishnan 6de198eaad sendmail: check for supportsDisplayName
it seems quite some apps don't support this. so, we need a way for the
ui to hide the field so that users are not confused.
2022-06-08 09:43:58 -07:00
Johannes Zellner 68e520cdb9 Prepare mailbox from display name field to be hidden 2022-06-08 18:42:13 +02:00
Johannes Zellner 09a39b1ebb Fixup btn-primary when background is used 2022-06-08 14:46:26 +02:00
Johannes Zellner 1a641b8904 Allow setting upstreamUri and hide irrelevant app configure tabs 2022-06-08 11:41:57 +02:00
Girish Ramakrishnan 6c67f13d90 Use bind mount instead of volume
see also c76b211ce0
2022-06-06 15:59:59 -07:00
Girish Ramakrishnan 7598cf2baf consolidate storage validation logic 2022-06-06 12:50:21 -07:00
Johannes Zellner 30fb353e4b Only allow png and jpeg as background for the moment 2022-06-06 17:40:51 +02:00
Johannes Zellner 9dc2f71894 Ensure very long status tooltips do not overflow 2022-06-06 14:16:07 +02:00
Johannes Zellner 84d246960d Ensure app data form and submit button use the same disabled state 2022-06-04 07:07:25 +02:00
Johannes Zellner 52c9bdce7f Add volume manage link in app storage section 2022-06-04 07:04:35 +02:00
Johannes Zellner 20eb242b2e Use console outlinks depending on subscription status 2022-06-04 05:44:18 +02:00
Girish Ramakrishnan 0bb894075c Do not set null prefix 2022-06-03 10:44:13 -07:00
Girish Ramakrishnan 7dba294961 storage: check volume status 2022-06-03 10:43:59 -07:00
Girish Ramakrishnan ae142b55f8 string fix 2022-06-03 10:30:10 -07:00
Girish Ramakrishnan 74a289ba50 Fixes to mounts ui 2022-06-03 10:27:53 -07:00
Girish Ramakrishnan 285483217b volumes: updated translations 2022-06-03 09:37:44 -07:00
Girish Ramakrishnan 4bee30dd83 fix more typos 2022-06-03 09:10:37 -07:00
Girish Ramakrishnan 0b4e1695fe Fix storage UI to select volumes 2022-06-03 09:10:16 -07:00
Girish Ramakrishnan 4d01b6ff6d typo 2022-06-03 08:12:58 -07:00
Girish Ramakrishnan 7952a67ed2 guess the volume type better 2022-06-03 07:54:16 -07:00
Johannes Zellner 50b2eabfde Also fixup userdirectory tests 2022-06-03 13:59:21 +02:00
Johannes Zellner 591067ee22 Fixup ldap group search tests 2022-06-03 13:54:31 +02:00
Johannes Zellner 88f78c01ba Remove virtual groups users and admin exposed via ldap 2022-06-03 13:32:35 +02:00
Johannes Zellner 5145126c17 Fixup dropdown z-index order when background is used 2022-06-03 10:20:02 +02:00
Girish Ramakrishnan dddc5a1994 migrate app dataDir to volumes 2022-06-02 16:29:01 -07:00
Girish Ramakrishnan 8fc8128957 Make apps.getDataDir async 2022-06-02 11:19:33 -07:00
Girish Ramakrishnan c76b211ce0 localstorage: remove usage of docker volumes
just move bind mounts. the initial idea was to use docker volume backends
but we have no plans for this. in addition, usage of volumes means that
files get copied from the image and into volume on first run which is
not desired. people are putting /app/data stuff into images which ideally
should break.
2022-06-02 11:09:27 -07:00
Girish Ramakrishnan 0c13504928 Bump version 2022-06-02 11:02:06 -07:00
Girish Ramakrishnan 26d6689787 Show full app.id 2022-06-02 10:56:47 -07:00
Johannes Zellner 50d174a03e Some more background fixes 2022-06-02 12:26:16 +02:00
Girish Ramakrishnan 26ab7f2767 add mailbox display name to schema 2022-06-01 22:06:34 -07:00
Girish Ramakrishnan f78dabbf7e mail: add display name validation tests 2022-06-01 22:04:36 -07:00
Girish Ramakrishnan a05161b7a2 update datadir text 2022-06-01 11:56:50 -07:00
Girish Ramakrishnan 39c5c44ac3 cloudron-firewall: fix spurious line 2022-06-01 09:28:50 -07:00
Johannes Zellner 11dbd833a2 Send appstore account email as query arg with console outlinks 2022-06-01 17:59:47 +02:00