You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG 7dc4c74265
Add client-side validation in password change forms (#14564)
* Fix client-side username validation at registration

It used the Account::USERNAME_RE regexp which is for *remote* users,
local user validation is stricter. Also take into account max username length.

* Add client-side form validation for password change

* Add client-side form validation to dedicated registration form

Previous changes only applied to the /about page, not the dedicated form on
/auth
5 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Fix RSS feeds not being cachable (#14368) 5 years ago
helpers Add a visibility icon to status (#14123) 5 years ago
javascript Add client-side validation in password change forms (#14564) 5 years ago
lib Fix handling of Reject Follow when a matching follow relationship exists (#14479) 5 years ago
mailers Add e-mail-based sign in challenge for users with disabled 2FA (#14013) 5 years ago
models Cache result of SQL (#14534) 5 years ago
policies Add ability to delete files uploaded for settings in admin UI (#13192) 5 years ago
presenters Add user notes on accounts (#14148) 5 years ago
serializers Add thumbnail_remote_url in MediaAttachment REST response (#14358) 5 years ago
services Fix following restriction not working when exact match in account search (#14394) 5 years ago
validators Add E2EE API (#13820) 5 years ago
views Add client-side validation in password change forms (#14564) 5 years ago
workers Changed retries and rescued in ActivityPub::ProcessingWorker (#14355) 5 years ago