Commit Graph

18333 Commits

Author SHA1 Message Date
Johannes Zellner cd63d2622c No need for a back button from app config 2025-01-06 14:35:50 +01:00
Johannes Zellner 2bf91ea453 Give all views the same width 2025-01-06 14:35:50 +01:00
Johannes Zellner 7e8cbc542b Update pankow 2025-01-06 14:35:50 +01:00
Johannes Zellner 55e0d734df Initial rewrite of the apps view 2025-01-06 14:35:50 +01:00
Johannes Zellner a42c7e4735 Make it a proper left side-bar 2025-01-06 14:35:50 +01:00
Johannes Zellner dd264617d7 Finish Volumesview.vue 2025-01-06 14:35:50 +01:00
Johannes Zellner 2167b1fc6b Update frontend dependencies 2025-01-06 14:35:50 +01:00
Johannes Zellner 9b3f1c3f9c pankow expects root vue element to have id 'app' 2025-01-06 14:35:50 +01:00
Johannes Zellner e51014a5bc Start work on VolumesView.vue 2025-01-06 14:35:50 +01:00
Johannes Zellner 58e5f96eda Slightly different bright colors 2025-01-06 14:35:50 +01:00
Johannes Zellner 74679b4b41 Add Card component and various darkmode fixes 2025-01-06 14:35:50 +01:00
Johannes Zellner 2a0f727cba Also lint .vue files 2025-01-06 14:35:50 +01:00
Johannes Zellner 9937c01cde Attempt to user Inter font 2025-01-06 14:35:50 +01:00
Johannes Zellner ebf3e4fea7 Some dark mode fixes 2025-01-06 14:35:50 +01:00
Johannes Zellner 8e3839203b Add support for accent color and rework cards 2025-01-06 14:35:50 +01:00
Johannes Zellner a53bc720cb Move menu to sidebar 2025-01-06 14:35:50 +01:00
Johannes Zellner ab62f61256 Move password reset view to vue and pankow 2025-01-06 14:35:50 +01:00
Johannes Zellner a2b737e6a0 Clean up the openid interaction abort page 2025-01-06 14:35:50 +01:00
Johannes Zellner 893e07ea16 Share footer styles 2025-01-06 14:35:50 +01:00
Johannes Zellner 78cfb9b7f0 Cleanup the openid login confirm trampoline page 2025-01-06 14:35:50 +01:00
Johannes Zellner fae42bbca3 Improve footer in vue views 2025-01-06 14:35:50 +01:00
Johannes Zellner d95b13664e If we have no localstorage language fetch branding 2025-01-06 14:35:50 +01:00
Johannes Zellner f7fe38fa25 Add missing data properties 2025-01-06 14:35:50 +01:00
Johannes Zellner 38ed49d814 New style for oidc error page 2025-01-06 14:35:50 +01:00
Johannes Zellner fb08369aec Use pankow in login view 2025-01-06 14:35:50 +01:00
Johannes Zellner a071cef46a vuefy login page 2025-01-06 14:35:50 +01:00
Johannes Zellner 7438576bb1 Move proxyauth page to vite 2025-01-06 14:35:50 +01:00
Johannes Zellner 571d510423 Move all oidc views into vite / dashboard 2025-01-06 14:35:50 +01:00
Johannes Zellner 8dd4b58227 Move oidc error page into vite 2025-01-06 14:35:50 +01:00
Johannes Zellner d9402bc24d Move login.ejs into a vite handled view 2025-01-06 14:35:50 +01:00
Johannes Zellner 0513ed16bb Try first view support 2025-01-06 14:35:50 +01:00
Girish Ramakrishnan e536c94028 firewall: add dockerproxy v8.2.3 2025-01-03 21:14:19 +01:00
Girish Ramakrishnan d57020d269 firewall: allow udp responses to come back from docker 2025-01-03 19:50:42 +01:00
Girish Ramakrishnan d47aa816d3 firewall: accept ldap connections 2025-01-03 19:33:51 +01:00
Girish Ramakrishnan 29a9b3d68a firewall: use a chain instead of adding rules directly
this helps in updating rules across upgrades
2025-01-03 17:59:24 +01:00
Girish Ramakrishnan b6f70e4bc0 rsync: increase empty dir limit
a mail backup of a mailbox with many folders can have many empty dirs

https://forum.cloudron.io/topic/13047/since-update-to-v8-2-1-backups-fail-with-too-many-empty-directories
2025-01-03 13:01:10 +01:00
Girish Ramakrishnan 73e1e6881e docker: fix parsing of imageRef if no namespace 2025-01-03 10:10:06 +01:00
Girish Ramakrishnan ebc3dfc3f0 mail: update the dns-list plugin 2025-01-03 09:36:11 +01:00
Girish Ramakrishnan 2ae05baec3 add to changelog 2025-01-02 23:53:00 +01:00
Girish Ramakrishnan 746bcb1dd0 firewall: ip6tables requires ipv6 2025-01-02 23:48:19 +01:00
Girish Ramakrishnan 874f8328b8 firewall: wait-interval is deprecated 2025-01-02 23:44:50 +01:00
Girish Ramakrishnan 62e2283992 firewall: add masquerade rule for access via public IP 2025-01-02 23:34:46 +01:00
Girish Ramakrishnan 0cf407b6f5 give mail container a static IP 2025-01-02 23:33:21 +01:00
Girish Ramakrishnan 8a97b7efa4 notifications: send unacked ones first 2025-01-02 16:50:31 +01:00
Girish Ramakrishnan 1e2ca7b835 volumes: test host path validation v8.2.2 2025-01-02 11:46:11 +01:00
Girish Ramakrishnan f7ea847336 do not modify hostPath variable 2025-01-02 11:22:09 +01:00
Girish Ramakrishnan 9d890e1c21 security: fix issue where '/' symlink allows admins to get ssh access
* create a volume
* create symlink to /
* now, create another volume with that symlink as host directory
2025-01-02 11:18:39 +01:00
Girish Ramakrishnan 9c7e9e25ca scheduler: respect cloudron timezone setting 2025-01-02 10:11:14 +01:00
Girish Ramakrishnan 4ffe736d46 mail: dns list crash fix 2025-01-02 09:24:51 +01:00
Girish Ramakrishnan 13d82e5a4d mail: fix issue with dkim signing 2025-01-01 18:33:04 +01:00