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
rcombs e53fc34e9a
Set autocomplete attr for email field on signup page (#19833)
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).
2 years ago
..
chewy Change algorithm of `tootctl search deploy` to improve performance (#18463) 3 years ago
controllers Change `AUTHORIZED_FETCH` to not block unauthenticated REST API access (#19803) 2 years ago
helpers Change sign-in banner to reflect disabled or moved account status (#19773) 2 years ago
javascript Change design of new list form in web UI (#19801) 2 years ago
lib Fix additional issues with status cache hydration (#19747) 2 years ago
mailers Add support for language preferences for trending statuses and links (#18288) 3 years ago
models Fix not using GIN index for account search queries (#19830) 2 years ago
policies Add ability to view previous edits of a status in admin UI (#19462) 3 years ago
presenters Change sign-in banner to reflect disabled or moved account status (#19773) 2 years ago
serializers Fix n+1 queries when rendering initial state JSON (#19795) 2 years ago
services Fix n+1 query during status removal (#19753) 2 years ago
validators Fix error when uploading malformed CSV import (#19509) 3 years ago
views Set autocomplete attr for email field on signup page (#19833) 2 years ago
workers Fix indexing scheduler trying to index when Elasticsearch is disabled (#19805) 2 years ago