lemmy/crates/api/src/local_user
Dessalines d8722b6e91
Adding diesel enums for SortType and ListingType (#2808)
* Adding diesel enums for SortType and ListingType

- Uses diesel-derive-enum.
- Adds diesel.toml , so we can again use the auto-generated schema.rs
- Fixes a lot of DB null issues and column ordering issues.
- Fixes #1136
- Also replaces RegistrationMode boilerplate.

* Fixing unit tests 1.

* Remove comment line.

* Before patch.

* Before again.

* Using patch file to fix diesel_ltree issue with diesel.toml

* Adding some yalc ignores

* Fixing RegistrationMode enums

* Adding woodpecker diesel schema check.

* Try adding openssl 1.

* Try using diesel-cli image 1

* Try using diesel-cli image 2

* Try using diesel-cli image 3

* Try using diesel-cli image 4

* Try using diesel-cli image 5

* Try using diesel-cli image 6

* Try using diesel-cli image 7

* Try using diesel-cli image 8

* Try using diesel-cli image 9

* Try using diesel-cli image 10

* Try using diesel-cli image 11

* Try using diesel-cli image 12

* Try using diesel-cli image 13
2023-04-17 15:19:51 -04:00
..
notifications Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
add_admin.rs Making the chat server an actor. (#2793) 2023-04-13 06:53:55 -04:00
ban_person.rs Adding check to description and body length fields. (#2805) 2023-04-15 10:45:11 -04:00
block.rs Get rid of Safe Views, use serde_skip (#2767) 2023-03-01 18:19:46 +01:00
change_password.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
change_password_after_reset.rs Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
get_captcha.rs Making the chat server an actor. (#2793) 2023-04-13 06:53:55 -04:00
list_banned.rs Get rid of Safe Views, use serde_skip (#2767) 2023-03-01 18:19:46 +01:00
login.rs Adding TOTP / 2FA to lemmy (#2741) 2023-03-02 21:37:41 +01:00
mod.rs Split apart api files (#2216) 2022-04-13 18:12:25 +00:00
report_count.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
reset_password.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
save_settings.rs Adding check to description and body length fields. (#2805) 2023-04-15 10:45:11 -04:00
verify_email.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00