spc-pleroma/lib/pleroma/web
Mark Felder a50c657427 Add a dedicated connection pool for Rich Media
Sharing this pool with regular Media is problematic as Rich Media will connect to many different
domains and thrash the pool, but regular Media will have predictable connections to the webservers
hosting media for the fediverse servers you peer with.
2024-05-27 11:17:02 -04:00
..
activity_pub Merge branch 'instance_rules' into 'develop' 2024-05-15 20:29:04 +00:00
admin_api Add hint to rules 2024-04-06 11:45:19 +02:00
api_spec Merge branch 'status-notification-type' into 'develop' 2024-05-21 05:01:45 +00:00
auth Fix invalid type 2024-01-20 17:33:37 -05:00
channels Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
common_api Return a 422 when trying to reply to a deleted status 2024-05-26 15:14:48 -04:00
fallback RedirectController: Unify server-generated-meta insertion code 2023-11-14 11:06:36 +01:00
federator Retire the Pleroma.Web.Federator.Publisher module 2023-12-28 14:53:09 -05:00
feed Fix invalid types due to typos 2024-01-20 17:22:40 -05:00
mailer Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
mastodon_api Merge branch 'status-notification-type' into 'develop' 2024-05-21 05:01:45 +00:00
media_proxy Pleroma.Web.MediaProxy.MediaProxyController: dialyzer errors 2024-01-29 18:50:50 -05:00
metadata twitter card: handle case where image has no alt text 2023-05-29 02:52:49 +05:00
mongoose_im Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
nodeinfo Remove support for multiple federation publisher modules 2023-12-28 11:55:19 -05:00
o_auth Pleroma.Web.OAuth.OAuthController: dialyzer error 2024-01-31 11:29:06 -05:00
o_status Fix dialyzer errors due to deprecated usage of put_layout/2 2024-01-31 14:55:11 -05:00
pleroma_api PleromaAPI: marking notifications as read no longer returns notifications 2024-05-18 18:17:35 +00:00
plugs Pleroma.Web.Plugs.RateLimiter.Supervisor: dialyzer error 2024-01-31 13:12:56 -05:00
preload/providers Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
push Merge remote-tracking branch 'origin/develop' into status-notification-type 2024-01-31 22:19:33 +01:00
rich_media Add a dedicated connection pool for Rich Media 2024-05-27 11:17:02 -04:00
static_fe Fix dialyzer errors due to deprecated usage of put_layout/2 2024-01-31 14:55:11 -05:00
templates Use User.full_nickname/1 in oauth html template 2024-02-09 16:46:45 +01:00
twitter_api Pleroma.Web.TwitterAPI.UtilController: fix dialyzer errors with replace_params: false 2024-01-31 10:13:02 -05:00
utils Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
views Use pleroma: instead of pleroma. for ws events 2023-10-15 17:20:25 -04:00
web_finger Phoenix detects the webfinger requests with content-type application/jrd+json as "jrd" now 2023-12-29 23:18:45 -05:00
api_spec.ex Merge remote-tracking branch 'origin/develop' into instance_rules 2024-04-06 10:42:23 +02:00
common_api.ex Merge remote-tracking branch 'origin/develop' into instance_rules 2024-03-18 13:50:25 +01:00
controller_helper.ex Pleroma.Web.ControllerHelper: fix @spec to resolve dialyzer errors 2024-01-31 11:01:37 -05:00
embed_controller.ex Fix dialyzer errors due to deprecated usage of put_layout/2 2024-01-31 14:55:11 -05:00
endpoint.ex Force more frequent full_sweep GC runs on the Websocket processes 2024-02-17 09:53:52 -05:00
federator.ex Fix the Federator perform/2 Oban callback 2023-12-28 22:51:47 -05:00
gettext.ex Credo.Check.Readability.PredicateFunctionNames 2024-01-26 16:59:58 -05:00
instance_document.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
manifest_controller.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
media_proxy.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
metadata.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
multipart.ex endpoint: Use custom Multipart module for dynamic configuration 2023-06-27 10:41:25 +02:00
o_auth.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
plug.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
preload.ex B Preload: Make sure that the preloaded json is html safe 2023-06-02 17:03:21 +04:00
push.ex Elixir 1.15: Chase the Logger.warn deprecation 2023-12-20 20:16:26 +00:00
rel_me.ex Remove unwanted code specific to MIX_ENV=test 2023-02-20 12:24:38 -05:00
router.ex Merge branch 'familiar-followers' into 'develop' 2024-05-19 12:05:55 +00:00
shout_channel.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
streamer.ex Credo.Check.Readability.PredicateFunctionNames 2024-01-26 16:59:58 -05:00
translation_helpers.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
uploader_controller.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
web_finger.ex Fix validate_webfinger when running a different domain for Webfinger 2024-05-22 15:52:35 +02:00
xml.ex Completely disable xml entity resolution 2023-08-05 14:17:04 +02:00