Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add a limit to how many posts can get fetched as a result of a single request
* Add tests
* Always pass `request_id` when processing `Announce` activities
---------
Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
|
|
* Apply Rubocop Rails/WhereNot
* Update spec for where.not
|
|
|
|
* Autofix Rails/EagerEvaluationLogMessage
* Update spec for debug block syntax
|
|
moderation note (#23318)
* Fix `UserCleanupScheduler` crash when an unconfirmed account has a moderation note
* Add tests
|
|
change (#23359)
Fixes #23096
|
|
|
|
* Fix email with empty domain name labels passing validation
`EmailMxValidator` would allow empty labels because `Resolv::DNS` is
particularly lenient about them, but the email would be invalid and
unusable.
* Add tests
|
|
* Add tests
* Fix account activation being triggered before email confirmation
Fixes #23098
|
|
* Suppress AddressFamilyError
* clarify comment
|