mastodon/spec
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
..
controllers Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
fabricators Web Push Notifications (#3243) 2017-07-13 22:15:32 +02:00
features
fixtures
helpers Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
javascript feat(emoji): Add back title attribute (#4253) 2017-07-18 22:49:24 +02:00
lib Correct OStatus inflection (Ostatus -> OStatus) (#4255) 2017-07-19 01:37:26 +02:00
mailers
models Add unfollow modal (optional) (#4246) 2017-07-18 17:14:43 +02:00
policies
presenters
requests
routing
services Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
support
views Follow renaming of microformats2 gem (#4203) 2017-07-14 19:57:49 +02:00
workers Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
rails_helper.rb
spec_helper.rb