mastodon/spec/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)
2017-07-20 01:59:07 +02:00
..
admin Improve admin page (#4121) 2017-07-18 16:38:22 +02:00
api Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
auth Cover Auth::RegistrationsController more (#3353) 2017-06-25 21:42:55 +02:00
concerns HTTP signatures (#4146) 2017-07-14 20:41:49 +02:00
oauth
settings Fix #3910 - Require OTP authentication to disable 2FA (#3935) 2017-06-25 23:51:46 +02:00
well_known Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 2017-05-22 17:58:49 +02:00
accounts_controller_spec.rb Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
application_controller_spec.rb
authorize_follows_controller_spec.rb Remote following success page (#4129) 2017-07-10 18:05:06 +02:00
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb Replace OEmbed and initial state Rabl templates with serializers (#4110) 2017-07-08 14:51:05 +02:00
manifests_controller_spec.rb Add controller spec for manifests controller (#4003) 2017-06-30 13:43:34 +02:00
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb
stream_entries_controller_spec.rb
tags_controller_spec.rb