Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-09-14 | Apply 1 suggestion(s) to 1 file(s) | rinpatch | |
2020-09-14 | RichMedia: Do a HEAD request to check content type/length | rinpatch | |
This shouldn't be too expensive, since the connections are pooled, but it should save us some bandwidth since we won't fetch non-html files and files that are too large for us to process (especially since you can't cancel a request without closing the connection with HTTP1). | |||
2020-09-05 | RichMedia: do not log webpages missing metadata as errors | rinpatch | |
Also fixes the return value of Parser.parse on errors, previously was just `:ok` due to the logger call in the end | |||
2020-09-01 | don't fail on url fetch | Alexander Strizhakov | |
2020-06-13 | Fix atom leak in Rich Media Parser | Egor Kislitsyn | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-07-23 | rich media: parser: splice the given URL into the result | Ariadne Conill | |
2019-07-10 | Add license/copyright to all project files | feld | |
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: rich media: parser: add malformed data regression test | William Pitcock | |
2019-01-28 | rich media: oembed: return data in the same format as the other parsers | William Pitcock | |
2019-01-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-10 | Add Twitter Card parser | Maxim Filippov | |
2019-01-02 | Add RichMediaController and tests | Maxim Filippov | |
2019-01-01 | Add OGP parser | Maxim Filippov | |