Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | rich media: parser: reject any data which cannot be explicitly encoded into JSON | William Pitcock | |
2019-01-31 | Remove default value for rich media. | lain | |
Setting it to true will actually override a 'false' set before. | |||
2019-01-31 | Merge branch 'bugfix/rich-media-non-unicode' into 'develop' | lambda | |
rich media non-unicode bugfix See merge request pleroma/pleroma!749 | |||
2019-01-31 | rich media: parser: only try to validate strings, not numbers (OEmbed) | William Pitcock | |
2019-01-31 | rich media: parser: reject OGP fields we cannot safely process | William Pitcock | |
2019-01-31 | Make rich media support toggleable | rinpatch | |
2019-01-30 | Fix 4aff4efa typos | href | |
2019-01-30 | Use multiple hackney pools | href | |
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections. | |||
2019-01-28 | rich media: oembed: return data in the same format as the other parsers | William Pitcock | |
2019-01-28 | rich media: kill some testsuite noise | William Pitcock | |
2019-01-28 | rich media: parser: add some basic sanity checks on the returned data with ↵ | William Pitcock | |
pattern matching | |||
2019-01-28 | rich media: parser: cache negatives | William Pitcock | |
2019-01-28 | rich media: parser: add copyright header | William Pitcock | |
2019-01-28 | rich media: helpers: clean up unused aliases | William Pitcock | |
2019-01-28 | rich media: add helpers module, use instead of MastodonAPI module | William Pitcock | |
2019-01-28 | API: kill /api/rich_media/parse endpoint | William Pitcock | |
2019-01-28 | rich media: add try/rescue to ensure we catch parsing and fetching failures | William Pitcock | |
2019-01-26 | rich media: gracefully handle fetching nil URIs | William Pitcock | |
2019-01-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-10 | Add Twitter Card parser | Maxim Filippov | |
2019-01-09 | Remove :commit since a tuple is already returned | rinpatch | |
2019-01-04 | rich media: disable cachex in test mode | William Pitcock | |
2019-01-04 | rich media: use cachex to avoid flooding remote servers | William Pitcock | |
2019-01-02 | Add RichMediaController and tests | Maxim Filippov | |
2019-01-01 | Better variable name | Maxim Filippov | |
2019-01-01 | Add OGP parser | Maxim Filippov | |