aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/rich_media/parser.ex
AgeCommit message (Expand)Author
2019-06-06Replace Mix.env with Pleroma.Config.get(:env)rinpatch
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-04-12Add `with_body: true` to requests relying on `max_body: val`Roman Chvanikov
2019-03-08http: rework connection timeouts to match hackney docs, enforce 1 second max ...William Pitcock
2019-02-10rich media: tighten fetching timeouts and size limitsWilliam Pitcock
2019-02-05rich media: parser: reject any data which cannot be explicitly encoded into JSONWilliam Pitcock
2019-01-31rich media: parser: only try to validate strings, not numbers (OEmbed)William Pitcock
2019-01-31rich media: parser: reject OGP fields we cannot safely processWilliam Pitcock
2019-01-30Fix 4aff4efa typoshref
2019-01-30Use multiple hackney poolshref
2019-01-28rich media: parser: add some basic sanity checks on the returned data with pa...William Pitcock
2019-01-28rich media: parser: cache negativesWilliam Pitcock
2019-01-28rich media: parser: add copyright headerWilliam Pitcock
2019-01-28rich media: add try/rescue to ensure we catch parsing and fetching failuresWilliam Pitcock
2019-01-26rich media: gracefully handle fetching nil URIsWilliam Pitcock
2019-01-13Add OEmbed parserMaxim Filippov
2019-01-10Add Twitter Card parserMaxim Filippov
2019-01-09Remove :commit since a tuple is already returnedrinpatch
2019-01-04rich media: disable cachex in test modeWilliam Pitcock
2019-01-04rich media: use cachex to avoid flooding remote serversWilliam Pitcock
2019-01-02Add RichMediaController and testsMaxim Filippov
2019-01-01Add OGP parserMaxim Filippov