lemmy/crates/api_common/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
..
comment.rs api changes for comment language tagging 2022-09-02 10:49:54 -04:00
community.rs implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
lib.rs Implement reports for private messages (#2433) 2022-09-19 22:58:42 +00:00
person.rs Remove unnecessary show_deleted_and_removed comments for a profile. (#2458) 2022-09-26 20:02:06 +00:00
post.rs Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
private_message.rs Implement reports for private messages (#2433) 2022-09-19 22:58:42 +00:00
request.rs Fix pictrs routing (#2407) 2022-08-16 11:20:41 -04:00
sensitive.rs Derive default for api request structs, move type enums (#2245) 2022-05-06 20:55:07 +00:00
site.rs implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
utils.rs implement language tags for site/community in db and api (#2434) 2022-10-06 14:27:58 -04:00
websocket.rs Derive default for api request structs, move type enums (#2245) 2022-05-06 20:55:07 +00:00