Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-27 | Changelogs | Mark Felder | |
2024-05-27 | Use the configured http client options for mediaproxy | Mark Felder | |
2024-05-27 | Trust the connection pools to enforce the concurrency limitations | Mark Felder | |
2024-05-27 | Rework Gun connection pool sizes to make better use of the default 250 ↵ | Mark Felder | |
connections | |||
2024-05-27 | Add a dedicated connection pool for Rich Media | Mark 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-27 | Merge 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-27 | NotificationTest: Remove impossible case. | Lain Soykaf | |
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
reject-replies-to-deleted | |||
2024-05-27 | Merge branch 'search-healthcheck' into 'develop' | lain | |
Search backend healthcheck process See merge request pleroma/pleroma!4120 | |||
2024-05-27 | Pleroma.Search: Remove wrong (but irrelevant) results | Lain Soykaf | |
2024-05-26 | Add an HTTP timeout for the healthcheck | Mark Felder | |
2024-05-26 | Return a 422 when trying to reply to a deleted status | Mark Felder | |
2024-05-26 | Merge branch 'fix/rich-media-ttl' into 'develop' | feld | |
Fix rich media parsing some Amazon URLs See merge request pleroma/pleroma!4121 | |||
2024-05-26 | Test that healthchecks behave correctly for the expected HTTP responses | Mark Felder | |
2024-05-26 | Make it easier to read the state for debugging purposes and expose functions ↵ | Mark Felder | |
for testing | |||
2024-05-26 | Fix rich media parsing some Amazon URLs | Mark Felder | |
2024-05-26 | Assert that AWS URLs without query parameters do not crash | Mark Felder | |
2024-05-25 | Drop TTL to 5 seconds | Mark Felder | |
2024-05-25 | Search backend healthcheck process | Mark Felder | |
2024-05-25 | Merge branch 'api-docs' into 'develop' | lain | |
Update pleroma_api.md See merge request pleroma/pleroma!4119 | |||
2024-05-25 | Update pleroma_api.md | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-25 | Merge 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-24 | Merge branch 'bump-elixir' into 'develop' | lain | |
Bump minimum Elixir to 1.13 See merge request pleroma/pleroma!4014 | |||
2024-05-23 | pleroma_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-22 | Merge branch 'mergeback-2.6.3' into 'develop' | lain | |
Mergeback 2.6.3 Closes #3245 See merge request pleroma/pleroma!4117 | |||
2024-05-22 | Merge branch 'stable' into develop | Lain Soykaf | |
2024-05-22 | Merge branch 'release-2.6.3' into 'stable' | lain | |
Release 2.6.3 See merge request pleroma/pleroma!4115 | |||
2024-05-22 | WebFingerControllerTest: Restore host after test. | Lain Soykaf | |
2024-05-22 | changelog | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Fix tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Fix validate_webfinger when running a different domain for Webfinger | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Revert "Webfinger: Allow managing account for subdomain" | marcin mikołajczak | |
This reverts commit 84bb854056e406d5235dd442c28127891a8a8a86. | |||
2024-05-22 | Merge branch 'webfinger-validation' into 'develop' | lain | |
Fix validate_webfinger when running a different domain for Webfinger See merge request pleroma/pleroma!4116 | |||
2024-05-22 | WebFingerControllerTest: Restore host after test. | Lain Soykaf | |
2024-05-22 | changelog | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Fix tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Fix validate_webfinger when running a different domain for Webfinger | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Revert "Webfinger: Allow managing account for subdomain" | marcin mikołajczak | |
This reverts commit 84bb854056e406d5235dd442c28127891a8a8a86. | |||
2024-05-22 | Collect changelog | Lain Soykaf | |
2024-05-22 | Mix: Update version | Lain Soykaf | |
2024-05-22 | Webfinger: Allow managing account for subdomain | Lain Soykaf | |
2024-05-22 | Changelog: Adjust changelog type | Lain Soykaf | |
2024-05-22 | Add changelog | Lain Soykaf | |
2024-05-22 | Webfinger: Fix test | Lain Soykaf | |
2024-05-22 | Prevent webfinger spoofing | Alex Gleason | |
2024-05-22 | Webfinger: Add test showing wrong webfinger behavior | Lain Soykaf | |
2024-05-22 | Merge branch 'fix-webfinger-spoofing' into 'develop' | lain | |
Fix webfinger spoofing See merge request pleroma/pleroma!4114 | |||
2024-05-22 | Webfinger: Allow managing account for subdomain | Lain Soykaf | |
2024-05-22 | Changelog: Adjust changelog type | Lain Soykaf | |
2024-05-22 | Add changelog | Lain Soykaf | |