lemmy/crates/apub/src/api
Piotr Juszczyk 2ad3450004
Allow filtering posts and comments by whether they were liked/disliked - fixes #3401 (#3523)
* Allow filtering posts and comments by whether they were liked/disliked

* Switch to 2 args - liked_only, disliked_only - taking bools

* Make liked_only and disliked_only Option<bool>

* Fix unrelated is_profile_view compilation error
2023-08-08 11:40:28 +02:00
..
list_comments.rs Allow filtering posts and comments by whether they were liked/disliked - fixes #3401 (#3523) 2023-08-08 11:40:28 +02:00
list_posts.rs Allow filtering posts and comments by whether they were liked/disliked - fixes #3401 (#3523) 2023-08-08 11:40:28 +02:00
mod.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
read_community.rs Rewrite some API handlers to remove Perform trait (#3735) 2023-07-28 10:39:38 -04:00
read_person.rs Remove unused db view options (#3787) 2023-08-04 11:36:36 -04:00
resolve_object.rs Make resolve_object not require auth #3685 (#3716) 2023-07-26 12:17:42 -04:00
search.rs Add controversial ranking (#3205) 2023-07-26 13:07:05 -04:00