lemmy/crates/db_schema/src/impls
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
..
activity.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
actor_language.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
captcha_answer.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
comment.rs Replace TypedBuilder with Default in update forms (#3814) 2023-08-08 11:41:41 +02:00
comment_reply.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
comment_report.rs Auto resolve reports trigger (#3871) 2023-09-05 05:35:10 -04:00
community.rs Ignore activities in remote communities without local followers (#4006) 2023-10-16 06:03:49 -04:00
community_block.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
custom_emoji.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
email_verification.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
federation_allowlist.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
federation_blocklist.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
image_upload.rs Add logging for pictrs uploads (#3927) 2023-09-06 09:13:30 -04:00
instance.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
instance_block.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
language.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
local_site.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
local_site_rate_limit.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
local_user.rs Implement user data import/export (#3976) 2023-10-11 16:47:22 +02:00
login_token.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
mod.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
moderator.rs Handle invalid ban expires values (fixes #4045) (#4046) 2023-10-17 13:25:35 -04:00
password_reset_request.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
person.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
person_block.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
person_mention.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -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
post_report.rs Auto resolve reports trigger (#3871) 2023-09-05 05:35:10 -04:00
private_message.rs Replace TypedBuilder with Default in update forms (#3814) 2023-08-08 11:41:41 +02:00
private_message_report.rs Auto resolve reports trigger (#3871) 2023-09-05 05:35:10 -04:00
registration_application.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
secret.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
site.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
tagline.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00