lemmy/crates/api/src/post
Nutomic 66a63df152
Instance blocks with mod log entry and expiration (fixes #2506) (#5214)
* Instance blocks with mod log entry and expiration (fixes #2506)

* separate table for instance block mod log

* fix tests

* fix ts

* modlog entry for allow instance

* fix test cleanup

* add back test

* clippy

* fix check

* more changes

* move files

* update

* sql fmt

* partly working

* fix setup

* cleanup

* fixes

* prettier

* try catch

* address comments
2024-11-28 18:21:43 -05:00
..
feature.rs Instance blocks with mod log entry and expiration (fixes #2506) (#5214) 2024-11-28 18:21:43 -05:00
get_link_metadata.rs Fixing LemmyError imports. (#5157) 2024-11-04 10:44:58 +01:00
hide.rs Change "mark post as read", "hide post" api calls to take single post instead of multiple (#5043) 2024-11-13 09:36:18 -05:00
like.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
list_post_likes.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
lock.rs Instance blocks with mod log entry and expiration (fixes #2506) (#5214) 2024-11-28 18:21:43 -05:00
mark_many_read.rs Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -05:00
mark_read.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
mod.rs Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -05:00
save.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00