Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Fall back to discovery when OEmbed is invalid | Alex Gleason | |
2021-05-13 | Rich media: have invalid Rich/Video fall back to Link | Alex Gleason | |
2021-05-13 | Parser: don't be so strict about validating Embeds (leave it up to the Card) | Alex Gleason | |
2021-05-13 | Rich media: merge URIs when needed | Alex Gleason | |
2021-05-05 | Fall back to OEmbed "url" for Photo types | Alex Gleason | |
2021-05-04 | Add rich type back but sanitize HTML better | Alex Gleason | |
2021-05-04 | Reject "rich" type embeds for now | Alex Gleason | |
2021-05-04 | Sanitize rich media HTML | Alex Gleason | |
2021-05-04 | Fix existing tests | Alex Gleason | |
2021-05-04 | Fix MastodonAPI.StatusViewTest | Alex Gleason | |
2021-05-04 | Fix ParserTest | Alex Gleason | |
2021-05-04 | Let :oembed_providers_enabled be configurable | Alex Gleason | |
2021-05-04 | Add Parser.CardTest | Alex Gleason | |
2021-05-04 | Handle invalid cards | Alex Gleason | |
2021-05-04 | Refactor rich media parser to store %Embed{} instead of %Card{} | Alex Gleason | |
2021-05-04 | Fix TwitterCard tests | Alex Gleason | |
2021-05-04 | Update TwitterCard tests and add Parser.MetaTags | Alex Gleason | |
2021-05-04 | Make OEmbed discovery work | Alex Gleason | |
2021-05-04 | Get basic embed working | Alex Gleason | |
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 | |