lemmy/crates/api_common/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
..
build_response.rs fix some typos (#4519) 2024-03-08 10:38:20 +01:00
claims.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
comment.rs View report history for a post or comment. Fixes #4190 (#4492) 2024-03-05 11:31:40 +01:00
community.rs Make request models derive PartialEq, Eq, and Hash (#4443) 2024-02-11 00:32:14 -05:00
context.rs Upgrade apub lib, correct webfinger content-type (#4498) 2024-03-06 11:21:46 -05:00
custom_emoji.rs Make request models derive PartialEq, Eq, and Hash (#4443) 2024-02-11 00:32:14 -05:00
lib.rs Expose LemmyErrorType in lemmy_api_common (#4439) 2024-02-24 19:54:27 -05:00
person.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
post.rs Add alt_text for posts. Fixes #1086 (#4477) 2024-03-05 11:34:57 +01:00
private_message.rs Make request models derive PartialEq, Eq, and Hash (#4443) 2024-02-11 00:32:14 -05:00
request.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
send_activity.rs Send purges to federated instances (fixes #4119) (#4398) 2024-01-25 09:24:09 -05:00
sensitive.rs Upgrade api_test deps (#2850) 2023-05-10 16:31:37 -04:00
site.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
utils.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00