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 1fcdaafa6f Fix webfinger retries (#4275)
* Do not raise unretryable exceptions in ResolveRemoteAccountService

* Removed fatal exceptions from ResolveRemoteAccountService

Exceptions that cannot be retried should not be raised. New exception
class for those that can be retried (Mastodon::UnexpectedResponseError)
7 years ago
..
activitypub Minor ActivityPub JSON fixes (#4214) 7 years ago
admin Improve admin page (#4121) 7 years ago
api Fix webfinger retries (#4275) 7 years ago
auth
concerns
oauth
settings Add feature to revoke sessions (#4259) 7 years ago
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Correct OStatus inflection (Ostatus -> OStatus) (#4255) 7 years ago
application_controller.rb
authorize_follows_controller.rb
follower_accounts_controller.rb Minor ActivityPub JSON fixes (#4214) 7 years ago
following_accounts_controller.rb Minor ActivityPub JSON fixes (#4214) 7 years ago
home_controller.rb
manifests_controller.rb
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb Correct OStatus inflection (Ostatus -> OStatus) (#4255) 7 years ago
tags_controller.rb Minor ActivityPub JSON fixes (#4214) 7 years ago