akkoma/lib/pleroma
rinpatch 9bdbf0811b Make MediaProxy failure tracking less brutal
The current failure tracking mechanism will never request anything that
didn't respond with a success, 403, 404, or 5xx codes. This is causing
issues when using in real fediverse because of weird status codes
some software has and timeouts being frequent. This patch changes
failure tracking mechanism to only never request the url again if it
responded with 400, 204, or the body is too large, otherwise it can be
re-requested in 60 seconds.
2019-10-11 22:52:38 +03:00
..
activity Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
bbs Extract status actions from MastodonAPIController into StatusController 2019-09-27 10:51:15 +07:00
captcha
config
conversation Mastodon API: Add pleroma.unread_conversation_count to the Account entity 2019-10-05 20:12:00 +03:00
daemons
docs markdown.ex: put two-spaces before the description-newline 2019-09-17 23:05:27 +02:00
emails Extract RSS Feed functionality from OStatus 2019-10-07 12:20:41 +00:00
emoji Fix emoji tags for shareable packs to be "pack:{name}" 2019-09-25 12:34:03 +02:00
gopher
helpers
http
instances
object Merge branch 'develop' into test/activity_pub/transmogrifier.ex 2019-09-19 07:35:34 +03:00
plugs [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mastodon-2-4-3-oauth-scopes 2019-10-02 20:42:40 +03:00
reverse_proxy Make MediaProxy failure tracking less brutal 2019-10-11 22:52:38 +03:00
upload
uploaders add tunable for stream uploads, as needed for jortage to work. 2019-09-23 20:38:53 +00:00
user Mastodon API: Add pleroma.unread_conversation_count to the Account entity 2019-10-05 20:12:00 +03:00
web Mastodon API: Return pleroma.direct_conversation_id when viewing a status (GET /api/v1/statuses/:id) 2019-10-09 07:27:09 +03:00
workers Remove :enqueued counter 2019-10-02 14:50:25 +07:00
activity.ex Merge branch 'develop' into tests/mastodon_api_controller.ex 2019-09-26 16:16:30 +03:00
activity_expiration.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
application.ex Merge branch 'featrue/job-monitor' into 'develop' 2019-10-04 12:52:11 +00:00
bookmark.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
clippy.ex
config.ex
constants.ex Move object internal fields to a constant 2019-09-18 19:24:20 +03:00
conversation.ex Mastodon API: Add pleroma.unread_conversation_count to the Account entity 2019-10-05 20:12:00 +03:00
delivery.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
emoji.ex Merge branch 'develop' into issue/1218 2019-09-25 12:24:12 +03:00
filter.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
formatter.ex Merge branch 'develop' into issue/1218 2019-09-25 12:24:12 +03:00
healthcheck.ex Add Pleroma.JobQueueMonitor 2019-09-26 18:49:57 +07:00
html.ex Add support for rel="ugc" 2019-09-19 14:56:10 +07:00
instances.ex
job_queue_monitor.ex Remove :enqueued counter 2019-10-02 14:50:25 +07:00
jwt.ex
keys.ex
list.ex Fix merge 2019-09-30 19:10:54 +07:00
mime.ex
moderation_log.ex
notification.ex Revert subscription refactoring. 2019-09-29 18:43:27 +03:00
object.ex Merge branch 'develop' into tests/mastodon_api_controller.ex 2019-09-23 21:41:57 +03:00
object_tombstone.ex
pagination.ex Allow activities pagination via limit/offset 2019-09-25 01:25:42 +03:00
password_reset_token.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
registration.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
release_tasks.ex
repo.ex
repo_streamer.ex
scheduled_activity.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
scheduler.ex
signature.ex Move local keys out of user.info 2019-10-06 16:56:36 +03:00
stats.ex
thread_mute.ex Replace Pleroma.FlakeId with flake_id hex package 2019-09-25 17:14:31 +07:00
upload.ex
user.ex Move local keys out of user.info 2019-10-06 16:56:36 +03:00
user_invite_token.ex