lemmy/crates/api/src/local_user
Neshura 203e35899e
Add separate Post check for is_valid_body_field (#3263)
* Add separate Post check for is_valid_body_field

* Modify is_valid_body_check for posts only

* Fix check var reinit in validation.rs

* Extra empty line to rerun woodpecker with changes

* Change Option to bool, add false to non-post calls

* Woodpecker trick.. again

* Probable rust_fmt fail fixed

* cargo_clippy changes

* Missing space between = and if

* Remove ; after body length checks
2023-06-26 10:47:01 +02:00
..
notifications Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
add_admin.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
ban_person.rs Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00
block.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
change_password.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
change_password_after_reset.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
list_banned.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
login.rs Don't check verified email when an admin logs in (#3209) 2023-06-20 08:52:21 -04:00
mod.rs Revert "feat: re-added captcha checks (#3249)" (#3288) 2023-06-23 07:02:05 -04:00
report_count.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
reset_password.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
save_settings.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
verify_email.rs Remove e-mail verification success e-mails (#3124) 2023-06-16 11:53:33 -04:00