Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |
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-21 | Merge branch 'status-notification-type' into 'develop' | lain | |
Add "status" notification type See merge request pleroma/pleroma!3659 | |||
2024-05-20 | Fix `get_notified_from` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-20 | CI: Specify correct image name. | Lain Soykaf | |
2024-05-20 | CI: Specify version fully in base image tag | Lain Soykaf | |
2024-05-20 | CI: Add new builders for base images | Lain Soykaf | |
2024-05-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into bump-elixir | Lain Soykaf | |
2024-05-19 | Merge branch 'familiar-followers' into 'develop' | lain | |
Implement `/api/v1/accounts/familiar_followers` See merge request pleroma/pleroma!4098 | |||
2024-05-19 | Merge branch 'mark-read' into 'develop' | lain | |
PleromaAPI: Simplify marking notifications as read See merge request pleroma/pleroma!4111 | |||
2024-05-18 | PleromaAPI: marking notifications as read no longer returns notifications | Mark Felder | |
2024-05-18 | Merge remote-tracking branch 'origin/develop' into status-notification-type | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> |