Commit Graph

18333 Commits

Author SHA1 Message Date
Johannes Zellner 8522775569 Ensure we can also pick a custom icon when adding an applink 2025-03-22 10:22:42 +01:00
Johannes Zellner e81b77cbcd Make Applink dialog use ImagePicker component 2025-03-22 10:19:55 +01:00
Johannes Zellner 8498b79493 Show plain error message if primary location is in use 2025-03-21 12:38:55 +01:00
Johannes Zellner 7c1160de92 Add cloudron registration via setupToken 2025-03-21 11:42:30 +01:00
Johannes Zellner c517b6db3b Show generic app install errors in the dialog 2025-03-21 10:55:55 +01:00
Johannes Zellner 30f3a6f450 Update pankow 2025-03-19 18:16:04 +01:00
Johannes Zellner 2ed9d68c08 Fix stylesheet loading order 2025-03-19 17:13:58 +01:00
Johannes Zellner d45c2eb5b6 Don't leak UI elements if dashboard is still loading or redirecting 2025-03-19 11:52:34 +01:00
Johannes Zellner fc1c1ea690 Use SettingsItem for dashboard domain setup 2025-03-19 01:38:49 +01:00
Johannes Zellner 18e17f2932 Don't use shadow in ImagePicker 2025-03-19 01:23:17 +01:00
Johannes Zellner e70ea6f202 Use ImagePicker also in profile view 2025-03-19 01:22:13 +01:00
Johannes Zellner c4026c8e78 Remove unused image picker styles 2025-03-19 01:09:51 +01:00
Johannes Zellner a58b2efaf9 ImagePicker fixes and use it also in app icon settings 2025-03-19 01:09:17 +01:00
Johannes Zellner e917ae4198 Show error if background image is too large 2025-03-18 23:59:18 +01:00
Johannes Zellner 3832ac3965 Do not set API_ORIGIN if deployed 2025-03-18 23:59:18 +01:00
Girish Ramakrishnan bba9de7b76 8.3.1 changes
(cherry picked from commit f93462d88c)
2025-03-18 23:40:59 +01:00
Girish Ramakrishnan d2de2c7093 postgres: fix illegal instruction issue
we have to disable -march=native when compiling as per
https://github.com/pgvector/pgvector?tab=readme-ov-file#portability

https://github.com/pgvector/pgvector/issues/143
https://github.com/pgvector/pgvector/issues/752
https://github.com/pgvector/pgvector/issues/389
(cherry picked from commit e3982e48ea)
2025-03-18 23:40:32 +01:00
Johannes Zellner 53aed4c7f8 Use ImagePicker component in branding page 2025-03-18 23:08:29 +01:00
Johannes Zellner e8bd839281 trim postinstall message to avoid empty new lines 2025-03-18 19:20:32 +01:00
Johannes Zellner 7d07e34d6b Add client side app postProcess() to fix postinstall message 2025-03-18 19:04:47 +01:00
Johannes Zellner f6f97e69eb Ack all notifications if read all is clicked 2025-03-18 16:58:00 +01:00
Johannes Zellner 0fe5d9d628 Add notification panel 2025-03-18 16:53:15 +01:00
Johannes Zellner e665857aa8 Convert timezone and language settings to SettingItems 2025-03-17 22:17:30 +01:00
Johannes Zellner 00f6b878b3 Show total group count 2025-03-17 19:14:32 +01:00
Johannes Zellner 7cddf8ae6a Fixes to users view and new pankow version 2025-03-17 19:02:41 +01:00
Johannes Zellner 3383a84fa6 Some polish in the backup view 2025-03-17 18:21:27 +01:00
Johannes Zellner 8e120bca77 More style fixes and remove dead password reset code 2025-03-17 17:49:52 +01:00
Johannes Zellner 66d235a873 Bring back login flow 2025-03-17 16:53:58 +01:00
Girish Ramakrishnan dca9266697 isValidHostname is gone 2025-03-17 15:54:24 +01:00
Johannes Zellner b3131169ad Improve profile view and fix app install dialog overflow on mobile 2025-03-17 12:33:27 +01:00
Johannes Zellner e83bcf0fd9 Support sidebar groups 2025-03-17 02:42:45 +01:00
Johannes Zellner 9137244fcf Fix active sidebar item tracking 2025-03-16 12:11:02 +01:00
Johannes Zellner 3a32aab066 Initial move from angular shell to vue 2025-03-16 11:55:55 +01:00
Johannes Zellner 5fd4e2f008 Add mailinglists ui 2025-03-14 21:51:26 +01:00
Johannes Zellner 0bc460db56 Do not set whole mailboxes view busy on refresh 2025-03-14 21:10:35 +01:00
Johannes Zellner 5a34244854 Use SettingsItem in network view 2025-03-14 21:09:15 +01:00
Johannes Zellner 9676cabcb8 Finish mailboxes view 2025-03-14 20:53:28 +01:00
Johannes Zellner 44b02961ac Remove vuejs warnings by adding a tbody tag 2025-03-14 15:32:19 +01:00
Johannes Zellner 66f0b49ca7 Update frontend dependencies 2025-03-14 15:16:41 +01:00
Johannes Zellner 24ed0fd479 Add mailboxes view 2025-03-14 15:09:12 +01:00
Girish Ramakrishnan 8f6656d657 superagent: can pass buffer to attach 2025-03-13 18:15:37 +01:00
Johannes Zellner 19e08942ed Add mail relay settings 2025-03-12 16:23:42 +01:00
Johannes Zellner 0865b9bbc5 Add mail connection details dialog 2025-03-12 13:41:07 +01:00
Johannes Zellner 00a5dbf42c Cleanup linter issues in mail view 2025-03-12 13:16:33 +01:00
Johannes Zellner acae9ee602 Add Maildomain status view 2025-03-12 12:49:06 +01:00
Johannes Zellner 93e0787911 Implement email signature setting 2025-03-11 13:13:02 +01:00
Johannes Zellner 5c354db1b2 Implement mailfrom/masquerading setting 2025-03-11 12:50:05 +01:00
Johannes Zellner a5ca8781ff Implement catchall settings 2025-03-11 12:38:54 +01:00
Girish Ramakrishnan ba1636033e typo 2025-03-10 21:23:55 +01:00
Johannes Zellner d8c063f59b Update pankow 2025-03-10 21:18:49 +01:00