lemmy/crates/apub/src/http
Nutomic 2ef0f8f5f8
implement language tags for site/community in db and api (#2434)
* implement language tags for site/community in db and api

* add api checks for valid languages

* during db migration, update existing users, sites, communities to have all languages enabled

* init new users/communities with site languages (not all languages)

* federate site/community languages

* fix tests

* when updating site languages, limit community languages to this subset

also, when making a new post and subset of user lang, community lang
contains only one item, use that as post lang

* add tests for actor_language db functions

* include language list in siteview/communityview

* Fix some of the review comments

* Some more review changes

* Add todo about boxed query

* Add default_post_language to GetCommunityResponse
2022-10-06 14:27:58 -04:00
..
comment.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
community.rs Be more explicit about returning deleted actors or not (#2335) 2022-07-05 17:40:44 -04:00
mod.rs Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380) 2022-07-29 15:32:12 +02:00
person.rs Be more explicit about returning deleted actors or not (#2335) 2022-07-05 17:40:44 -04:00
post.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
routes.rs Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
site.rs implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00