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_common/src
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
..
build_response.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 10 months ago
claims.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
comment.rs Remove explicit auth params (#3946) 8 months ago
community.rs Remove explicit auth params (#3946) 8 months ago
context.rs Make functions work with both connection and pool (#3420) 11 months ago
custom_emoji.rs Remove explicit auth params (#3946) 8 months ago
lib.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
person.rs add keyboard navigation setting (#3569) 8 months ago
post.rs Remove explicit auth params (#3946) 8 months ago
private_message.rs Remove explicit auth params (#3946) 8 months ago
request.rs Add logging for pictrs uploads (#3927) 9 months ago
send_activity.rs remove synchronous federation flag 9 months ago
sensitive.rs Upgrade api_test deps (#2850) 1 year ago
site.rs Remove explicit auth params (#3946) 8 months ago
utils.rs Implement user data import/export (#3976) 8 months ago