lemmy/crates/api/src/local_user
Dessalines 56e26fc3d4
Adding a post_view mode. Fixes #3730 (#3731)
* Adding a post_view mode. Fixes #3730

* Fix test.

* Addressing PR comments.

* Adding a post_view mode. Fixes #3730

* Fix test.

* Addressing PR comments.

* Fixing column order.

* Fix default Ok returns.

* Removing return Err(... where feasible.
2023-08-31 09:01:08 -04:00
..
notifications Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
add_admin.rs Move admin flag from person to local_user (fixes #3060) (#3403) 2023-08-24 05:40:08 -04:00
ban_person.rs Make remove content optional during account deletion (fixes #1617) (#3817) 2023-08-28 12:23:45 +02:00
block.rs Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
change_password.rs Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
change_password_after_reset.rs Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
get_captcha.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
list_banned.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
login.rs Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 2023-07-28 10:39:38 -04:00
report_count.rs Move admin flag from person to local_user (fixes #3060) (#3403) 2023-08-24 05:40:08 -04:00
reset_password.rs Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
save_settings.rs Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
verify_email.rs Replace TypedBuilder with Default in update forms (#3814) 2023-08-08 11:41:41 +02:00