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/controllers
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
..
activitypub Add more tests for ActivityPub controllers (#13585) 5 years ago
admin Change delivery failure tracking to work with hostnames instead of URLs (#13437) 5 years ago
api Fix own following/followers not showing muted users (#13614) 5 years ago
auth Remove confusing “You are already signed in.” flash message (#13547) 5 years ago
concerns Add specific rate limits for posting and following (#13172) 5 years ago
oauth Fix settings pages being cacheable by the browser (#12714) 5 years ago
settings Allow users to delete their header and avatar (#13234) 5 years ago
well_known Fix uncaught unknown format errors in host meta controller (#12747) 5 years ago
about_controller.rb Add table of contents to about page (#11885) 6 years ago
account_follow_controller.rb Add specific rate limits for posting and following (#13172) 5 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Add more ActivityPub controller tests (#13590) 5 years ago
application_controller.rb Add specific rate limits for posting and following (#13172) 5 years ago
authorize_interactions_controller.rb Add specific rate limits for posting and following (#13172) 5 years ago
custom_css_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
directories_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
emojis_controller.rb Add (back) rails-level JSON caching (#11333) 6 years ago
filters_controller.rb Fix missing authentication call in filters controller (#12746) 5 years ago
follower_accounts_controller.rb Add federation support for the "hide network" preference (#11673) 5 years ago
following_accounts_controller.rb Add federation support for the "hide network" preference (#11673) 5 years ago
home_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object (#11561) 6 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
invites_controller.rb Add invite comments (#10465) 6 years ago
manifests_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
media_controller.rb Add more tests for ActivityPub controllers (#13585) 5 years ago
media_proxy_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
relationships_controller.rb Change followers page to relationships page in admin UI (#12927) 5 years ago
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
remote_interaction_controller.rb Add more tests for ActivityPub controllers (#13585) 5 years ago
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
statuses_controller.rb Add more tests for ActivityPub controllers (#13585) 5 years ago
tags_controller.rb Add local only to hashtag timeline (#13502) 5 years ago