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
Akihiko Odaki 51d760960c Set the default locale in config (#6580)
Previously the default locale was set by Localized concern for controllers,
but it was not enforced for mailers.

config is enforced throughout the application and an appropriate place to
set the default locale.
7 years ago
..
activitypub Federate pinned statuses over ActivityPub (#6610) 7 years ago
admin Redesign landing page (again) (#6486) 7 years ago
api Federate pinned statuses over ActivityPub (#6610) 7 years ago
auth Fix #942: Seamless LDAP login (#6556) 7 years ago
concerns Set the default locale in config (#6580) 7 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 8 years ago
settings Account archive download (#6460) 7 years ago
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 7 years ago
about_controller.rb Add option to show only local toots in timeline preview (#6292) 7 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Fix prev/next links on public profile page (#6497) 7 years ago
application_controller.rb Fix #942: Seamless LDAP login (#6556) 7 years ago
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
emojis_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
follower_accounts_controller.rb Improve public account cards (#6559) 7 years ago
following_accounts_controller.rb Improve public account cards (#6559) 7 years ago
home_controller.rb When web UI URL used while logged out, redirect to static page (#4954) 8 years ago
intents_controller.rb Add protocol handler. Handle follow intents (#4511) 8 years ago
invites_controller.rb Add consumable invites (#5814) 7 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 8 years ago
media_controller.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
media_proxy_controller.rb Fix incomplete account records being read (#4998) 8 years ago
remote_follow_controller.rb Show mastodon on modal (#6129) 7 years ago
shares_controller.rb implement web share target (#6278) 7 years ago
statuses_controller.rb Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 7 years ago
stream_entries_controller.rb Allow HTTP caching of atom-rendered public toots (OStatus compatibility) (#6207) 7 years ago
tags_controller.rb Redesign public hashtag pages (#5237) 8 years ago