lemmy/crates/apub/src
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
..
activities implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
collections Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
fetcher Dont show deleted users or communities on profile page. (#2450) 2022-09-28 20:54:32 +00:00
http implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
objects implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
protocol implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
activity_lists.rs Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380) 2022-07-29 15:32:12 +02:00
lib.rs Use compat mode when signing outgoing activities (fixes #1984) (#2473) 2022-10-03 13:46:42 -04:00
mentions.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00