|
7e42963d0f
|
Comment search and apub endpoint
|
2020-05-14 12:42:26 +02:00 |
|
Dessalines
|
b6d261bc91
|
Merge branch 'federated_private_messages' into federation
|
2020-05-06 13:51:39 -04:00 |
|
Dessalines
|
a6b765daab
|
Federated private messages.
|
2020-05-05 22:06:24 -04:00 |
|
|
efbbb2364c
|
Federate community category and nsfw
|
2020-05-05 16:30:13 +02:00 |
|
Dessalines
|
eb26be9485
|
Merge branch 'yerba_page_extension' into federation
|
2020-05-04 21:24:53 -04:00 |
|
Dessalines
|
96366f9e7a
|
Adding a comment on what comment.read is.
|
2020-05-04 21:14:24 -04:00 |
|
|
2d5251812e
|
Federate nsfw/locked info for posts
|
2020-05-05 02:09:27 +02:00 |
|
Dessalines
|
e4ee8090b9
|
Renaming ignore to unfollow in followable trait.
|
2020-05-04 14:26:16 -04:00 |
|
Dessalines
|
4d82b89947
|
Adding undo follow community.
|
2020-05-03 22:41:45 -04:00 |
|
Dessalines
|
cf427543e5
|
Add federated comment and post undo like.
|
2020-05-03 20:34:04 -04:00 |
|
Dessalines
|
6b55f22797
|
Merge branch 'federation' into federated_remove_actions
|
2020-05-03 13:27:53 -04:00 |
|
Dessalines
|
4711b00a68
|
Merge branch 'federation' into federated_remove_actions
|
2020-05-03 13:22:32 -04:00 |
|
Dessalines
|
31f3b0761a
|
Merge pull request #687 from LemmyNet/undo_delete_community
Undo delete for community, comment, and post.
|
2020-05-03 13:21:01 -04:00 |
|
Dessalines
|
7aff26eb0f
|
Some additional notes, reorg.
|
2020-05-03 10:22:25 -04:00 |
|
Dessalines
|
594598efff
|
Adding federated mod remove actions.
|
2020-05-03 10:00:59 -04:00 |
|
Dessalines
|
8358bdbe36
|
Add undos for delete community, post, and comment.
|
2020-05-01 15:01:29 -04:00 |
|
Dessalines
|
33aa61caba
|
Merge branch 'shorthand_apub_id_searching' into federation
|
2020-05-01 10:34:41 -04:00 |
|
Dessalines
|
e6d9369f19
|
Adding federated community, comment, and post deletes.
- Unit tests added too.
- No undeletes working yet.
|
2020-05-01 10:07:38 -04:00 |
|
|
35953addbd
|
update activitystreams lib
|
2020-04-30 18:30:01 +02:00 |
|
Dessalines
|
d7d7beaa74
|
Changing federated community and user links and searching.
- Search: !community@instance, @user@instance
- Representation: community@instance, user@instance
|
2020-04-30 11:45:12 -04:00 |
|
|
808aac15c9
|
wip: add former_type to tombstone
|
2020-04-29 21:10:50 +02:00 |
|
Dessalines
|
58b38424b7
|
Fix search form clearing out.
|
2020-04-29 13:05:38 -04:00 |
|
Dessalines
|
906f34ff2d
|
Adding shorthand federated object searching.
|
2020-04-29 12:55:54 -04:00 |
|
|
78ed0e59fb
|
Address comments, implement delete for posts and comments
|
2020-04-29 16:51:25 +02:00 |
|
|
42acbe2275
|
Implement deleting communities
|
2020-04-28 19:46:25 +02:00 |
|
Dessalines
|
6632d610c4
|
Fix federated community link on search page.
|
2020-04-28 11:53:05 -04:00 |
|
Dessalines
|
568defaa4b
|
Merge branch 'federation' into add_federated_post_likes
|
2020-04-28 10:12:07 -04:00 |
|
Dessalines
|
1e95f50898
|
Merge branch 'federation' into add_activity_table
|
2020-04-28 10:10:05 -04:00 |
|
Dessalines
|
d280e6e592
|
Removing some comments.
|
2020-04-28 09:57:28 -04:00 |
|
Dessalines
|
53215073a8
|
Adding federated post and comment likes.
|
2020-04-28 00:16:02 -04:00 |
|
Dessalines
|
f11ba44240
|
Merge branch 'shared_inbox_1' into add_federated_post_likes
|
2020-04-27 22:48:20 -04:00 |
|
Dessalines
|
856f0744af
|
1/3rd done with post likes
|
2020-04-27 22:47:26 -04:00 |
|
Dessalines
|
0ea8f0e254
|
Adding a better switching for activity kinds for the shared inbox.
|
2020-04-27 19:21:41 -04:00 |
|
Dessalines
|
322d8ce0b1
|
Adding activity table inserts.
|
2020-04-27 18:17:02 -04:00 |
|
Dessalines
|
f090db2def
|
Merge branch 'federation' into shared_inbox_1
|
2020-04-27 13:01:45 -04:00 |
|
Dessalines
|
ee37571e97
|
Merge pull request #663 from LemmyNet/federation_changes_1
Federation changes.
|
2020-04-27 13:00:21 -04:00 |
|
Dessalines
|
035921d568
|
Lots of additions to federation.
- Added a shared inbox.
- Added federated comments, comment updates, and tests.
- Abstracted ap object sends into a common trait.
|
2020-04-27 12:57:00 -04:00 |
|
Dessalines
|
9810e87eb2
|
Making a trait function for follow and accept.
|
2020-04-26 13:20:42 -04:00 |
|
Dessalines
|
c16fb9d00a
|
Adding back in post fetching.
|
2020-04-25 11:49:15 -04:00 |
|
Dessalines
|
122bb3857a
|
Adding get_public_key_ext() to ActorType trait.
|
2020-04-24 22:34:51 -04:00 |
|
Dessalines
|
4e8dcb2703
|
Removing run-tests TODO.
|
2020-04-24 22:02:12 -04:00 |
|
Dessalines
|
a44cdc4bf4
|
Use an associated type instead of Generic.
|
2020-04-24 17:30:27 -04:00 |
|
Dessalines
|
b04854a1e3
|
Merge remote-tracking branch 'yerba/federation' into federation_changes_1
|
2020-04-24 15:57:48 -04:00 |
|
Dessalines
|
0a0250d819
|
Some more cleanup.
|
2020-04-24 15:55:54 -04:00 |
|
|
035532512a
|
Implement integration test for federation
|
2020-04-24 18:30:31 +02:00 |
|
Dessalines
|
1f66d047bc
|
Some fed fixes.
|
2020-04-24 10:04:36 -04:00 |
|
Dessalines
|
a8e23079b5
|
Adding some more API testing examples.
|
2020-04-23 14:13:22 -04:00 |
|
Dessalines
|
4d6c92a100
|
Adding a test bed for API testing. #658
|
2020-04-23 11:34:32 -04:00 |
|
|
1b1c2e229d
|
Also use correct header in fetcher.rs
|
2020-04-23 13:42:09 +02:00 |
|
|
3162cb580e
|
Fix header guard for apub responses
|
2020-04-22 20:56:31 +02:00 |
|