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>
2023-10-11 16:47:22 +02:00
..
build_response.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 2023-08-11 11:13:14 +02:00
claims.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
comment.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
community.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
context.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
custom_emoji.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
lib.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
person.rs add keyboard navigation setting (#3569) 2023-10-10 12:17:27 +02:00
post.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
private_message.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
request.rs Add logging for pictrs uploads (#3927) 2023-09-06 09:13:30 -04:00
send_activity.rs remove synchronous federation flag 2023-09-20 14:22:17 +00:00
sensitive.rs Upgrade api_test deps (#2850) 2023-05-10 16:31:37 -04:00
site.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
utils.rs Implement user data import/export (#3976) 2023-10-11 16:47:22 +02:00