aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/rich_media/parsers
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-10-13more files renamingsAlexander Strizhakov
2020-10-13rich media parser ttl files consistencyAlexander Strizhakov
2020-10-12Add missing Copyright headersMark Felder
2020-09-01don't fail on url fetchAlexander Strizhakov
2020-08-03Consolidate construction of Rich Media Parser HTTP requestsMark Felder
2020-06-15Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsersEgor Kislitsyn
2020-06-13Fix atom leak in Rich Media ParserEgor Kislitsyn
2020-06-12Return an empty map from Pleroma.Web.RichMedia.Parsers.OGP.parse/2Egor Kislitsyn
2020-06-11Deprecate Pleroma.Web.RichMedia.Parsers.OGPEgor Kislitsyn
2020-06-11Merge OGP parser with TwitterCardEgor Kislitsyn
2020-03-03Update CopyrightsMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-01-29title parse improvementAlexander Strizhakov
2020-01-28meta tag parser respect first title headerAlexander Strizhakov
2019-08-06[#1150] fixed parser TwitterCardMaksim
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-19change the structure of image ttl parsarSachin Joshi
2019-07-17add the rich media ttl based on image exp timeSachin Joshi
2019-07-10Add license/copyright to all project filesfeld
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-06-12Revert "Only run Floki if title is missing from the map"Mark Felder
This reverts commit 97d2b1a45ab12c530dd730518b9d8ca546bbc9f2.
2019-06-12Only run Floki if title is missing from the mapMark Felder
2019-06-12Attempt to use <title> from HTML as a fallbackMark Felder
2019-01-30Fix 4aff4efa typoshref
2019-01-30Use multiple hackney poolshref
* 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-28rich media: oembed: return data in the same format as the other parsersWilliam Pitcock
2019-01-13Add OEmbed parserMaxim Filippov
2019-01-10Add Twitter Card parserMaxim Filippov
2019-01-01Better variable nameMaxim Filippov
2019-01-01Add OGP parserMaxim Filippov