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
ThibG 45202f79ef
Remove confusing “You are already signed in.” flash message (#13547)
When attempting to access the log-in page while already logged in,
Devise's `require_no_authentication` kicks in and sets a flash
message “You are already signed in.”

In almost all cases, this also causes a redirect to /web, which
does not display or clear flash messages, thus leaving the message
to a potentially much later date, like for instance, accessing
/preferences several minutes after being redirected to /web.
5 years ago
..
chewy Fix bookmarks also searchable (#13293) 5 years ago
controllers Remove confusing “You are already signed in.” flash message (#13547) 5 years ago
helpers Fix use of inline CSS in public pages (#13576) 5 years ago
javascript Fix failing jest test (#13681) 5 years ago
lib Improve RSS entries for statuses (#13592) 5 years ago
mailers Fix error when sending moderation notification (#13014) 5 years ago
models Improve RSS entries for statuses (#13592) 5 years ago
policies Add ability to delete files uploaded for settings in admin UI (#13192) 5 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Improve RSS entries for statuses (#13592) 5 years ago
services Fix not being able to resolve public resources in development environment (#13505) 5 years ago
validators Improve polls: option lengths & redesign (#13257) 5 years ago
views Remove 'unsafe-inline' from Content-Security-Policy style-src (#13679) 5 years ago
workers Fix DeliveryWorker not to call failure_tracker when inbox_url is unavailable (#13482) 5 years ago