Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-18 | Don't send Link header when don't know prev and next links (#4633) | Yamagishi Kazutoshi | |
2017-08-15 | Fix require_user! behavior when not logged in (#4604) | abcang | |
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-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski | |
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller |