Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-10-13 | more files renamings | Alexander Strizhakov | |
2020-10-13 | rich media parser ttl files consistency | Alexander Strizhakov | |
2020-10-12 | Add missing Copyright headers | Mark Felder | |
2020-09-01 | don't fail on url fetch | Alexander Strizhakov | |
2020-08-03 | Consolidate construction of Rich Media Parser HTTP requests | Mark Felder | |
2020-06-15 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-13 | Fix atom leak in Rich Media Parser | Egor Kislitsyn | |
2020-06-12 | Return an empty map from Pleroma.Web.RichMedia.Parsers.OGP.parse/2 | Egor Kislitsyn | |
2020-06-11 | Deprecate Pleroma.Web.RichMedia.Parsers.OGP | Egor Kislitsyn | |
2020-06-11 | Merge OGP parser with TwitterCard | Egor Kislitsyn | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (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-29 | title parse improvement | Alexander Strizhakov | |
2020-01-28 | meta tag parser respect first title header | Alexander Strizhakov | |
2019-08-06 | [#1150] fixed parser TwitterCard | Maksim | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-19 | change the structure of image ttl parsar | Sachin Joshi | |
2019-07-17 | add the rich media ttl based on image exp time | Sachin Joshi | |
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-06-12 | Revert "Only run Floki if title is missing from the map" | Mark Felder | |
This reverts commit 97d2b1a45ab12c530dd730518b9d8ca546bbc9f2. | |||
2019-06-12 | Only run Floki if title is missing from the map | Mark Felder | |
2019-06-12 | Attempt to use <title> from HTML as a fallback | Mark Felder | |
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-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-10 | Add Twitter Card parser | Maxim Filippov | |
2019-01-01 | Better variable name | Maxim Filippov | |
2019-01-01 | Add OGP parser | Maxim Filippov | |