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/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>
3 months ago
..
comment_reply_view.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 3 months ago
community_block_view.rs Use Queryable instead of JoinView (#3917) 10 months ago
community_follower_view.rs Persistent, performant, reliable federation queue (#3605) 9 months ago
community_moderator_view.rs Local only community (#4350) 5 months ago
community_person_ban_view.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
community_view.rs Fixing some clippy and woodpecker lints. (#4565) 3 months ago
instance_block_view.rs User can block instances (fixes #2397) (#3869) 9 months ago
lib.rs User can block instances (fixes #2397) (#3869) 9 months ago
person_block_view.rs Use Queryable instead of JoinView (#3917) 10 months ago
person_mention_view.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 3 months ago
person_view.rs Fixing some clippy and woodpecker lints. (#4565) 3 months ago
structs.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 3 months ago