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