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/src/local_user
Nutomic 6d27bfed08
Handle invalid ban expires values (fixes #4045) (#4046)
* Handle invalid ban expires values (fixes #4045)

* Adding a few missing expire time checks. Fixing up time conversions. (#4051)

* Adding a few missing expire time checks. Fixing up time conversions.

* Increase settings export wait time.

* get rid of RemoveCommunity.expires

* fmt

* tests

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
8 months ago
..
notifications Remove explicit auth params (#3946) 8 months ago
add_admin.rs Remove explicit auth params (#3946) 8 months ago
ban_person.rs Handle invalid ban expires values (fixes #4045) (#4046) 8 months ago
block.rs Remove explicit auth params (#3946) 8 months ago
change_password.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
change_password_after_reset.rs Remove empty API responses (#3993) 8 months ago
generate_totp_secret.rs Rework the way 2FA is enabled/disabled (fixes #3309) (#3959) 9 months ago
get_captcha.rs Get rid of remaining Perform/SendActivity traits (fixes #3670) (#3926) 9 months ago
list_banned.rs Remove explicit auth params (#3946) 8 months ago
list_logins.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
login.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
logout.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
mod.rs Add validate_auth api endpoint (fixes #3702) (#4049) 8 months ago
report_count.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
reset_password.rs Remove empty API responses (#3993) 8 months ago
save_settings.rs Enable animated avatars setting (#4040) 8 months ago
update_totp.rs Rework the way 2FA is enabled/disabled (fixes #3309) (#3959) 9 months ago
validate_auth.rs Add validate_auth api endpoint (fixes #3702) (#4049) 8 months ago
verify_email.rs Remove empty API responses (#3993) 8 months ago