]> Untitled Git - lemmy.git/history - crates/db_schema/src/impls/local_user.rs
Make functions work with both connection and pool (#3420)
[lemmy.git] / crates / db_schema / src / impls / local_user.rs
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-06-21 NutomicCorrect error messages if user registers with taken...
2023-03-30 NutomicOptimize federated language updates to avoid unnecessar...
2023-03-01 DessalinesGet rid of Safe Views, use serde_skip (#2767)
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-02 Felix Ableitnerfix tests
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2021-12-15 DessalinesFirst pass at invite-only migration. (#1949)
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries