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
2020-08-12 12:11:15 +02:00
..
about.js Upgrade webpack to version v4.x (#6655) 2018-07-14 03:56:41 +02:00
admin.js Add ability to filter audit log in admin UI (#13381) 2020-04-03 13:06:34 +02:00
application.js Upgrade webpack to version v4.x (#6655) 2018-07-14 03:56:41 +02:00
error.js Change error graphic to hover-to-play (#10055) 2019-02-15 23:33:25 +01:00
mailer.js HTML e-mails for UserMailer (#6256) 2018-01-16 03:29:11 +01:00
public.js Add client-side validation in password change forms (#14564) 2020-08-12 12:11:15 +02:00
share.js Upgrade webpack to version v4.x (#6655) 2018-07-14 03:56:41 +02:00