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
Nutomic dd865c5af5
Implement instance actor (#1798)
* Implement instance actor

* wip: make site bans federate

* finish implementation and unit tests for federated bans

* start adding api tests

* fix api test

* remve site from GetCommunityResponse

* only federate site bans originating from user's home instance

* dont expose site.private_key in api
3 years ago
..
api Implement instance actor (#1798) 3 years ago
api_common Implement instance actor (#1798) 3 years ago
api_crud Implement instance actor (#1798) 3 years ago
apub Implement instance actor (#1798) 3 years ago
apub_lib Fixing liking comment on blocked person. Fixes #2033 (#2042) 3 years ago
apub_lib_derive Version 0.15.1 3 years ago
db_schema Implement instance actor (#1798) 3 years ago
db_views Implement instance actor (#1798) 3 years ago
db_views_actor Alpha-ordering community follows. Fixes #2062 (#2079) 3 years ago
db_views_moderator Version 0.15.1 3 years ago
routes Dont make webfinger request when viewing community/user profile (fixes #1896) (#2049) 3 years ago
utils Use doku(skip) for opentelemetry_url config value (ref #2085) (#2091) 3 years ago
websocket Removing the site creator, adding leave_admin. Fixes #1808 (#2052) 3 years ago