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/spec/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 Revert #5772 (#6221) 7 years ago
admin Add moderation note (#5240) 7 years ago
api Fix bug in relationships API introduced by #6482 (#6527) 7 years ago
auth Fix email confirmation link not updating email (#6187) 7 years ago
concerns Set the default locale in config (#6580) 7 years ago
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 8 years ago
settings Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
well_known Improve ActivityPub representations (#3844) 8 years ago
about_controller_spec.rb Cover AboutController more in spec (#3226) 8 years ago
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 8 years ago
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Rewrite account_controller_spec (#5633) 7 years ago
application_controller_spec.rb Fix force_ssl conditional (#6201) 7 years ago
authorize_follows_controller_spec.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_controller_spec.rb When web UI URL used while logged out, redirect to static page (#4954) 8 years ago
manifests_controller_spec.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller_spec.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
remote_follow_controller_spec.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 8 years ago
statuses_controller_spec.rb Fetch reblogs as Announce activity instead of Note object (#4672) 8 years ago
stream_entries_controller_spec.rb Update status embeds (#4742) 8 years ago
tags_controller_spec.rb Redesign public hashtag pages (#5237) 7 years ago