Commit Graph

15244 Commits

Author SHA1 Message Date
Johannes Zellner d2ea6b2002 Fixup appstore tests 2022-09-19 17:21:55 +02:00
Johannes Zellner 3fcc3ea1aa Fixup reverseproxy tests 2022-09-19 17:04:44 +02:00
Girish Ramakrishnan 15877f45b8 more changes 2022-09-19 10:42:19 +02:00
Girish Ramakrishnan 0a514323a9 Update 7.3 changes 2022-09-19 10:41:48 +02:00
Johannes Zellner 1c07ec219c Do not query disk usage for apps without localstorage 2022-09-16 17:10:07 +02:00
Johannes Zellner f25158b295 Refactor the system/graphs view logic 2022-09-16 17:09:54 +02:00
Girish Ramakrishnan 82142f3f31 mail: fix issue where signature was appended to text attachments 2022-09-16 12:40:33 +02:00
Johannes Zellner 7fbfe4ec98 Rework system graphs 2022-09-15 20:39:43 +02:00
Johannes Zellner 554dec640a Rework system graphs api 2022-09-15 16:07:08 +02:00
Girish Ramakrishnan e938aae257 Use system graphs API 2022-09-15 12:42:27 +02:00
Girish Ramakrishnan d176ff2582 graphs: move system graph queries to the backend 2022-09-15 12:40:52 +02:00
Girish Ramakrishnan bd7ee437a8 collectd: fix memory stat collection configuration
https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v1/memory.html#usage-in-bytes says
this is the most efficient approach for v1. It says RSS+CACHE(+SWAP) is the more accurate value.
Elsewhere in the note in https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v1/memory.html#stat-file,
it says "‘rss + mapped_file” will give you resident set size of cgroup." Overall, it's not clear how
to compute the values so we just use the file.

https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html is better. https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html#memory
says the values are separated out.
2022-09-14 18:15:26 +02:00
Girish Ramakrishnan 0d573e0213 add mail queue view 2022-09-14 18:11:20 +02:00
Girish Ramakrishnan 0250661402 Revert spurious change 2022-09-14 17:59:44 +02:00
Girish Ramakrishnan 9cef08aa6a mail relay: do not accept TLS servers
haraka can only relay via STARTTLS
2022-09-14 17:42:21 +02:00
Johannes Zellner bead9589a1 Move app graphs graphite query to backend 2022-09-14 14:39:28 +02:00
Johannes Zellner 380b41a1b4 Use explicit app graphs api 2022-09-14 14:29:59 +02:00
Johannes Zellner be72bfdb9f Share complex app link opening code between views 2022-09-13 12:39:56 +02:00
Johannes Zellner 0f2f1e1475 Fixup display of app configure button on mobile 2022-09-13 12:04:38 +02:00
Johannes Zellner 4046da9368 Make more use of app state variables 2022-09-13 11:45:10 +02:00
Johannes Zellner 403a96162b Update translations 2022-09-13 11:25:30 +02:00
Johannes Zellner 03a172d6a6 Fixup texteditor keyboard shortcut handling 2022-09-13 11:18:54 +02:00
Johannes Zellner 890f089722 Support internal dragndrop of multiple selected entries 2022-09-13 11:11:04 +02:00
Johannes Zellner 2d901b2e2b Handle app states for opening apps 2022-09-11 17:41:03 +02:00
Girish Ramakrishnan 313c871c50 mail: send fully qualified catch all 2022-09-11 14:00:48 +02:00
Girish Ramakrishnan 097cb8e87f Fix crash when no emails received yet 2022-09-11 14:00:40 +02:00
Girish Ramakrishnan c5b631c0e5 mail: catch all is already fully qualified 2022-09-11 13:49:20 +02:00
Girish Ramakrishnan 4e75694ac6 mail: require catch all to be absolute 2022-09-11 12:56:58 +02:00
Johannes Zellner c5c7592618 Use app.type instead of magic appstoreId 2022-09-09 09:29:14 +02:00
Johannes Zellner 9042cce471 Do not show usermanagement-indicator for applinks 2022-09-08 23:37:33 +02:00
Johannes Zellner ef66e9af51 Set app type for all apps not just links 2022-09-08 23:37:20 +02:00
Johannes Zellner 6125ddf51e Only show usermanagement indicator on hover but also for admins 2022-09-08 22:54:10 +02:00
Johannes Zellner f0b6293b22 Fixup clipboard usage in filemanger 2022-09-04 12:09:07 +02:00
Johannes Zellner 5d99562e63 Remove user directory domain change UI for the moment 2022-09-02 16:22:51 +02:00
Johannes Zellner 40fbea58dd Improve refresh view 2022-09-02 15:34:09 +02:00
Johannes Zellner 4984e6b2b7 Fixup drag'n'drop 2022-09-02 15:16:00 +02:00
Johannes Zellner 3b8f1c2541 Fixup folder list overflow 2022-09-02 14:42:07 +02:00
Girish Ramakrishnan 2a93c703ef mailserver: add queue routes 2022-08-31 08:45:18 +02:00
Johannes Zellner 3c92971665 If backup storage precondition is not met we want to throw 2022-08-29 22:54:23 +02:00
Johannes Zellner 536bb84ade Move new file and folder logic as well as restart to the main filemanager controller 2022-08-25 21:42:28 +02:00
Johannes Zellner 6603087f72 Move chown entries into main filemanager controller 2022-08-25 21:22:43 +02:00
Johannes Zellner 5413e52198 Move rename and extract into main filemanager controller 2022-08-25 21:10:35 +02:00
Johannes Zellner 568c4af15c text-editor dark mode fixes 2022-08-25 20:55:40 +02:00
Johannes Zellner 81b1fd7be2 btn-default dark mode fixes 2022-08-25 20:52:40 +02:00
Johannes Zellner 862841e4c1 Convert entry deletion for split view 2022-08-25 19:38:02 +02:00
Johannes Zellner 563391c2f1 remove PermitRootLogin check as we now use cloudron-support user 2022-08-25 18:53:09 +02:00
Girish Ramakrishnan d4555886f4 add note on the reason for the flag 2022-08-25 16:36:57 +02:00
Girish Ramakrishnan a584fad278 proxyAuth: add supportsBearerAuth flag
required for firefly-iii
2022-08-25 16:12:42 +02:00
Johannes Zellner 093358810b Stop handle keyevents in filetree if modal visible 2022-08-25 14:21:57 +02:00
Johannes Zellner ba9530eb32 Improve two view pane 2022-08-25 12:23:38 +02:00