lemmy/crates/api_common/src
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>
2023-10-17 13:25:35 -04:00
..
build_response.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
claims.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
comment.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
community.rs Handle invalid ban expires values (fixes #4045) (#4046) 2023-10-17 13:25:35 -04:00
context.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
custom_emoji.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
lib.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
person.rs Enable animated avatars setting (#4040) 2023-10-17 10:52:34 -04:00
post.rs Allow marking multiple posts as read in single api call (fixes #3963) (#4048) 2023-10-17 12:35:51 -04:00
private_message.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
request.rs Add logging for pictrs uploads (#3927) 2023-09-06 09:13:30 -04:00
send_activity.rs remove synchronous federation flag 2023-09-20 14:22:17 +00:00
sensitive.rs Upgrade api_test deps (#2850) 2023-05-10 16:31:37 -04:00
site.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
utils.rs Handle invalid ban expires values (fixes #4045) (#4046) 2023-10-17 13:25:35 -04:00