This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/controllers
Eugen Rochko 76f360c625 If HTTP signature is wrong and webfinger cache is stale, retry with resolve (#5129)
If the signature could not be verified and the webfinger of the account
was last retrieved longer than the cache period, try re-resolving the
account and then attempting to verify the signature again
2017-09-28 17:50:14 +02:00
..
activitypub
admin New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) 2017-09-23 01:57:23 +02:00
api Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
auth
concerns If HTTP signature is wrong and webfinger cache is stale, retry with resolve (#5129) 2017-09-28 17:50:14 +02:00
oauth
settings Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388) 2017-06-02 22:21:36 +02:00
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
authorize_follows_controller.rb
follower_accounts_controller.rb Use OrderedCollectionPage to return followers/following list (#4949) 2017-09-19 16:37:06 +02:00
following_accounts_controller.rb Use OrderedCollectionPage to return followers/following list (#4949) 2017-09-19 16:37:06 +02:00
home_controller.rb
intents_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
shares_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb