lemmy/crates/db_schema/src/impls
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
..
activity.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
actor_language.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
captcha_answer.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
comment.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
comment_reply.rs Fixing issue with comment replies wrongly marked as read. (#4567) 2024-03-26 10:46:37 -04:00
comment_report.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 2024-02-15 08:52:04 -05:00
community.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
community_block.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
custom_emoji.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
email_verification.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
federation_allowlist.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
federation_blocklist.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
federation_queue_state.rs add federation queue state to get_federated_instances api (#4104) 2023-11-06 16:07:04 -05:00
images.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2024-03-26 12:06:11 -04:00
instance.rs Mark instance as alive after successful activity send (fixes #4039) (#4377) 2024-01-19 09:40:12 -05:00
instance_block.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
language.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
local_site.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
local_site_rate_limit.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
local_site_url_blocklist.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
local_user.rs On registration, automatically set content languages from accept-language header (#4550) 2024-03-25 16:02:12 -04:00
local_user_vote_display_mode.rs Add a vote_display_mode local_user setting. (#4450) 2024-03-13 12:10:58 -04:00
login_token.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
mod.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
moderator.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
password_reset_request.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
person.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
person_block.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
person_mention.rs Fixing issue with comment replies wrongly marked as read. (#4567) 2024-03-26 10:46:37 -04:00
post.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
post_report.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
private_message.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
private_message_report.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 2024-02-15 08:52:04 -05:00
registration_application.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
secret.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
site.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
tagline.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00