lemmy/crates/api/src/local_user
Dessalines c9f1407429
Diesel 2.0.0 upgrade (#2452)
* Initial commit to bump diesel to 2.0.0-rc.0 and see what happens

* Add chrono feature from diesel

* db_schema crate is close to building?

* Upgrade diesel-derive-newtype

* Mostly modifying references to connections to be mutable ones; also used
new way to do migrations as suggested by the migration guide; a lot more
compiles now, though I can't figure out this tricky ToSql issue at the
moment

* Running clippy --fix

* Trying to fix drone clippy 1

* Fix clippy

* Upgrade clux-musl

* Trying to fix drone clippy 2

* Trying to fix drone clippy 3

* Trying to fix drone clippy 5

* Adding diesel table aliases, removing sql view hack. Fixes #2101

Co-authored-by: Steven Chu <stevenc1@gmail.com>
Co-authored-by: Nutomic <me@nutomic.com>
2022-09-26 14:09:32 +00:00
..
notifications Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
add_admin.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
ban_person.rs Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
block.rs Diesel 2.0.0 upgrade (#2452) 2022-09-26 14:09:32 +00:00
change_password.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
change_password_after_reset.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
get_captcha.rs Remove update and read site config. Fixes #2306 (#2329) 2022-06-22 20:24:54 +00:00
list_banned.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
login.rs Dont allow login if account is banned or deleted (fixes #2372) (#2374) 2022-07-28 23:14:07 +02:00
mod.rs Split apart api files (#2216) 2022-04-13 18:12:25 +00:00
report_count.rs Implement reports for private messages (#2433) 2022-09-19 22:58:42 +00:00
reset_password.rs Remove update and read site config. Fixes #2306 (#2329) 2022-06-22 20:24:54 +00:00
save_settings.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
verify_email.rs Remove update and read site config. Fixes #2306 (#2329) 2022-06-22 20:24:54 +00:00