lemmy/crates/api/src/site
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
..
purge Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
registration_applications Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
block.rs Dont allow blocking local instance (fixes #4241) (#4242) 2023-12-11 14:35:53 -05:00
federated_instances.rs Get rid of remaining Perform/SendActivity traits (fixes #3670) (#3926) 2023-09-05 05:33:46 -04:00
leave_admin.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
list_all_media.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
mod.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
mod_log.rs View mod history for a post or comment. Fixes #4162 (#4491) 2024-03-04 11:42:25 -05:00