lemmy/crates
Nutomic dd0ba10b44
Pleroma federation2 (#1855)
* Allow fetching person from Pleroma, including test case (ref #1461)

* Added test case for parsing community from apub json

- fixed a bug with objectid (de)serialization
- fixed a bug with outbox fetching (ref #1582)

* Added apub test for post

* Ignore errors when reading community outbox (fixes #1582)

* Dont fetch community outbox/moderators during tests

* added test for lemmy comment

* Added federation test for pleroma comment

* Added html2md crate to parse comment html from pleroma (fixes #1461)

* some fixes for update_apub_test_files.sh

* Add tests for ToApub, private message, remove update script

* Delete objects from db at the end of each test
2021-10-21 13:25:35 -04:00
..
api Major refactor, adding newtypes for apub crate 2021-10-20 12:28:09 +02:00
api_common Major refactor, adding newtypes for apub crate 2021-10-20 12:28:09 +02:00
api_crud Major refactor, adding newtypes for apub crate 2021-10-20 12:28:09 +02:00
apub Pleroma federation2 (#1855) 2021-10-21 13:25:35 -04:00
apub_lib Major refactor, adding newtypes for apub crate 2021-10-20 12:28:09 +02:00
apub_lib_derive Add cargo metadata to all crates (#1853) 2021-10-19 13:03:43 -04:00
db_schema Pleroma federation2 (#1855) 2021-10-21 13:25:35 -04:00
db_views Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
db_views_actor Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
db_views_moderator Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
routes Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
utils Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
websocket Pleroma federation2 (#1855) 2021-10-21 13:25:35 -04:00