Tags: plausible/analytics
Tags
Log Oban errors (and still report them to Sentry) (#4657) * log oban errors in CE * update changelog * not just ce * add comment
Settings password reset (#4649) * Enable exceptions when revoking all user sessions * Add `User` changeset for changing password * Make button in `2fa_input` component optional * Implement password change from User Settings * Add tests * Fix 2FA modal cancel button formatting * Update changelog * Don't pass redundant params to `render_settings` and clean up code a bit * Render one error per field in password reset form * Refactor inline form 2FA validation --------- Co-authored-by: Adrian Gruntkowski <[email protected]>
Mua: support 465 port connections (#4606) * mua: support 465 port connections * allow port=465 but SMTP_HOST_SSL_ENABLED=false
Fix flaky auth rate limit tests and refactor auth rate limiting (#4401) * Add safeguard against flaky auth rate limit tests * Fix typo in a log message * Extract and abstract rate limiting from `AuthController` * Fix flaky rate limit test tag * Don't leak prefix from auth rate limit * Use more compact map syntax * Remove special tag in favor of `eventually` test util function
Migration: turn google auth tokens into text column type (#4428)
PreviousNext