lemmy/crates
Nutomic 9eee61dd06
Post scheduling (fixes #234) (#5025)
* Post scheduling (fixes #234)

* clippy

* replace map_err with inspect_err

* ignore unpublished posts in read queries

* add api test

* fmt

* add some checks

* address some review comments

* allow updating schedule time

* rewrite scheduled task

* fmt

* machete

* compare date in sql, more filters

* check for community ban in sql

* remove api test (scheduled task only runs every 10 mins)

* remove mut

* add index

* remove Post::read impl

* fmt

* fix

* correctly handle changes to schedule time

* normal users can only schedule up to 10 posts
2024-09-24 05:39:40 -04:00
..
api Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
api_common Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
api_crud Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
apub Conditionally hide comments on nsfw posts (fixes #4237) (#5028) 2024-09-24 10:33:53 +02:00
db_perf Remove TypedBuilder in favor of derive_new (fixes #4863) (#5020) 2024-09-20 08:15:25 -04:00
db_schema Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
db_views Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
db_views_actor Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
db_views_moderator Fixing extra modlog entries when post_id or comment_id is given. (#4664) 2024-04-25 10:26:17 +02:00
federate Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
routes Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
utils Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00