lemmy/crates
Nick Webster a57658d99c
Adding a new config flag to disable pictrs caching for thumbnails (#3897)
* add logic to prevent downloading remote pictrs images

* apply formatting

* Do not attempt a pictrs fetch if the remote image is also on a pictrs instance

* Do not attempt a pictrs fetch if the remote image is also on a pictrs instance and cache_federated_images is false

* Generalising the no caching option to handle all remote images

* rustfmt

* Return None if the URL is not an image

* Updating defaults.hjson

* fixing typo

* Fixing typo

* Skip cloning the Url unless we need to

* using a HEAD request for checking the content type, saving bandwidth/improving perf

* Removing early returns

* Switching back to GET requests for Content-Type because pictrs does not handle HEAD requests

* Simplifying logic and using metadata_image instead of url if we do not get a pictrs thumbnail

* Removing unused import

* Return None as a thumbnail if caching is disabled

* formatting

---------

Co-authored-by: Djones4822 <david.jones4822@gmail.com>
2023-08-31 10:36:39 -04:00
..
api Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
api_common Adding a new config flag to disable pictrs caching for thumbnails (#3897) 2023-08-31 10:36:39 -04:00
api_crud Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
apub Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
db_schema Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
db_views Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
db_views_actor Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
db_views_moderator Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
routes Implement remote follow (#3738) 2023-08-31 09:00:41 -04:00
utils Adding a new config flag to disable pictrs caching for thumbnails (#3897) 2023-08-31 10:36:39 -04:00