lemmy/src
Dessalines 6bfbb9332d
Adding listMedia endpoint, to view all your local image uploads. (#4509)
* Adding listMedia endpoint, to view all your local image uploads.

- Fixes #4445

* Fix ts import.

* Forgot to order by published desc

* Adding an endpoint to list all images, for admins only.

* Forgot to add file.

* Add additional test.

* Use better logic for no-limit version.

* Better call sites.

* Adding another test.

* Fix tests.

* Moving list_media to /account action.

* Addressing PR comments.

* Removing pointless comment.

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2024-03-26 12:06:11 -04:00
..
api_routes_http.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
code_migrations.rs On registration, automatically set content languages from `accept-language` header (#4550) 2024-03-25 16:02:12 -04:00
lib.rs Rewrite images to use local proxy (#4035) 2024-01-25 09:22:11 -05:00
main.rs Remove pictrs config section `old_db` (#4199) 2023-11-24 11:26:21 -05:00
prometheus_metrics.rs Include prometheus in default build, remove build feature (fixes #3558) (#4071) 2023-10-25 06:54:58 -04:00
root_span_builder.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
scheduled_tasks.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
session_middleware.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
telemetry.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00