summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-27ChangelogsMark Felder
2024-05-27Use the configured http client options for mediaproxyMark Felder
2024-05-27Trust the connection pools to enforce the concurrency limitationsMark Felder
2024-05-27Rework Gun connection pool sizes to make better use of the default 250 ↵Mark Felder
connections
2024-05-27Add a dedicated connection pool for Rich MediaMark Felder
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-27Merge branch 'reject-replies-to-deleted' into 'develop'lain
Return a 422 when trying to reply to a deleted status See merge request pleroma/pleroma!4122
2024-05-27NotificationTest: Remove impossible case.Lain Soykaf
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
reject-replies-to-deleted
2024-05-27Merge branch 'search-healthcheck' into 'develop'lain
Search backend healthcheck process See merge request pleroma/pleroma!4120
2024-05-27Pleroma.Search: Remove wrong (but irrelevant) resultsLain Soykaf
2024-05-26Add an HTTP timeout for the healthcheckMark Felder
2024-05-26Return a 422 when trying to reply to a deleted statusMark Felder
2024-05-26Merge branch 'fix/rich-media-ttl' into 'develop'feld
Fix rich media parsing some Amazon URLs See merge request pleroma/pleroma!4121
2024-05-26Test that healthchecks behave correctly for the expected HTTP responsesMark Felder
2024-05-26Make it easier to read the state for debugging purposes and expose functions ↵Mark Felder
for testing
2024-05-26Fix rich media parsing some Amazon URLsMark Felder
2024-05-26Assert that AWS URLs without query parameters do not crashMark Felder
2024-05-25Drop TTL to 5 secondsMark Felder
2024-05-25Search backend healthcheck processMark Felder
2024-05-25Merge branch 'api-docs' into 'develop'lain
Update pleroma_api.md See merge request pleroma/pleroma!4119
2024-05-25Update pleroma_api.mdmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-25Merge branch 'bugfix/realpath-over-readlink' into 'develop'tusooa
pleroma_ctl: Use realpath(1) instead of readlink(1) See merge request pleroma/pleroma!4118
2024-05-24Merge branch 'bump-elixir' into 'develop'lain
Bump minimum Elixir to 1.13 See merge request pleroma/pleroma!4014
2024-05-23pleroma_ctl: Use realpath(1) instead of readlink(1)Haelwenn (lanodan) Monnier
From realpath(1) in POSIX 202x Draft 4.1: > If file does not name a symbolic link, readlink shall write a diagnostic > message to standard error and exit with non-zero status. Which also doesn't includes `-f`, in preference of `realpath`.
2024-05-22Merge branch 'mergeback-2.6.3' into 'develop'lain
Mergeback 2.6.3 Closes #3245 See merge request pleroma/pleroma!4117
2024-05-22Merge branch 'stable' into developLain Soykaf
2024-05-22Merge branch 'release-2.6.3' into 'stable'lain
Release 2.6.3 See merge request pleroma/pleroma!4115
2024-05-22WebFingerControllerTest: Restore host after test.Lain Soykaf
2024-05-22changelogmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-22Fix testsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-22Fix validate_webfinger when running a different domain for Webfingermarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-22Revert "Webfinger: Allow managing account for subdomain"marcin mikołajczak
This reverts commit 84bb854056e406d5235dd442c28127891a8a8a86.
2024-05-22Merge branch 'webfinger-validation' into 'develop'lain
Fix validate_webfinger when running a different domain for Webfinger See merge request pleroma/pleroma!4116
2024-05-22WebFingerControllerTest: Restore host after test.Lain Soykaf
2024-05-22changelogmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-22Fix testsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-22Fix validate_webfinger when running a different domain for Webfingermarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-22Revert "Webfinger: Allow managing account for subdomain"marcin mikołajczak
This reverts commit 84bb854056e406d5235dd442c28127891a8a8a86.
2024-05-22Collect changelogLain Soykaf
2024-05-22Mix: Update versionLain Soykaf
2024-05-22Webfinger: Allow managing account for subdomainLain Soykaf
2024-05-22Changelog: Adjust changelog typeLain Soykaf
2024-05-22Add changelogLain Soykaf
2024-05-22Webfinger: Fix testLain Soykaf
2024-05-22Prevent webfinger spoofingAlex Gleason
2024-05-22Webfinger: Add test showing wrong webfinger behaviorLain Soykaf
2024-05-22Merge branch 'fix-webfinger-spoofing' into 'develop'lain
Fix webfinger spoofing See merge request pleroma/pleroma!4114
2024-05-22Webfinger: Allow managing account for subdomainLain Soykaf
2024-05-22Changelog: Adjust changelog typeLain Soykaf
2024-05-22Add changelogLain Soykaf