lemmy/crates/api_crud/src/post
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
..
create.rs Local only community (#4350) 2024-01-25 11:04:25 -05:00
delete.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 2023-07-28 10:39:38 -04:00
read.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
remove.rs Send purges to federated instances (fixes #4119) (#4398) 2024-01-25 09:24:09 -05:00
update.rs Rewrite images to use local proxy (#4035) 2024-01-25 09:22:11 -05:00