chinwagsocial/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.
2020-05-10 10:16:39 +02:00
..
chewy Fix bookmarks also searchable (#13293) 2020-03-22 02:40:03 +01:00
controllers Remove confusing “You are already signed in.” flash message (#13547) 2020-05-10 10:16:39 +02:00
helpers Fix use of inline CSS in public pages (#13576) 2020-05-03 22:04:18 +02:00
javascript Fix failing jest test (#13681) 2020-05-08 21:21:57 +02:00
lib Improve RSS entries for statuses (#13592) 2020-05-10 09:50:54 +02:00
mailers Fix error when sending moderation notification (#13014) 2020-02-01 15:42:12 +01:00
models Improve RSS entries for statuses (#13592) 2020-05-10 09:50:54 +02:00
policies Add ability to delete files uploaded for settings in admin UI (#13192) 2020-03-08 16:00:24 +01:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Improve RSS entries for statuses (#13592) 2020-05-10 09:50:54 +02:00
services Fix not being able to resolve public resources in development environment (#13505) 2020-04-25 22:01:08 +02:00
validators Improve polls: option lengths & redesign (#13257) 2020-04-02 17:10:55 +02:00
views Remove 'unsafe-inline' from Content-Security-Policy style-src (#13679) 2020-05-08 21:22:57 +02:00
workers Fix DeliveryWorker not to call failure_tracker when inbox_url is unavailable (#13482) 2020-04-16 08:04:10 +02:00