lemmy/crates
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
..
api implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
api_common implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
api_crud implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
apub implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
db_schema implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
db_views implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
db_views_actor Check to make sure comment isnt deleted / removed for unread count. (#2472) 2022-09-29 20:52:14 +00:00
db_views_moderator Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
routes Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
utils Adding email admins for new applications. Fixes #2271 (#2390) 2022-09-27 12:48:44 -04:00
websocket Fix rate limit error messages. Fixes #2428 (#2449) 2022-09-26 10:40:42 -04:00