lemmy/src
Nutomic a91a03a536
Image api rework (#5260)
* Split image endpoints into API v3 and v4

* Move into subfolders

* Upload avatar endpoint and other changes

* Various other changes

fixes #1772
fixes #4001

* clippy

* config options

* fix ts bindings

* fix api tests

* Add option to disable image upload (fixes #1118)

* split files into upload, download

* move sitemap to top level, not in api

* simplify code

* add upload user banner

* community icon/banner

* site icon/banner

* update js client

* wip

* add delete endpoints

* change comment

* optimization

Co-authored-by: dullbananas <dull.bananas0@gmail.com>

* move fn

* 1024px banner

* dont use static client

* fix api tests

* shear

* proxy pictrs in request.rs (fixes #5270)

* clippy

* try to fix api tests

* skip api tests

* create user

* debug

* dbg

* test

* image

* run another

* fixed?

* clippy

* fix

* fix health check

---------

Co-authored-by: dullbananas <dull.bananas0@gmail.com>
2025-01-13 16:09:00 -05:00
..
api_routes_v3.rs Image api rework (#5260) 2025-01-13 16:09:00 -05:00
api_routes_v4.rs Image api rework (#5260) 2025-01-13 16:09:00 -05:00
code_migrations.rs Removing a few expects from production and test code. (#5193) 2024-11-15 08:18:52 -05:00
lib.rs Image api rework (#5260) 2025-01-13 16:09:00 -05:00
main.rs Check for error when fetching link metadata (fixes #5127) (#5129) 2024-11-15 09:13:43 -05:00
prometheus_metrics.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
scheduled_tasks.rs Fix incorrectly using delete instead of uplete in update_banned_when_expired (#5316) 2025-01-09 09:35:33 -05:00
session_middleware.rs Fix startup errors, add unit test for scheduled task errors (fixes #5209) (#5269) 2024-12-20 19:21:09 -05:00