mastodon/app
Claire 9f4930ec11
Add password autocomplete hints (#20071)
Fixes #20067

Our password autocomplete hints were “off” but that does not prevent current
browsers from trying to autocomplete them anyway, so use `current-password` and
`new-password` so they don't put a newly-generated password in a password
confirmation prompt, or the old password for a password renewal prompt.
2022-11-08 03:53:06 +01:00
..
chewy
controllers Fix crash when external auth provider has no display_name set (#19962) 2022-11-07 15:43:24 +01:00
helpers
javascript Fix opening the language picker scrolling the single-column view to the top (#19983) 2022-11-08 03:52:52 +01:00
lib Fix filter handling in status cache hydration (#19963) 2022-11-07 19:47:48 +01:00
mailers
models Micro-optimization: use if/else instead of Array#compact and Array#min (#19906) 2022-11-08 03:50:47 +01:00
policies
presenters
serializers Fix n+1 queries when rendering initial state JSON (#19795) 2022-11-05 21:51:01 +01:00
services Fix validation error in SynchronizeFeaturedTagsCollectionWorker (#20018) 2022-11-07 22:35:53 +01:00
validators
views Add password autocomplete hints (#20071) 2022-11-08 03:53:06 +01:00
workers Fix followers count not being updated when migrating follows (#19998) 2022-11-07 15:38:55 +01:00