lemmy/crates/db_schema/src/impls
Nutomic e4a49b6eab
Tag posts and comments with language (fixes #440) (#2269)
* Tag posts and comments with language (fixes #440)

* Untangle PostView tests

* Implement test for PostView language query

* Store languages directly in database

* finish moving languages into db, it compiles

* update post_view

* serde skip Language.id field

* add local_user_language table, other changes suggested in review

* add code for local_user_discussion_language_view

* Remove unnecessary clones in db view converteres

* Fixing up some table and join issues.

* Clearing the current languages.

* Fix formatting.

* update user languages in single transaction

* proper test for user language queries

* Some fixes for all / missing user languages. (#2404)

* Some fixes for all / missing user languages.

* Adding back in transaction.

* fix test

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2022-08-18 15:11:19 -04:00
..
activity.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
comment.rs Adding distinguish comment. Fixes #2002 (#2391) 2022-08-17 11:38:52 +00:00
comment_reply.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
comment_report.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
community.rs Fix follow being stuck as pending after accept (#2366) 2022-07-20 14:10:29 +00:00
community_block.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
email_verification.rs First pass at invite-only migration. (#1949) 2021-12-15 14:49:59 -05:00
language.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
local_user.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
local_user_language.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
mod.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
moderator.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
password_reset_request.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
person.rs Dont allow login if account is banned or deleted (fixes #2372) (#2374) 2022-07-28 23:14:07 +02:00
person_block.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
person_mention.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
post.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
post_report.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
private_message.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
registration_application.rs First pass at invite-only migration. (#1949) 2021-12-15 14:49:59 -05:00
secret.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
site.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00