mastodon/app
ThibG a8ae1e4855 Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)
HTTP 401 responses returned by Mastodon's inbox controller may
be temporary if, for instance, the requesting user's actor/key json
could not be retrieved in a timely fashion. This changes allow retries
instead of dropping the message entirely.

Also added HTTP 408 as that error is by nature temporary.
2019-11-19 13:34:01 -06:00
..
chewy allow searching bookmarks 2019-05-21 03:16:21 -05:00
controllers Add `account_id` param to `GET /api/v1/notifications` (#10796) 2019-11-19 13:20:27 -06:00
helpers Get rid of the `Formatter` cache. It isn't worth the admin headaches. 2019-11-18 05:09:18 -06:00
javascript Add `forceSingleColumn` prop to `<UI />` (#10807) [Monsterfork adjustment: keep ordering] 2019-11-19 13:31:33 -06:00
lib Allow rel=tag in status text 2019-11-19 13:14:02 -06:00
mailers Fix error in AdminMailer#new_pending_account (#10264) 2019-03-14 14:20:22 +01:00
models Add `account_id` param to `GET /api/v1/notifications` (#10796) 2019-11-19 13:20:27 -06:00
policies add new `reject unknown` policy option to prevent spam & harassment from large/undermoderated servers 2019-08-08 12:46:17 -05:00
presenters local visibility scope, chat scope+tags, unlisted tags 2019-07-15 14:12:24 -05:00
serializers Add support for updating posts in-place to the frontend and API. This makes it possible to implement features such as *real* post editing. 2019-11-18 22:04:03 -06:00
services When a post is delayed or updated, remove the old version from local timelines before delivering the new verison. 2019-11-18 08:26:54 -06:00
validators bump poll sizes to 33 options x 202 chars 2019-07-26 17:30:16 +00:00
views Remove context selector from filter view. 2019-11-18 02:19:09 -06:00
workers Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812) 2019-11-19 13:34:01 -06:00