Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-28 | Rich Media Parser should use first og:image | Mark Felder | |
2025-01-30 | AnalyzeMetadata: Don't crash on grayscale image blurhash | Lain Soykaf | |
2025-01-28 | Fix Mastodon incoming edits with inlined "likes" | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-08-28 | Simplify test, move data into a json fixture | Mark Felder | |
By removing the inReplyTo, tags, and cc we can simplify the test and it still passes signature validation | |||
2024-07-25 | Add test to fetch and validate an activity that originally failed signature | Mark Felder | |
2024-06-28 | StripLocationTest: Add failing test for PNGs | Lain Soykaf | |
2024-05-30 | Test for missing FK indexes | Mark Felder | |
2024-05-22 | Prevent webfinger spoofing | Alex Gleason | |
2024-05-22 | Webfinger: Add test showing wrong webfinger behavior | Lain Soykaf | |
2024-05-16 | Revert "Merge branch 'strip-object-actor' into 'develop'" | feld | |
This reverts merge request !4105 | |||
2024-05-15 | Merge branch 'strip-object-actor' into 'develop' | feld | |
Strip actor from objects before federating Closes #3269 See merge request pleroma/pleroma!4105 | |||
2024-05-07 | Respect the TTL returned in OpenGraph tags | Mark Felder | |
2024-05-07 | Strip actor from objects before federating | Mark Felder | |
2024-03-18 | Merge branch 'public-polls' into 'develop' | lain | |
Expose nonAnonymous field from Smithereen polls See merge request pleroma/pleroma!3962 | |||
2024-03-01 | Add ForceMention mrf | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-22 | Merge remote-tracking branch 'origin/develop' into HEAD | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-15 | Merge branch 'bugfix-ccworks' into 'develop' | Haelwenn | |
Bugfix for ccworks AP bridge Closes #3234 See merge request pleroma/pleroma!4043 | |||
2024-02-06 | Pleroma.Web.RichMedia.Parser: Remove test-specific codepaths | Mark 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-04 | Fix Rich Media Previews for updated activities | Mark 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-26 | Test incoming federation from Convergence AP Bridge | Haelwenn (lanodan) Monnier | |
2024-01-21 | Merge branch 'develop' into 'public-polls' | Haelwenn | |
# Conflicts: # docs/development/API/differences_in_mastoapi_responses.md | |||
2023-11-28 | AnalyzeMetadata: Switch to rinpatch_blurhash | Lain Soykaf | |
2023-11-13 | Revert "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-13 | Add Pleroma.Upload.Filter.HeifToJpeg based on vips | Mark Felder | |
2023-10-29 | Add entry to @context, tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-09-13 | Parse object link as quoteUrl | tusooa | |
2023-09-13 | InlineQuotePolicy: skip objects which already have an .inline-quote span | Alex Gleason | |
2023-09-13 | Handle Fedibird's new quoteUri field | Alex Gleason | |
2023-09-13 | Transmogrifier: fetch quoted post | Alex Gleason | |
2023-09-13 | Quote post: add fixtures | Alex Gleason | |
2023-08-05 | Completely disable xml entity resolution | mae | |
2023-08-05 | Add unit test for external entity loading | FloatingGhost | |
2023-06-27 | Merge branch 'instance-nodeinfo-metadata' into 'develop'develop | Haelwenn | |
instances: Store some metadata based on NodeInfo See merge request pleroma/pleroma!3853 | |||
2023-05-17 | Merge branch 'accept-tags-2.5' into 'develop' | Haelwenn | |
TagValidator: Drop unrecognized Tag types Closes #2952 See merge request pleroma/pleroma!3823 | |||
2023-03-25 | Merge branch 'features/image-object' into 'develop' | Haelwenn | |
Add support for Image objects Closes #1581 See merge request pleroma/pleroma!3145 | |||
2023-03-16 | instances: Store some metadata based on NodeInfo | Haelwenn (lanodan) Monnier | |
2023-03-09 | Add support for Image objects | Haelwenn (lanodan) Monnier | |
2023-03-02 | Allow custom emoji reactions: Fix tests, mixed custom and unicode reactions | Alexander Tumin | |
2023-02-27 | Merge branch 'develop' into accept-tags-2.5 | silverpill | |
2023-02-27 | TagValidator: Drop unrecognized tags | silverpill | |
2023-02-11 | Ignores in exiftool read descriptions | tusooa | |
2023-01-02 | Revert "Merge branch 'copyright-bump' into 'develop'" | lain | |
This reverts merge request !3825 | |||
2023-01-01 | Bump copyright year | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-12-30 | TagValidator: Add test for Link tag | silverpill | |
2022-11-11 | Remove Quack logging backend | Mark Felder | |
2022-11-03 | expanding WebFinger | Alexander Strizhakov | |
2022-09-11 | Use set of pregenerated RSA keys | FloatingGhost | |
Randomness is a huge resource sink, so let's just use a some that we made earlier | |||
2022-08-15 | CommonFixes: more predictable context generation | Hé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-10 | CreateGenericValidator: fix reply context fixing | Hé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. | |||
2022-07-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs |