Commit Graph

117 Commits

Author SHA1 Message Date
Jeremy Dormitzer
7b2cfa5b56
Create LICENSE 2018-10-18 09:58:38 -04:00
Jeremy Dormitzer
4acb631537
Add README 2018-10-18 09:57:02 -04:00
8d2d75da40 Send accept activities after the follow request has been handled 2018-10-18 07:34:27 -04:00
17766a154d Fix request signatures
Accepting the follow request still isn't working, though...
2018-10-17 08:19:52 -04:00
ccede6a45c [WIP] Add logging; start debugging request signing 2018-10-17 07:08:48 -04:00
71ba6b26ea Put error logs in their own directory 2018-10-12 08:42:36 -04:00
03f171a8fd Decode followers/following json 2018-10-11 07:20:46 -04:00
073d597afa Merge branch 'master' of ssh://git.jeremydormitzer.com:222/jdormit/pterotype 2018-10-10 23:17:15 -04:00
b9224b8a81 Much debugging with mastodon 2018-10-10 23:16:58 -04:00
Jeremy Dormitzer
914dd137a5
Handle the public collection and address activities 2018-10-09 11:57:37 -04:00
a12ea89f92 Make webfinger links an array 2018-10-09 10:08:14 -04:00
1b30055287 Log activation errors if in debug mode 2018-10-09 08:58:25 -04:00
5b80c555d7 Squash bugs mercilessly 2018-10-09 08:50:21 -04:00
7693700ba3 Finish refactor 2018-10-09 07:52:48 -04:00
0ae3d32dd7 [WIP] Begin great schema refactor
I still need to refactor all the activities in includes/server/activities
2018-10-09 07:06:26 -04:00
26df952c68 Lock down posting to outbox 2018-10-08 08:26:02 -04:00
1fa894e087 Fix deleting posts 2018-10-07 23:21:59 -04:00
384bcba338 [WIP] Fix posting bugs
There is still something funky with deletion, I think
2018-10-07 21:18:49 -04:00
26dbfe6d2c [WIP] Handle activity creation on post update/publish/trash 2018-10-07 19:12:45 -04:00
9c371b4720 Sign outbound activities 2018-10-06 08:01:50 -04:00
76abc08dd4 [WIP] Start implementing request signing on inbox delivery 2018-10-04 17:41:17 -04:00
4b3e43baaa Add publicKey field to actor json 2018-10-04 07:09:38 -04:00
133217dd5f Generate key pairs for actors 2018-10-04 06:44:32 -04:00
4bbd53add3 Set up composer, pull in openpgp lib 2018-10-03 08:54:02 -04:00
8359bce0be Implement webfinger discovery 2018-10-03 08:23:41 -04:00
f89dd048a4 [WIP] Register webfinger route 2018-10-02 13:27:29 -04:00
718c7c84a5 Some fixes for the inbox code path 2018-09-30 16:39:42 -04:00
188229a7ab Make the whole outbox code path work 2018-09-30 10:55:04 -04:00
78049c61bf Fix posting to outbox 2018-09-29 09:37:09 -04:00
310fd03848 Bug squashing in the outbox 2018-09-29 08:57:28 -04:00
cc2d40b802 Handle requests from the local server to the local server 2018-09-29 08:57:16 -04:00
93d2268b38 Get request params the right way 2018-09-29 08:56:31 -04:00
d30f4006eb [WIP] Start fixing all the bugs
It's still very broken
2018-09-27 21:41:30 -04:00
185070df16 Dereference objects wherever possible 2018-09-27 20:45:03 -04:00
263ab187ab Fix the require paths 2018-09-27 18:46:21 -04:00
203dd6a556 Implement blog actor 2018-09-27 18:17:40 -04:00
5a02ad1d3b Organize directory structure 2018-09-27 00:10:33 -04:00
66dda542b7 Fix syntax errors and invalid SQL 2018-09-26 00:07:41 -04:00
fd3afcbb16 Implement Undo activity 2018-09-25 23:46:31 -04:00
024e1557b7 Implement inbox forwarding 2018-09-24 17:36:30 -04:00
6120bdde64 Implement followers collection 2018-09-24 08:51:50 -04:00
1f871c53df Implement likes and shares collection for objects 2018-09-24 08:39:54 -04:00
4393c41426 Clean up 'activitypub' references 2018-09-24 08:39:44 -04:00
fa945667f4 Format 2018-09-24 08:06:20 -04:00
a29e86ee16 Implement announce for inbox 2018-09-23 22:22:30 -04:00
124bf8b4ac Implement reject for inbox 2018-09-23 20:30:31 -04:00
5e76224f04 Account for unhandled activities in the outbox 2018-09-23 20:07:46 -04:00
728d7a1c08 Handle Accept activities in the outbox 2018-09-23 19:29:20 -04:00
a0516187c0 Implement accept for inbox and the following collection endpoint 2018-09-22 09:25:35 -04:00
3fb017f7dc Fix db name reference 2018-09-22 09:24:03 -04:00