mastodon-glitch/app
ThibG 7dc4c74265
Add client-side validation in password change forms ()
* 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
..
chewy Change `tootctl search deploy` algorithm () 2020-07-14 18:10:35 +02:00
controllers Fix RSS feeds not being cachable () 2020-07-22 11:44:02 +02:00
helpers Add a visibility icon to status () 2020-06-25 22:43:59 +02:00
javascript Add client-side validation in password change forms () 2020-08-12 12:11:15 +02:00
lib Fix handling of Reject Follow when a matching follow relationship exists () 2020-08-01 18:20:37 +02:00
mailers Add e-mail-based sign in challenge for users with disabled 2FA () 2020-06-09 10:23:06 +02:00
models Cache result of SQL () 2020-08-09 15:23:42 +02:00
policies Add ability to delete files uploaded for settings in admin UI () 2020-03-08 16:00:24 +01:00
presenters Add user notes on accounts () 2020-06-30 19:19:50 +02:00
serializers Add thumbnail_remote_url in MediaAttachment REST response () 2020-07-19 19:53:31 +02:00
services Fix following restriction not working when exact match in account search () 2020-07-26 23:58:36 +02:00
validators Add E2EE API () 2020-06-02 19:24:53 +02:00
views Add client-side validation in password change forms () 2020-08-12 12:11:15 +02:00
workers Changed retries and rescued in ActivityPub::ProcessingWorker () 2020-07-20 11:26:12 +02:00