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
Eugen Rochko 1cc44cba81
Fix #6331 (#6341)
UserTrackingConcern is circumvented by SessionsController#create
because it calls warden, which calls the User#update_tracked_fields!
method directly. Move returning user logic to that method.
7 years ago
..
activitypub Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
admin keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114) 7 years ago
api Fix home regeneration (#6251) 7 years ago
auth Add confirmation step for email changes (#6071) 7 years ago
concerns Fix #6331 (#6341) 7 years ago
oauth
settings Redirect to 2FA creation page when otp_secret is not available (#6314) 7 years ago
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
application_controller.rb Fix force_ssl conditional (#6201) 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
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
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 Make sure private toots remain private and do not end up in HTTP caches (#6175) 7 years ago
stream_entries_controller.rb
tags_controller.rb