summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Collapse)Author
2025-03-11Tests: Fix tests.Lain Soykaf
2025-02-28Rich Media Parser should use first og:imageMark Felder
2025-01-30AnalyzeMetadata: Don't crash on grayscale image blurhashLain Soykaf
2025-01-28Fix Mastodon incoming edits with inlined "likes"mkljczk
Signed-off-by: mkljczk <git@mkljczk.pl>
2024-08-28Simplify test, move data into a json fixtureMark Felder
By removing the inReplyTo, tags, and cc we can simplify the test and it still passes signature validation
2024-07-25Add test to fetch and validate an activity that originally failed signatureMark Felder
2024-06-28StripLocationTest: Add failing test for PNGsLain Soykaf
2024-05-30Test for missing FK indexesMark Felder
2024-05-22Prevent webfinger spoofingAlex Gleason
2024-05-22Webfinger: Add test showing wrong webfinger behaviorLain Soykaf
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-07Respect the TTL returned in OpenGraph tagsMark Felder
2024-05-07Strip actor from objects before federatingMark Felder
2024-03-18Merge branch 'public-polls' into 'develop'lain
Expose nonAnonymous field from Smithereen polls See merge request pleroma/pleroma!3962
2024-03-01Add ForceMention mrfmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-22Merge remote-tracking branch 'origin/develop' into HEADmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-15Merge branch 'bugfix-ccworks' into 'develop'Haelwenn
Bugfix for ccworks AP bridge Closes #3234 See merge request pleroma/pleroma!4043
2024-02-06Pleroma.Web.RichMedia.Parser: Remove test-specific codepathsMark Felder
Also consolidate Tesla mocks into the HttpRequestMock module. Tests were not exercising the real codepaths. The Rich Media Preview only works with https, but most of these tests were only mocking http.
2024-02-04Fix Rich Media Previews for updated activitiesMark Felder
The Rich Media Previews were not regenerated when a post was updated due to a cache invalidation issue. They are now cached by the activity id so they can be evicted with the other activity cache objects in the :scrubber_cache.
2024-01-26Test incoming federation from Convergence AP BridgeHaelwenn (lanodan) Monnier
2024-01-21Merge branch 'develop' into 'public-polls'Haelwenn
# Conflicts: # docs/development/API/differences_in_mastoapi_responses.md
2023-11-28AnalyzeMetadata: Switch to rinpatch_blurhashLain Soykaf
2023-11-13Revert "Add Pleroma.Upload.Filter.HeifToJpeg based on vips"Mark Felder
This reverts commit 31d4448ee61b4afac6aa23f8c0287d13aed411a1. This functionality is not reliably working with vips/vix due to codec patent junk
2023-11-13Add Pleroma.Upload.Filter.HeifToJpeg based on vipsMark Felder
2023-10-29Add entry to @context, testsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-09-13Parse object link as quoteUrltusooa
2023-09-13InlineQuotePolicy: skip objects which already have an .inline-quote spanAlex Gleason
2023-09-13Handle Fedibird's new quoteUri fieldAlex Gleason
2023-09-13Transmogrifier: fetch quoted postAlex Gleason
2023-09-13Quote post: add fixturesAlex Gleason
2023-08-05Completely disable xml entity resolutionmae
2023-08-05Add unit test for external entity loadingFloatingGhost
2023-06-27Merge branch 'instance-nodeinfo-metadata' into 'develop'developHaelwenn
instances: Store some metadata based on NodeInfo See merge request pleroma/pleroma!3853
2023-05-17Merge branch 'accept-tags-2.5' into 'develop'Haelwenn
TagValidator: Drop unrecognized Tag types Closes #2952 See merge request pleroma/pleroma!3823
2023-03-25Merge branch 'features/image-object' into 'develop'Haelwenn
Add support for Image objects Closes #1581 See merge request pleroma/pleroma!3145
2023-03-16instances: Store some metadata based on NodeInfoHaelwenn (lanodan) Monnier
2023-03-09Add support for Image objectsHaelwenn (lanodan) Monnier
2023-03-02Allow custom emoji reactions: Fix tests, mixed custom and unicode reactionsAlexander Tumin
2023-02-27Merge branch 'develop' into accept-tags-2.5silverpill
2023-02-27TagValidator: Drop unrecognized tagssilverpill
2023-02-11Ignores in exiftool read descriptionstusooa
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-12-30TagValidator: Add test for Link tagsilverpill
2022-11-11Remove Quack logging backendMark Felder
2022-11-03expanding WebFingerAlexander Strizhakov
2022-09-11Use set of pregenerated RSA keysFloatingGhost
Randomness is a huge resource sink, so let's just use a some that we made earlier
2022-08-15CommonFixes: more predictable context generationHélène
`context` fields for objects and activities can now be generated based on the object/activity `inReplyTo` field or its ActivityPub ID, as a fallback method in cases where `context` fields are missing for incoming activities and objects.
2022-08-10CreateGenericValidator: fix reply context fixingHélène
Incoming Pleroma replies to a Misskey thread were rejected due to a broken context fix, which caused them to not be visible until a non-Pleroma user interacted with the replies. This fix properly sets the post-fix object context to its parent Create activity as well, if it was changed.