lemmy/crates/db_views_actor/src
Nutomic 0f414a95d5
Local only community (#4350)
* Add support for local only community (fixes #1576)

* add filters and tests to db views

* dont federate local only community

* test get apub community http

* tests

* more checks

* wip

* api test

* fix tests

* change community.local_only column to visibility enum
(for private communities)

* sql fmt

* rename vars

* clippy

* fix tests

* update lib

* review

* fix js client version

* update client
2024-01-25 11:04:25 -05:00
..
comment_reply_view.rs Adding creator_is_admin to PersonView, CommentView, and PostView. (#4165) 2023-11-21 11:20:24 -05:00
community_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_follower_view.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
community_moderator_view.rs Local only community (#4350) 2024-01-25 11:04:25 -05:00
community_person_ban_view.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
community_view.rs Local only community (#4350) 2024-01-25 11:04:25 -05:00
instance_block_view.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
lib.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
person_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
person_mention_view.rs Adding creator_is_admin to PersonView, CommentView, and PostView. (#4165) 2023-11-21 11:20:24 -05:00
person_view.rs Add macro assert_length!() for tests (#4348) 2024-01-04 11:51:55 -05:00
structs.rs Adding creator_is_admin to PersonView, CommentView, and PostView. (#4165) 2023-11-21 11:20:24 -05:00