lemmy/api_tests/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.spec.ts Clear text of deleted/removed comments (#4503) 2024-03-05 08:52:35 -05:00
community.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 2024-03-01 13:45:06 -05:00
follow.spec.ts Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
image.spec.ts Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
post.spec.ts Temporarily comment sticky test. (#4538) 2024-03-18 12:54:45 +01:00
private_message.spec.ts Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
shared.ts Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
user.spec.ts On registration, automatically set content languages from accept-language header (#4550) 2024-03-25 16:02:12 -04:00