lemmy/crates/db_views/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
..
comment_report_view.rs Adding a scaled sort, to boost smaller communities. (#3907) 2023-09-06 13:43:27 -04:00
comment_view.rs Merge branch 'main' into comment-fix 2023-09-20 17:38:47 +00:00
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
lib.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
local_user_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
post_report_view.rs Auto resolve reports trigger (#3871) 2023-09-05 05:35:10 -04:00
post_view.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
private_message_report_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
private_message_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
registration_application_view.rs Implement user data import/export (#3976) 2023-10-11 16:47:22 +02:00
site_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
structs.rs Forgot to add ts export to pagination cursor. (#3971) 2023-09-20 15:28:56 +02:00