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/api_common/src
Nutomic 50f81cf157
User can block instances (fixes #2397) (#3869)
* User can block instances (fixes #2397)

* update comments

* review comments

* use route

* update

* add api test

* update tests

* fix

* fix test

* ci

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
9 months ago
..
build_response.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 10 months ago
comment.rs Allow filtering posts and comments by whether they were liked/disliked - fixes #3401 (#3523) 10 months ago
community.rs add new flag to api (#3363) 12 months ago
context.rs Make functions work with both connection and pool (#3420) 11 months ago
custom_emoji.rs Improve api response times by doing send_activity asynchronously (#3493) 11 months ago
lib.rs Remove SendActivity and Perform traits, rely on channel (#3596) 11 months ago
person.rs Change AddAdmin to use person_id instead of local_user_id (#3941) 10 months ago
post.rs Fixing GetPostsResponse serialization. (#3967) 9 months ago
private_message.rs Allow filtering PMs by sender (#3770) 10 months ago
request.rs Add logging for pictrs uploads (#3927) 10 months ago
send_activity.rs Persistent, performant, reliable federation queue (#3605) 9 months ago
sensitive.rs Upgrade api_test deps (#2850) 1 year ago
site.rs User can block instances (fixes #2397) (#3869) 9 months ago
utils.rs Replace ammonia lib with manual html escaping (fixes #3774) (#3938) 10 months ago