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/utils/src
Dessalines 87b577467b
Adding ability to hide posts. (#4480)
* Adding ability to hide posts.

- Adds an post/hide API route.
- Adds a `show_hidden` (default false) to `GetPosts`.
- Adds a `hidden` field to `PostView`.
- Removes the single `post_id` from MarkPostAsRead.
- Fixes #1403

* Add a check to make sure hidden field is true.

* Fixing test.

* Add back semicolon
4 months ago
..
rate_limit Expose LemmyErrorType in lemmy_api_common (#4439) 4 months ago
settings Expose LemmyErrorType in lemmy_api_common (#4439) 4 months ago
utils Rewrite images to use local proxy (#4035) 5 months ago
apub.rs Fixing `.drone.yml` (#2677) 1 year ago
cache_header.rs Add http cache for webfingers (#3317) 11 months ago
email.rs Move usage of env::var to lemmy_utils, simplify db init (ref #4095) (#4108) 8 months ago
error.rs Adding ability to hide posts. (#4480) 4 months ago
lib.rs Remove error-type feature from lemmy-utils (#4474) 4 months ago
main.rs Remove error-type feature from lemmy-utils (#4474) 4 months ago
request.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2 years ago
response.rs Use `pretty_assertions` for assertions (#4347) 6 months ago
version.rs For untagged commits, include hash in version name (fixes #1563) 3 years ago