lemmy/crates/api/src/local_user
Nutomic 8a4d9cc1ba
Use typed-builder crate for queries (#2379)
* Use typed-builder crate for PrivateMessageQuery

* derive builder for all queries

* remove unnecessary clones

* fix tests
2022-08-04 15:30:17 -04:00
..
notifications Use typed-builder crate for queries (#2379) 2022-08-04 15:30:17 -04:00
add_admin.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
ban_person.rs Remove update and read site config. Fixes #2306 (#2329) 2022-06-22 20:24:54 +00:00
block.rs Dont allow blocking admin (#2340) 2022-07-05 23:02:54 +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 Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
reset_password.rs Remove update and read site config. Fixes #2306 (#2329) 2022-06-22 20:24:54 +00:00
save_settings.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
verify_email.rs Remove update and read site config. Fixes #2306 (#2329) 2022-06-22 20:24:54 +00:00