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/community
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
..
add_mod.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
ban.rs Handle invalid ban expires values (fixes #4045) (#4046) 8 months ago
block.rs Remove explicit auth params (#3946) 8 months ago
follow.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
hide.rs Only sanitize strings when generating RSS feeds and emails (fixes #4003) (#4024) 8 months ago
mod.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 10 months ago
transfer.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago