You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api_crud/src/community
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
4 months ago
..
create.rs Local only community (#4350) 4 months ago
delete.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
list.rs Remove explicit auth params (#3946) 8 months ago
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 10 months ago
remove.rs Send purges to federated instances (fixes #4119) (#4398) 4 months ago
update.rs Local only community (#4350) 4 months ago