summaryrefslogtreecommitdiff
path: root/test/fixtures/rich_media
AgeCommit message (Collapse)Author
2024-05-07Respect the TTL returned in OpenGraph tagsMark Felder
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.
2019-07-17add the rich media ttl based on image exp timeSachin Joshi
2019-06-22Rich Media Parser: Do not return just a title if nothing else is there.lain
2019-06-22Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'""lain
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a.
2019-06-21Revert "Merge branch 'fix/ogp-title' into 'develop'"feld
This reverts merge request !1277
2019-06-13Improve <title> fallback; Add a testEgor Kislitsyn
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-01-31test: add malformed OGP data fixtureWilliam Pitcock
2019-01-13Add OEmbed parserMaxim Filippov
2019-01-10Add Twitter Card parserMaxim Filippov
2019-01-01Add OGP parserMaxim Filippov