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/api_crud/src/post
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
2 years ago
..
create.rs implement language tags for site/community in db and api (#2434) 2 years ago
delete.rs Extract Activitypub logic into separate library (#2288) 2 years ago
list.rs Dont show deleted users or communities on profile page. (#2450) 2 years ago
mod.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2 years ago
read.rs Showing # of unread comments for posts. Fixes #2134 (#2393) 2 years ago
remove.rs Extract Activitypub logic into separate library (#2288) 2 years ago
update.rs implement language tags for site/community in db and api (#2434) 2 years ago