Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-09-28 | Revert Rich Media censorship for sensitive statuses | Mark Felder | |
The #NSFW hashtag test was broken anyway. | |||
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-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-05 | Rich Media: Do not cache URLs for preview statuses | rinpatch | |
Closes #1987 | |||
2020-09-02 | correct pool and uniform headers format | 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-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
2020-06-13 | Fix atom leak in Rich Media Parser | Egor Kislitsyn | |
2020-04-14 | Fix Oban not receiving :ok from RichMediaHelper job | Mark Felder | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-06-26 | fix validate_page_url | Maksim Pechnikov | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-25 | fix validate_url for private ip | Maksim Pechnikov | |
2019-06-18 | Deps: Update auto_linker | rinpatch | |
2019-06-12 | Update `auto_linker` dependency | Egor Kislitsyn | |
2019-05-17 | rich media: suppress link previews if post is marked as sensitive | William Pitcock | |
2019-05-13 | activitypub: move post rich media fetching to job queue | William Pitcock | |
2019-03-23 | rich media: helpers: only crawl Create activities | William Pitcock | |
2019-03-23 | rich media: use optimized Object.normalize() | William Pitcock | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-04 | rich media: helpers: rework validate_page_url() | William Pitcock | |
2019-03-04 | helpers: use AutoLinker to validate URIs as well as the other tests | William Pitcock | |
2019-03-04 | rich media: don't crawl bogus URIs | William Pitcock | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-01-31 | Remove default value for rich media. | lain | |
Setting it to true will actually override a 'false' set before. | |||
2019-01-31 | Make rich media support toggleable | rinpatch | |
2019-01-28 | rich media: kill some testsuite noise | William Pitcock | |
2019-01-28 | rich media: helpers: clean up unused aliases | William Pitcock | |
2019-01-28 | rich media: add helpers module, use instead of MastodonAPI module | William Pitcock | |