lemmy/crates
Richard Schwab 76a2c6e79b
Fix scheduled task to delete users with denied applications (#4907)
After an admin interacted with an application it can only be accepted or denied.
Denial reasons are not required by Lemmys backend, even though they're mandatory in Lemmy-UI, and therefore they are not a reliable indicator of an application being denied.
This aligns the cleanup logic  with the logic used for the unread application count.
2024-08-13 18:54:56 -04:00
..
api Make site metadata fetch endpoint require auth. (#4968) 2024-08-13 16:53:05 -04:00
api_common fix: Run extract_opengraph_data only on first 64kB of data and if Content-Type html (#4957) 2024-08-07 10:35:08 -04:00
api_crud Approve applications in transaction (#4970) 2024-08-13 16:18:26 -04:00
apub Throw error when non-mod posts to mod-only comm (#4966) 2024-08-13 14:56:26 -04:00
db_perf Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
db_schema Fix scheduled task to delete users with denied applications (#4907) 2024-08-13 18:54:56 -04:00
db_views Add the ability to fetch a registration application by person_id. (#4913) 2024-07-23 19:01:24 -04:00
db_views_actor Make sure you can view your moderated deleted and removed communities. (#4912) 2024-07-23 12:38:54 -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 chore(deps): update rust crate mockall to 0.13.0 (#4946) 2024-08-01 13:59:40 -04:00
routes Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 2024-07-30 10:11:39 -04:00
utils Version 0.19.6-beta.3 2024-08-06 10:32:41 -04:00