Commit Graph

662 Commits

Author SHA1 Message Date
Johannes Zellner 2fe84293b3 Rename oidc rendered login.html to oidc_login.html 2025-07-11 12:28:02 +02:00
Johannes Zellner 4bbae73be1 Add v-fit-text directive to adjust font-size until the text fits 2025-07-10 18:05:53 +02:00
Johannes Zellner daddbadc06 Show explicit datetime in email eventlog 2025-07-10 16:29:48 +02:00
Johannes Zellner b74d1cb54a Show full datetime in eventlog 2025-07-10 14:48:55 +02:00
Johannes Zellner 6a689e2ae4 Remove unused variable 2025-07-10 14:38:07 +02:00
Johannes Zellner cf5059b006 Always use english translation for language selectors 2025-07-10 14:37:38 +02:00
Johannes Zellner 01b1f7529e Dynamically set dashboard language when profile language changes 2025-07-10 13:47:52 +02:00
Johannes Zellner 579f5d7c8a pankow moved to @cloudron/pankow 2025-07-10 11:55:11 +02:00
Johannes Zellner 5b2ad5f87f Fix typo 2025-07-09 16:01:04 +02:00
Johannes Zellner b4b731eaa4 Add translation for cloudron.io account view 2025-07-09 15:57:22 +02:00
Johannes Zellner ac4c5c6e28 Fix MultiSelect usage 2025-07-08 14:52:22 +02:00
Johannes Zellner 8b881ab0b4 Fix autofocus in appstore view 2025-07-07 17:33:39 +02:00
Johannes Zellner 6e8597e3f7 Improve eventlog source handling 2025-07-03 15:30:02 +02:00
Johannes Zellner bb98fe824e Reset the eventlog page on filter changes 2025-07-03 15:07:31 +02:00
Johannes Zellner 70b57b078d Avoid resetting the app for each redis service on refresh 2025-07-03 12:40:17 +02:00
Johannes Zellner 8410e541b6 Do not attempt to close the app install dialog if it doesn't exist yet 2025-07-03 12:32:59 +02:00
Johannes Zellner 4025ef2070 Split system views into individual ones 2025-07-03 12:15:11 +02:00
Johannes Zellner 61fbb76eeb Move SystemInfo section into the metrics view 2025-07-02 21:04:39 +02:00
Johannes Zellner 1a2e2f4d51 Use global dashboard user profile in apps view 2025-07-02 16:40:05 +02:00
Johannes Zellner 8a251fe39e Allow to track email server location change 2025-07-01 15:05:34 +02:00
Johannes Zellner 0c8620e944 Poll for subscription updates when in cloudron.io view 2025-06-30 13:18:30 +02:00
Girish Ramakrishnan 9428cf0d06 mail: make status a tristate
status can be 'passed', 'failed' or 'skipped'. The motivation for this
change is that when using a relay, we can provide a message indicating
why the check was skipped.
2025-06-28 12:20:25 +02:00
Johannes Zellner 2723f2150b Add mailbox search filter and show count and usage there 2025-06-27 14:02:17 +02:00
Johannes Zellner 9ced45c714 Remove unused components in eventlog 2025-06-27 13:36:46 +02:00
Johannes Zellner 0a5fedf089 Make input dialogs in mail view non-modal 2025-06-27 09:50:34 +02:00
Johannes Zellner 4307ff5bf0 Disable dns setup checkbox when enabling email is busy 2025-06-26 17:20:57 +02:00
Johannes Zellner 648d6b2662 by default setup incoming mail dns records 2025-06-26 17:18:13 +02:00
Girish Ramakrishnan 2486aee24d AppsView: updateInfo is now part of app object 2025-06-26 16:57:55 +02:00
Johannes Zellner c040206d3a fix bug which shows email for apps which have no email 2025-06-25 20:58:35 +02:00
Johannes Zellner 7d1f218523 React directly on hash changes in appstore view 2025-06-25 16:14:58 +02:00
Johannes Zellner c779701d26 Use nextTick() instead of random timeout 2025-06-25 15:47:08 +02:00
Johannes Zellner a1c66e3808 Correctly handle blocklist and blocklist count 2025-06-13 22:30:46 +02:00
Johannes Zellner f3fc393617 Correctly calculate DNSBLZones 2025-06-13 22:21:17 +02:00
Johannes Zellner 3fb314a1cb Handle invalid Cloudron registration case in appstore view 2025-06-13 16:31:35 +02:00
Johannes Zellner e496f4f3e2 Bring back demo login info 2025-06-13 09:35:16 +02:00
Girish Ramakrishnan 25684bf4f6 oidc: reload the login form if the interaction expires
use the error status which the oidc provider module returns
2025-06-13 00:47:45 +02:00
Johannes Zellner 8d57ef2be4 Various tooltip fixes 2025-06-12 23:47:40 +02:00
Johannes Zellner 228532b03e Do not allow to edit the avatar if user profiles are locked 2025-06-12 13:03:40 +02:00
Johannes Zellner 54bd10a1db Do not flash profile edit buttons while profile is still loading 2025-06-12 12:59:12 +02:00
Johannes Zellner aadc85cda0 Use explicity copy to clipboard button for openId client/secret fields 2025-06-12 01:08:15 +02:00
Johannes Zellner 43f6d79554 Move name for openID clients to the top 2025-06-12 01:00:25 +02:00
Johannes Zellner fe9585500d Ask for confirmation when stopping an app 2025-06-11 10:54:29 +02:00
Johannes Zellner 1ddba4a76f Rework the 2fa disable dialog 2025-06-11 10:47:47 +02:00
Johannes Zellner 53b83909ed Convert password change dialog 2025-06-11 10:34:58 +02:00
Johannes Zellner af75060001 Reimplement fallback email dialog 2025-06-11 10:22:09 +02:00
Johannes Zellner 315210fe29 Improve primary email change dialog 2025-06-11 09:53:42 +02:00
Johannes Zellner a6c367ba24 Show 2fa error in login view 2025-06-10 18:04:32 +02:00
Johannes Zellner 1845a65085 Remove distinct support view 2025-06-09 20:54:52 +02:00
Girish Ramakrishnan a93c85ebc9 profile: drop gravatar support
gravatar is owned by an external entity (Automattic) and we have an
unnecessary dep to this service. users can just upload a profile pic
2025-06-08 18:12:40 +02:00
Girish Ramakrishnan 344782099f add explicit unset for the image routes
the initial motivation was to fix up the profile avatar rule which
had a mix of json or multipart. this style does not work well with
express 5
2025-06-06 18:58:49 +02:00