lemmy/crates/db_views_actor/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
..
comment_reply_view.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
community_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_follower_view.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
community_moderator_view.rs Local only community (#4350) 2024-01-25 11:04:25 -05:00
community_person_ban_view.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
community_view.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
instance_block_view.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
lib.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
person_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
person_mention_view.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
person_view.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
structs.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00