Commit graph

93 commits

Author SHA1 Message Date
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
Dessalines
906f34ff2d Adding shorthand federated object searching. 2020-04-29 12:55:54 -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
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
a44cdc4bf4 Use an associated type instead of Generic. 2020-04-24 17:30:27 -04:00
Dessalines
0a0250d819 Some more cleanup. 2020-04-24 15:55:54 -04:00
Dessalines
1f66d047bc Some fed fixes. 2020-04-24 10:04:36 -04:00
1b1c2e229d Also use correct header in fetcher.rs 2020-04-23 13:42:09 +02:00
f5fe650b86 Change apub IDs to be consistent with html urls 2020-04-21 22:45:01 +02:00
5e7a60630c Verifyt http signatures 2020-04-19 19:35:40 +02:00
5557f38436 Simplify signing code 2020-04-19 13:44:44 +02:00
c23b49502e Add http signature to outgoing apub requests 2020-04-18 20:54:20 +02:00
cd2d4dee74 Fix bug in whitelist implementation 2020-04-18 17:17:25 +02:00
19fd788e72 Implement instance whitelist 2020-04-17 19:34:18 +02:00
8189425ad9 Added documentation for most functions 2020-04-17 17:33:55 +02:00
7d152c81be Some code cleanup and better logging 2020-04-17 16:55:28 +02:00
5ddbe8c627 Remove instance follows 2020-04-17 16:39:03 +02:00
ed77fbda55 Implement search for activitypub IDs 2020-04-17 15:46:08 +02:00
58142e64d0 Send activities to correct inbox, seperate community/user inboxes 2020-04-15 20:12:25 +02:00
Dessalines
249b3a186e Front end federation names and links for users, posts, and communities. 2020-04-14 19:18:13 -04:00
Dessalines
11f1de4bc7 Updating views to add apub actor_id and local columns. 2020-04-14 15:12:19 -04:00
1d45fd2276 Implemented follow/accept 2020-04-14 17:37:23 +02:00
88b17e90ac Get inbox working properly 2020-04-13 15:06:41 +02:00
ddf171f128 Use summary field for post title 2020-04-13 14:13:06 +02:00
5dbb6f642a Added comments about how to federate additional post/user fields 2020-04-12 16:53:55 +02:00
b3a2ddd334 Federate actor public keys 2020-04-10 15:50:40 +02:00
22990515a7 more todos 2020-04-10 14:45:48 +02:00
52a55f8f3e Rename federation-test to federation, puller.rs to fetcher.rs 2020-04-10 13:37:35 +02:00
c648cc8cf3 Add to/cc (and a bunch of todo) 2020-04-10 13:26:06 +02:00
d9657b24a7 Minor code cleanup 2020-04-09 21:26:22 +02:00
f7330bf062 Implement create activity 2020-04-09 21:04:31 +02:00
1836d017f9 Simplify fetch_posts code 2020-04-08 18:39:45 +02:00
507686eaf7 Use instance struct instead of raw string 2020-04-08 18:22:44 +02:00
3320c2d651 Use Url instead of String 2020-04-08 14:37:05 +02:00
45d13145b5 Some refactoring of puller.rs 2020-04-08 14:08:33 +02:00
2c7d1caee6 Improve error handling 2020-04-08 13:23:59 +02:00
d3138f1dc9 Get users federated 2020-04-07 23:02:32 +02:00
cca3a52856 Store remote communities/posts in db, federate posts! 2020-04-07 18:47:19 +02:00
3b18808434 Revert apub endpoint change (again) 2020-04-07 17:34:44 +02:00
77fbecf930 Merge branch 'federation_add_fed_columns' of https://yerbamate.dev/dessalines/lemmy into federation 2020-04-07 17:33:50 +02:00