lemmy/crates
Dessalines ee7df0dc35 Adding an image_details table to store image dimensions.
- Adds an image_details table, which stores the height,
  width, and content_type for local and remote images.
- For LocalImages, this information already comes back with
  the upload.
- For RemoteImages, it calls the pictrs details endpoint.
- Fixed some issues with proxying non-image urls.
- Fixes #3328
- Also fixes #4703
2024-05-05 21:47:02 -04:00
..
api Fix community add mod check (fixes #4624) (#4667) 2024-04-25 11:47:38 -04:00
api_common Adding an image_details table to store image dimensions. 2024-05-05 21:47:02 -04:00
api_crud Adding an image_details table to store image dimensions. 2024-05-05 21:47:02 -04:00
apub Testing and minor fix for federation with Discourse (#4628) 2024-05-02 07:49:19 -04:00
db_perf Dont publish lemmy_db_perf to fix crates.io publish. Fixes #4678 (#4680) 2024-04-30 17:51:12 +00:00
db_schema Adding an image_details table to store image dimensions. 2024-05-05 21:47:02 -04:00
db_views Adding an image_details table to store image dimensions. 2024-05-05 21:47:02 -04:00
db_views_actor Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
db_views_moderator Fixing extra modlog entries when post_id or comment_id is given. (#4664) 2024-04-25 10:26:17 +02:00
federate Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
routes Adding an image_details table to store image dimensions. 2024-05-05 21:47:02 -04:00
utils fix(deps): update rust crate lettre to 0.11.7 (#4685) 2024-04-30 22:54:16 -04:00