summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-05-26Assert that AWS URLs without query parameters do not crashMark 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-22WebFingerControllerTest: Restore host after test.Lain Soykaf
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-22Webfinger: Fix testLain Soykaf
2024-05-22Prevent webfinger spoofingAlex Gleason
2024-05-22Webfinger: Add test showing wrong webfinger behaviorLain Soykaf
2024-05-21Merge branch 'status-notification-type' into 'develop'lain
Add "status" notification type See merge request pleroma/pleroma!3659
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-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-16Revert "Merge branch 'strip-object-actor' into 'develop'"feld
This reverts merge request !4105
2024-05-15Merge branch 'strip-object-actor' into 'develop'feld
Strip actor from objects before federating Closes #3269 See merge request pleroma/pleroma!4105
2024-05-15Merge branch 'instance_rules' into 'develop'feld
Instance rules See merge request pleroma/pleroma!3669
2024-05-11Merge branch 'develop' into fix-muted-web-pushMark Felder
2024-05-09add options to mix pleroma.database prune_objects to delete more activitiesfaried nawaz
2024-05-08Add test for StatusView rendering of Cards when missing descriptionsMark Felder
2024-05-08Improve StatusView tests for CardsMark Felder
2024-05-08Mastodon API: Remove deprecated GET /api/v1/statuses/:id/card endpointMark Felder
Removed back in 2019 https://github.com/mastodon/mastodon/pull/11213
2024-05-08Remove test validating missing descriptions are returned as an empty stringMark Felder
2024-05-08Improve test descriptionMark Felder
2024-05-08Rich Media Cards are fetched asynchonously and not guaranteed to be ↵Mark Felder
available on first post render
2024-05-08Rich Media Cards are cached by URL not per statusMark Felder
2024-05-07Respect the TTL returned in OpenGraph tagsMark Felder
2024-05-07Fix broken testsMark Felder
2024-05-07Revert "Merge branch 'pleroma-card-image-description' into 'develop'"feld
This reverts merge request !4101
2024-05-07Strip actor from objects before federatingMark Felder
2024-04-19Merge branch 'pleroma-card-image-description' into 'develop'lain
Include image description in status media cards See merge request pleroma/pleroma!4101
2024-04-19Include image description in status media cardsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-04-11FEP-2c59, add "webfinger" to user actormarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-04-06Add hint to rulesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-04-06/api/v1/accounts/familiar_followersmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-04-06Merge remote-tracking branch 'origin/develop' into instance_rulesmarcin mikołajczak
2024-03-20Merge branch 'bookmark-folders' into 'develop'lain
Fix BookmarkFolderView, add test See merge request pleroma/pleroma!4096
2024-03-20Fix BookmarkFolderView, add testmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-19Unify notification push and streaming events for both local and federated ↵Mark Felder
activities This also removes generation of notifications for blocked/filtered/muted users and threads.
2024-03-19Tests: Actually run the bookmark folder tests.Lain Soykaf
2024-03-19Merge branch 'test-improvements' into 'develop'lain
Tests: Explicitly set db pool size and max cases to the same value. See merge request pleroma/pleroma!4094
2024-03-19Tests: Reduced the max case number to make tests more stable.Lain Soykaf