You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 months ago
..
api_routes_http.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2 months ago
code_migrations.rs On registration, automatically set content languages from `accept-language` header (#4550) 2 months ago
lib.rs Rewrite images to use local proxy (#4035) 4 months ago
main.rs Remove pictrs config section `old_db` (#4199) 6 months ago
prometheus_metrics.rs Include prometheus in default build, remove build feature (fixes #3558) (#4071) 7 months ago
root_span_builder.rs Persistent, performant, reliable federation queue (#3605) 8 months ago
scheduled_tasks.rs Fixing some clippy and woodpecker lints. (#4565) 2 months ago
session_middleware.rs Fixing some clippy and woodpecker lints. (#4565) 2 months ago
telemetry.rs Extract Activitypub logic into separate library (#2288) 2 years ago