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 86b44c2a4d
Add site.content_warning, local_site.default_post_listing_mode (#4393)
* Include local_site.content_warning setting for showing nsfw by default

* Add community setting `only_followers_can_vote`

* clippy

* add auto_expand_images site setting

* cleanup

* add missing api params

* postquery/communityquery changes

* clippy

* change error

* replace auto_expand_images with default_site_post_listing_mode

* change post/community query params

* get rid of only_followers_can_vote

* machete

* fix

* clippy

* revert remaining vote changes

* remove dead code

* remove unused var

* fmt
4 months ago
..
build_response.rs Dont send comment reply to user who has community blocked. Fixes #3684 (#4096) 7 months ago
claims.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
comment.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
community.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
context.rs Rewrite images to use local proxy (#4035) 4 months ago
custom_emoji.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
lib.rs Reduce initial federation retry delay (#4346) 5 months ago
person.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
post.rs Adding ability to specify a custom post thumbnail. (#4425) 4 months ago
private_message.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
request.rs Rewrite images to use local proxy (#4035) 4 months ago
send_activity.rs Send purges to federated instances (fixes #4119) (#4398) 4 months ago
sensitive.rs Upgrade api_test deps (#2850) 1 year ago
site.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 4 months ago
utils.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago