Skip to content

Tags: plausible/analytics

Tags

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v2.1.4 (#4660)

v2.1.4-rc.2

Toggle v2.1.4-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Log Oban errors (and still report them to Sentry) (#4657)

* log oban errors in CE

* update changelog

* not just ce

* add comment

v2.1.4-rc.1

Toggle v2.1.4-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
default to invite_only in ce (#4616)

v2.1.4-rc.0

Toggle v2.1.4-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set secure cookie if BASE_URL scheme is HTTPS (#4623)

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release v2.1.2 (#4483)

v2.1.2-rc.1

Toggle v2.1.2-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mua: support 465 port connections (#4606)

* mua: support 465 port connections

* allow port=465 but SMTP_HOST_SSL_ENABLED=false

v2.1.2-rc.0

Toggle v2.1.2-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
skip verification in ce (#4604)

r2024.08.09-610

Toggle r2024.08.09-610's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

r2024.08.09-609

Toggle r2024.08.09-609's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migration: turn google auth tokens into text column type (#4428)