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
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
..
controllers Fix webfinger retries (#4275) 7 years ago
helpers Fix deprecation warning for non-pipeline assets (#4267) 7 years ago
javascript feat(css): Remove border radius from WebKit's scrollbars (#4278) 7 years ago
lib Fix webfinger retries (#4275) 7 years ago
mailers Set default From address in config (#3756) 7 years ago
models fix(push_subscription): Guard against malformed favourite notification (#4271) 7 years ago
policies
presenters Minor ActivityPub JSON fixes (#4214) 7 years ago
serializers Add unfollow modal (optional) (#4246) 7 years ago
services Fix webfinger retries (#4275) 7 years ago
validators
views Add feature to revoke sessions (#4259) 7 years ago
workers Fix webfinger retries (#4275) 7 years ago