mastodon/app
rcombs e53fc34e9a
Set autocomplete attr for email field on signup page ()
The email address will be used as the "username" for sign-in purposes, so it's the value that should be stored in password managers. We can inform the password manager of this by setting `autocomplete="email"`. Without this hint, password managers may instead store the `username` field, which isn't valid for sign-in (this happens with iCloud Keychain in Safari, for instance).
2022-11-07 03:16:10 +01:00
..
chewy Change algorithm of tootctl search deploy to improve performance () 2022-05-22 22:16:43 +02:00
controllers Change AUTHORIZED_FETCH to not block unauthenticated REST API access () 2022-11-05 22:56:03 +01:00
helpers Change sign-in banner to reflect disabled or moved account status () 2022-11-05 18:28:13 +01:00
javascript Change design of new list form in web UI () 2022-11-05 23:06:32 +01:00
lib Fix additional issues with status cache hydration () 2022-11-04 20:01:33 +01:00
mailers Add support for language preferences for trending statuses and links () 2022-10-08 16:45:40 +02:00
models Fix not using GIN index for account search queries () 2022-11-06 06:16:34 +01:00
policies Add ability to view previous edits of a status in admin UI () 2022-10-26 13:42:29 +02:00
presenters Change sign-in banner to reflect disabled or moved account status () 2022-11-05 18:28:13 +01:00
serializers Fix n+1 queries when rendering initial state JSON () 2022-11-05 21:51:01 +01:00
services Fix n+1 query during status removal () 2022-11-05 00:09:52 +01:00
validators Fix error when uploading malformed CSV import () 2022-10-28 23:30:44 +02:00
views Set autocomplete attr for email field on signup page () 2022-11-07 03:16:10 +01:00
workers Fix indexing scheduler trying to index when Elasticsearch is disabled () 2022-11-05 22:31:52 +01:00