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
Dessalines 15f02f00a9
Add a vote_display_mode local_user setting. (#4450)
* Add a vote_display_mode local_user setting.

- Fixes #4449

* Changing HideDownvotes to Score.

* Adding ScoreAndDownvote display mode.

* Adding upvote and downvote mode.

* Extracting vote_display_mode to another table.

* Fixing fmt.

* Remove published and updated columns.

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
3 months ago
..
build_response.rs fix some typos (#4519) 3 months ago
claims.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
comment.rs View report history for a post or comment. Fixes #4190 (#4492) 3 months ago
community.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
context.rs Upgrade apub lib, correct webfinger content-type (#4498) 3 months ago
custom_emoji.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
lib.rs Expose LemmyErrorType in lemmy_api_common (#4439) 3 months ago
person.rs Add a vote_display_mode local_user setting. (#4450) 3 months ago
post.rs Add alt_text for posts. Fixes #1086 (#4477) 3 months ago
private_message.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
request.rs Store thumbnails in db table local_image (#4512) 3 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 View mod history for a post or comment. Fixes #4162 (#4491) 3 months ago
utils.rs Store password reset token after email successfully sent (fixes #3757) (#4489) 3 months ago