3914c6c875
Merge pull request #1903 from LemmyNet/fix_direct_string_apub_serialize_error
...
Use serde_json::to_value
2021-11-16 17:00:07 +00:00
ec40b4f7fb
Fixing comment report creator. Fixes #1904
2021-11-16 09:59:52 -05:00
23641fcd06
Use serde_json::to_value
2021-11-15 21:11:44 -05:00
Dessalines
09cd32034b
Fixing activity serialization. Fixes #1900 ( #1901 )
2021-11-15 20:26:48 +00:00
497564359b
Version 0.14.0-rc.1
2021-11-11 14:57:25 -05:00
Dessalines
3bd827c73a
Temporarily disable arm tests ( #1895 )
...
* Temporarily disable arm tests
* Disable cargo build
2021-11-11 14:49:48 -05:00
1b9414f292
More federation compat ( #1894 )
...
* Make HTTP signatures compatible with Pleroma
* Send Announce/Page, Announce/Note for Pleroma compatibility
* remove unused code
2021-11-11 14:49:15 -05:00
Dessalines
dbc92d6ee0
Merge pull request #1888 from LemmyNet/test-pleroma-federation
...
Add docker setup for testing Pleroma federation
2021-11-11 08:52:26 -05:00
135fd6864b
Add docker setup for testing Pleroma federation
2021-11-11 14:26:46 +01:00
Dessalines
8d4c4fdf6c
Adding clippy:unwrap to husky. Fixes #1892 ( #1893 )
2021-11-11 12:18:08 +00:00
Dessalines
8a108bccae
Merge pull request #1891 from LemmyNet/remove-apub-accept-guard
...
Remove header guard for activitypub routes
2021-11-10 09:38:50 -05:00
9a1fe154db
Remove header guard for activitypub routes
2021-11-10 15:08:33 +01:00
2ed58aeda6
Merge pull request #1889 from LemmyNet/update_docker_images
...
Updating rust musl images
2021-11-10 13:45:49 +00:00
f035af3738
Fixing clippy
2021-11-09 17:31:28 -05:00
5b3be5c102
Updating rust musl images
2021-11-09 17:16:59 -05:00
Dessalines
76220a4523
Fixing clippy lints. ( #1885 )
...
* Fixing clippy lints.
* Revert object id display
* Trying to fix clippy again
2021-11-09 18:16:37 +00:00
Dessalines
c03689ed4c
Merge pull request #1887 from LemmyNet/federate-smithereen
...
Add federation test cases for Smithereen and Mastodon
2021-11-09 12:26:41 -05:00
5319046dc7
Add federation test cases for Smithereen and Mastodon
2021-11-09 17:16:58 +01:00
Dessalines
5d321949e6
Merge pull request #1877 from LemmyNet/refactor-apub-2
...
Refactor apub 2
2021-11-08 10:25:25 -05:00
c21c142a9a
Include apub context from file, so that it can be embedded in docs
2021-11-08 16:04:02 +01:00
252d87d332
Fix clippy error
2021-11-08 13:16:14 +01:00
888e683856
For verify_is_public() we also need to check cc field
2021-11-06 18:44:34 +01:00
a5a674a270
Add method ApubObject.verify()
2021-11-06 18:35:14 +01:00
02ce7bdc7d
Remove unused ActorType methods
2021-11-06 15:01:00 +01:00
8ea21c39b7
Reduce stack memory usage in apub code
...
- use our own, smaller Endpoints struct
- wrap ObjectId.url in Box
- adjust usage of Box in different places
2021-11-06 14:53:39 +01:00
c725514841
Change to_apub and from_apub to take by value and avoid cloning
2021-11-06 14:47:58 +01:00
Dessalines
44b5fe0631
Stop using lemmy-ui:dev images ( #1880 )
...
* Stop using lemmy-ui:dev images
* Dont publish dev docker images with drone.
2021-11-05 21:49:15 +00:00
2edf8ba157
Move ObjectId to library
2021-11-05 21:37:46 +01:00
bd3352423a
Remove ActivityFields trait, deserialize into another struct instead
2021-11-05 21:14:19 +01:00
969a7f2d1b
Refactoring apub code
2021-11-05 21:12:10 +01:00
Dessalines
a83113935d
Check if post or comment are deleted first. Fixes #1864 ( #1867 )
...
* Check if post or comment are deleted first. Fixes #1864
* Refactoring delete apub.
* Revert "Refactoring delete apub."
This reverts commit ba2c3d06cfb870efe792f4b2541036265b425156.
2021-11-03 17:47:24 +00:00
Dessalines
1bec551945
Merge pull request #1874 from LemmyNet/protocol-testing
...
Protocol testing
2021-11-03 11:23:26 -04:00
41f7bcc0d2
Correctly use and document check_is_apub_id_valid() param use_strict_allowlist
2021-11-02 21:39:06 +01:00
b396344eae
Merge two functions into one
2021-11-02 21:39:06 +01:00
1c6f74cad5
Convert note.content and chat_message.content to html ( fixes #1871 )
2021-11-02 21:39:02 +01:00
Dessalines
d4753049d7
Upgrade background_jobs to 0.9.1 #1820 ( #1875 )
2021-11-02 20:27:24 +00:00
Dessalines
87bc2763ce
Fix husky fmt hook. ( #1868 )
...
* Fix husky fmt hook.
* Change to use default cargo
* Using nightly check
2021-11-02 15:15:19 +00:00
0bde2d595e
Add tests for parsing activities and collections
2021-11-02 12:44:51 +01:00
aaaf039779
Move apub test files into tree structure
2021-10-29 16:54:19 +02:00
03d8ac75ef
Move activity structs to protocol folder
2021-10-29 12:50:32 +02:00
5ff044346f
Move object and collection structs to protocol folder
2021-10-29 12:50:32 +02:00
358ef99ea2
Rewrite community followers and user outbox to use our own structs
2021-10-29 12:50:32 +02:00
d89156810d
Move @context out of object/activity definitions
2021-10-29 12:50:32 +02:00
2d04ff93f5
Change activity.cc to Vec<Url> in public activities
2021-10-29 12:50:32 +02:00
271785b7fb
When receiving activity, dont read community from cc (for pleroma compat and better verification)
2021-10-29 12:50:30 +02:00
74523fb534
Make Note.context optional for pleroma compat (hack)
2021-10-29 12:45:54 +02:00
03b8ae7215
Activity.to should always be a vec (and unspecified size for public activities)
2021-10-29 12:45:54 +02:00
614490d29b
Fix problem that prevented viewing of pleroma user profiles
2021-10-29 12:45:53 +02:00
0af047dd83
Rewrite community moderators collection
2021-10-29 12:45:53 +02:00
6792e376b4
Rewrite community outbox to use new fetcher
2021-10-29 12:45:53 +02:00