Commit Graph

15244 Commits

Author SHA1 Message Date
Johannes Zellner a285ebc749 Immediately show the auto update state when directly visiting the app update section 2022-10-06 16:17:25 +02:00
Girish Ramakrishnan d51b022721 applinks: make get return null
this style matches rest of the code base
2022-10-06 11:32:42 +02:00
Girish Ramakrishnan cb9b9272cd lint 2022-10-06 11:27:12 +02:00
Girish Ramakrishnan 7dbb677af4 postgresql: move config to runtime for debuggability 2022-10-06 10:13:49 +02:00
Johannes Zellner e4c507d9b6 Some background dark-mode fix 2022-10-05 18:24:21 +02:00
Johannes Zellner 13b659c52f Move applink, proxy add buttons to appstore view 2022-10-05 17:17:22 +02:00
Girish Ramakrishnan 071202fb00 mail: log error 2022-10-04 10:57:42 +02:00
Girish Ramakrishnan f4a0460ebd support: require owner 2022-10-04 10:57:21 +02:00
Girish Ramakrishnan fc7414cce6 support: require superadmin 2022-10-04 10:25:11 +02:00
Johannes Zellner bd3a395e5f Always show new app dropdown regardless of filter 2022-10-03 21:28:49 +02:00
Girish Ramakrishnan acb92c8865 mail queue: fix search + pagination 2022-10-03 10:51:35 +02:00
Girish Ramakrishnan c3793da5bb split checkPrecondition so it can be used in cleaner as well 2022-10-02 17:41:21 +02:00
Girish Ramakrishnan 4f4a0ec289 use mount code to check mount status 2022-10-02 16:51:03 +02:00
Girish Ramakrishnan a4a9b52966 Clarify error message 2022-10-02 16:38:12 +02:00
Girish Ramakrishnan 56b981a52b backups: when checking mount status, ignore the prefix 2022-10-02 16:33:04 +02:00
Girish Ramakrishnan 074e9cfd93 rename getRootPath to getBackupRootPath 2022-10-02 16:26:27 +02:00
Girish Ramakrishnan 9d17c6606b rename to checkBackupPreconditions
since this is called only by the backup logic
2022-10-02 16:20:14 +02:00
Girish Ramakrishnan b32288050e backups: check mount status before checking available size 2022-10-02 16:16:30 +02:00
Girish Ramakrishnan d327a2efd7 Fix typo 2022-10-02 10:28:52 +02:00
Girish Ramakrishnan b2e4dc059e import: diskPath not sent when importing from xfs and ext4 2022-10-02 10:09:08 +02:00
Girish Ramakrishnan 4aab03bb07 import: cleanup app import logic 2022-10-02 10:08:50 +02:00
Girish Ramakrishnan 9f788c2c57 backup: reduce memory logs 2022-10-01 20:16:08 +02:00
Girish Ramakrishnan 84ba333aa1 app proxy: disable TLS check in app health monitor 2022-10-01 11:47:52 +02:00
Girish Ramakrishnan c07fe4195f eventlog: preserve last 2 months 2022-10-01 11:01:41 +02:00
Girish Ramakrishnan 92112986a7 7.3.1 changes 2022-10-01 08:46:13 +02:00
Johannes Zellner 68c60bf1b7 Fix some filemanager drag'n'drop with multiselect cases 2022-09-30 12:16:11 +02:00
Johannes Zellner 68498c1a70 Implement shift select in filemanager 2022-09-30 11:59:35 +02:00
Girish Ramakrishnan 29ff47ed2d move proxy section below location dashboard-v7.3.1 2022-09-30 10:59:31 +02:00
Girish Ramakrishnan 54af286fcd app proxy: workaround for nginx not starting if upstream is down
https://sandro-keil.de/blog/let-nginx-start-if-upstream-host-is-unavailable-or-down/

without a resolver, dns names do not resolve
v7.3.1
2022-09-30 10:36:44 +02:00
Johannes Zellner f9b7183a5e Add error handling for upstream URI in app configure 2022-09-29 19:29:38 +02:00
Girish Ramakrishnan 2dafa771f2 Fix upstreamUri event 2022-09-29 19:26:22 +02:00
Johannes Zellner e885fd0ac5 Do not specify the proxy app package version 2022-09-29 19:13:58 +02:00
Girish Ramakrishnan ed238a1b7d app proxy: remove any trailing slash 2022-09-29 18:56:30 +02:00
Girish Ramakrishnan 7b5df02a0e app proxy: validate uri 2022-09-29 18:56:10 +02:00
Johannes Zellner ade77bd8be Fix breadcrumbs 2022-09-29 18:54:10 +02:00
Johannes Zellner 1e94207ea4 Better cursor handling in filemanager 2022-09-29 18:42:40 +02:00
Johannes Zellner 3914e5be6d Remove optimization to not reload filelist on editor save 2022-09-29 18:36:33 +02:00
Girish Ramakrishnan 4f0e0706b2 backups: fix id
avoid box_box_ and mail_mail_ in backup ids
2022-09-29 18:01:19 +02:00
Johannes Zellner 6cce4dc19b Fix mimetype detection for uppercase extensions 2022-09-29 17:58:23 +02:00
Johannes Zellner 6d122e7a37 Change the app proxy dropdown icon 2022-09-29 17:54:00 +02:00
Johannes Zellner 5a02ab8aba Select entry on context menu in filemanager 2022-09-29 17:29:42 +02:00
Johannes Zellner 90ed8be1a0 Fix uploading files to root directory 2022-09-29 16:12:21 +02:00
Johannes Zellner 9a317313b3 Avoid backup id overflow in dialog 2022-09-29 16:07:43 +02:00
Johannes Zellner 6e1a5fa14e Fixup app eventlog overflow 2022-09-29 16:03:56 +02:00
Johannes Zellner c17293401b Hide app backups view for proxy app 2022-09-29 15:51:21 +02:00
Johannes Zellner 2201240ce8 Show/hide terminal and filemanager buttons depending on app support 2022-09-29 15:50:00 +02:00
Johannes Zellner c668fde616 Separate add app from add app link in dropdown 2022-09-29 12:26:58 +02:00
Girish Ramakrishnan 729def2302 Move link above proxy 2022-09-29 11:38:08 +02:00
Johannes Zellner 9fde80c389 Avoid some overflow in backup endpoint display 2022-09-28 22:46:17 +02:00
Girish Ramakrishnan 07bba206f7 remove ticks-snap-bounds in storage quota slider 2022-09-28 22:38:04 +02:00