lemmy/crates/api
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>
2023-10-11 16:47:22 +02:00
..
src Implement user data import/export (#3976) 2023-10-11 16:47:22 +02:00
Cargo.toml Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00