summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-05-27AntiMentionSpamPolicy: fix user age checkAlex Gleason
2024-05-27Add AntiMentionSpamPolicyAlex Gleason
2024-05-27DNSRBL in an MRFMark Felder
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
image-description-summary
2024-05-27InetHelper: Don't use deprecated function.Lain Soykaf
2024-05-27Merge branch 'show-reposted-replies' into 'develop'lain
Display reposted replies with exclude_replies: true See merge request pleroma/pleroma!3961
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
auth-fetch-exception
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-27Merge branch 'nsfw-api-mrf' into 'develop'lain
NSFW API Policy See merge request pleroma/pleroma!3471
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 'develop' of git.pleroma.social:pleroma/pleroma into nsfw-api-mrfLain Soykaf
2024-05-27IPFSTest: Fix configuration mockingLain Soykaf
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-ipfs_uploader
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
reject-replies-to-deleted
2024-05-27QdrantSearch: Fetch a post in search if possible.Lain Soykaf
2024-05-27QdrantSearch: Add health checks.Lain Soykaf
2024-05-27QdrantSearch: Add healthcheck for qdrantLain Soykaf
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
qdrant-search-2
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-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-25Drop TTL to 5 secondsMark Felder
2024-05-25Search backend healthcheck processMark Felder
2024-05-23QdrantSearch: Fix actor / author restrictionLain Soykaf
2024-05-23QdrantSearch: Deal with actor restrictionsLain Soykaf
2024-05-22Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
qdrant-search-2
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-22Webfinger: Allow managing account for subdomainLain Soykaf
2024-05-22Prevent webfinger spoofingAlex Gleason
2024-05-21Merge branch 'status-notification-type' into 'develop'lain
Add "status" notification type See merge request pleroma/pleroma!3659
2024-05-20Fix `get_notified_from`marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-20Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
auth-fetch-exception
2024-05-19Merge branch 'familiar-followers' into 'develop'lain
Implement `/api/v1/accounts/familiar_followers` See merge request pleroma/pleroma!4098
2024-05-19QdrantSearch: Support pagination.Lain Soykaf
2024-05-19B QdrantSearch: Switch to OpenAI apiLain Soykaf
2024-05-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
qdrant-search-2
2024-05-19Merge branch 'mark-read' into 'develop'lain
PleromaAPI: Simplify marking notifications as read See merge request pleroma/pleroma!4111
2024-05-18PleromaAPI: marking notifications as read no longer returns notificationsMark Felder
2024-05-18LintingLain Soykaf
2024-05-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
qdrant-search-2
2024-05-18QdrantSearch: Implement post deletionLain Soykaf
2024-05-18QdrantSearch: Add basic testLain Soykaf
2024-05-18Merge remote-tracking branch 'origin/develop' into status-notification-typemarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-18Merge remote-tracking branch 'origin/develop' into post-languagesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-16Revert "Merge branch 'strip-object-actor' into 'develop'"feld
This reverts merge request !4105