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/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
2 years ago
..
api_routes.rs Implement reports for private messages (#2433) 2 years ago
code_migrations.rs implement language tags for site/community in db and api (#2434) 2 years ago
lib.rs Config changes, remove unused image purge function (#2343) 2 years ago
main.rs Diesel 2.0.0 upgrade (#2452) 2 years ago
root_span_builder.rs Don't drop error context when adding a message to errors (#1958) 3 years ago
scheduled_tasks.rs Diesel 2.0.0 upgrade (#2452) 2 years ago
telemetry.rs Extract Activitypub logic into separate library (#2288) 2 years ago