You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api/src/local_user
Nutomic 6d7b38f4de
Implement user data import/export (#3976)
* Implement endpoints for user data import/export

* add test

* exclude avatar/banner

* increase import url count, add rate limit

* also export/import saved posts

* rate limit

* rename

* saved posts also exist

* rename routes

* fix test

* error handling

* clippy

* limit parallelism

* clippy

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
8 months ago
..
notifications Remove explicit auth params (#3946) 9 months ago
add_admin.rs Remove explicit auth params (#3946) 9 months ago
ban_person.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
block.rs Remove explicit auth params (#3946) 9 months ago
change_password.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
change_password_after_reset.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
generate_totp_secret.rs Rework the way 2FA is enabled/disabled (fixes #3309) (#3959) 9 months ago
get_captcha.rs Get rid of remaining Perform/SendActivity traits (fixes #3670) (#3926) 10 months ago
list_banned.rs Remove explicit auth params (#3946) 9 months ago
list_logins.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
login.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
logout.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
mod.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
report_count.rs Remove explicit auth params (#3946) 9 months ago
reset_password.rs Get rid of remaining Perform/SendActivity traits (fixes #3670) (#3926) 10 months ago
save_settings.rs Implement user data import/export (#3976) 8 months ago
update_totp.rs Rework the way 2FA is enabled/disabled (fixes #3309) (#3959) 9 months ago
verify_email.rs Notify admin about registration application after email verification (fixes #3024) (#3995) 9 months ago