Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
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-28 | Revert Rich Media censorship for sensitive statuses | Mark Felder | |
The #NSFW hashtag test was broken anyway. | |||
2020-09-17 | RichMedia: Fix log spam on failures and resetting TTL on cached errors | rinpatch | |
2020-09-14 | RichMedia: fix a compilation error due to nonexistent variable | rinpatch | |
No idea why this passed Gitlab CI | |||
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-14 | RichMedia parser: do not set a cache TTL for unchanging errors | rinpatch | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-07 | Merge branch 'fix/rich-media-fake-statuses' into 'develop' | lain | |
Rich Media: Do not cache URLs for preview statuses Closes #1987 See merge request pleroma/pleroma!2956 | |||
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-05 | Rich Media: Do not cache URLs for preview statuses | rinpatch | |
Closes #1987 | |||
2020-09-02 | Rich media: Add failure tracking | rinpatch | |
2020-09-02 | Merge branch 'fix/2047-rich-media-parser' into 'develop' | rinpatch | |
RichMedia parser fix Closes #2047 See merge request pleroma/pleroma!2941 | |||
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |
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-07-30 | ChatMessageReferenceView: Display preview cards. | lain | |
2020-07-21 | Revert "Merge branch 'revert-2b5d9eb1' into 'develop'" | lain | |
This reverts merge request !2784 | |||
2020-07-21 | Revert "Merge branch 'linkify' into 'develop'" | lain | |
This reverts merge request !2677 | |||
2020-07-16 | Merge remote-tracking branch 'upstream/develop' into linkify | Alex Gleason | |
2020-07-07 | Add "Bot" to User Agent to coerce Twitter into serving OGP <meta> tags. | Mark Felder | |
2020-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
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-04-14 | Fix Oban not receiving :ok from RichMediaHelper job | Mark Felder | |
2020-03-03 | Merge branch 'develop' into gun | Mark Felder | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
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-02-18 | Merge branch 'develop' into gun | Mark Felder | |
2020-02-18 | adding gun adapter | Alexander Strizhakov | |
2020-02-16 | Use floki's new APIs for parsing fragments | rinpatch | |
2020-02-11 | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" | feld | |
This reverts merge request !2194 | |||
2020-02-11 | Make Floki use fast_html | rinpatch | |
2020-01-29 | title parse improvement | Alexander Strizhakov | |
2020-01-28 | meta tag parser respect first title header | Alexander Strizhakov | |
2019-09-15 | added prepare html for RichMedia.Parser | Maksim Pechnikov | |
2019-08-06 | [#1150] fixed parser TwitterCard | Maksim | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-23 | rich media: parser: splice the given URL into the result | Ariadne Conill | |
2019-07-21 | Fix rich media parser failing when no TTL can be found by image TTL | rinpatch | |
setters |