Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | Raise Mastodon::HostValidationError when host for HTTP request is private ↵ | Akihiko Odaki | |
(#6410) | |||
2017-07-27 | Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) | Clworld | |
* Add destination informations to exception on SubscribeWorker and DeliveryWorker. * Simplify delivery error message. * Prevent changing Exception type... * fix typo. | |||
2017-07-20 | Fix webfinger retries (#4275) | Eugen Rochko | |
* 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-04-03 | Add check for visibility.nil? even though it can't ever be, to check for ↵ | Eugen Rochko | |
race conditions | |||
2017-02-26 | Add validation of media attachments, clean up mastodon-own exception classes | Eugen Rochko | |
2016-12-22 | Add "locked" flag to accounts, prevent blocked users from following, ↵ | Eugen Rochko | |
force-unfollow blocked users |