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/javascript/packs
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
..
about.js Upgrade webpack to version v4.x (#6655) 7 years ago
admin.js Add ability to filter audit log in admin UI (#13381) 5 years ago
application.js Upgrade webpack to version v4.x (#6655) 7 years ago
error.js Change error graphic to hover-to-play (#10055) 6 years ago
mailer.js HTML e-mails for UserMailer (#6256) 7 years ago
public.js Add client-side validation in password change forms (#14564) 5 years ago
share.js Upgrade webpack to version v4.x (#6655) 7 years ago