Commit Graph

29 Commits

Author SHA1 Message Date
Shadowfacts 4d48f64f2c
Improve handling of deleted actors 2020-04-15 14:15:37 -04:00
Shadowfacts 77ee132983
Fix errors on actors missing public keys 2020-04-15 13:13:52 -04:00
Shadowfacts f99c85de8d
Remove old logging statement 2019-12-22 18:54:07 -05:00
Shadowfacts f156586508
Fix /ap/actor not redirecting to home page in browsers
Fixes #1
2019-10-10 12:31:49 -04:00
Shadowfacts 715dfe4dfb
Fix new posts not federating out 2019-09-22 18:21:58 -04:00
Shadowfacts 1ceaa15507
Fix returning strings instead of JSON objects as actors on bad responses 2019-09-18 08:39:17 -04:00
Shadowfacts 10a90ea48f
And another one 2019-09-18 08:30:58 -04:00
Shadowfacts b8346c7a19
Fix another error that could occur when an actor doesn't have a public key 2019-09-18 08:28:17 -04:00
Shadowfacts bd24f4e480
Fix error when trying to cache an actor without a public key 2019-09-18 08:25:11 -04:00
Shadowfacts 38b8c34a05
Add nodeinfo support 2019-09-17 14:36:54 -04:00
Shadowfacts 8490156176
Handle actors w/o icons 2019-09-17 14:19:02 -04:00
Shadowfacts eed3c335f2
Fix error on fetching actor
I'm not sure what's actually causing it, but this prevents it from
clogging up the log.
2019-09-16 18:59:21 -04:00
Shadowfacts 897015f3f2
Fix followers 2019-08-18 18:28:08 -04:00
Shadowfacts ce30ca9d34
More federation work 2019-08-18 18:09:28 -04:00
Shadowfacts aea8a2d826
Fix not accepting deletes 2019-08-18 17:15:39 -04:00
Shadowfacts ed2a06f5bb
Remove old code 2019-08-17 15:29:20 -04:00
Shadowfacts 8404479d91
Replaces sqlite with postgres and TypeORM 2019-08-17 14:50:18 -04:00
Shadowfacts 63c679d859
Deduplicate inboxes when federating activities 2019-07-06 14:53:22 -04:00
Shadowfacts 43a3fc1a69
Fix sending incorrect content type for articles 2019-06-30 15:16:08 -04:00
Shadowfacts 4743d69f95
Fix federation issues caused by Delete actor activities 2019-06-30 14:59:39 -04:00
Shadowfacts b44a37de5a
Fix crash when trying to comment 2019-06-29 22:38:47 -04:00
Shadowfacts 2c1f179b52 Fix wrong webfinger subject 2019-04-05 15:30:33 +00:00
Shadowfacts 6a8d8a0501 Fix wrong forceUpdate parameter in getActor 2019-04-05 15:23:24 +00:00
Shadowfacts 9777f72773
Initial comments implementation 2019-03-01 18:42:28 -05:00
Shadowfacts 6b4ea192e1
Cache actors 2019-02-24 10:21:14 -05:00
Shadowfacts 81e2fca2aa
Try to handle Deletes (not currently working) 2019-02-21 19:26:24 -05:00
Shadowfacts 3ddb8ad28f
Store incoming Notes 2019-02-21 19:17:59 -05:00
Shadowfacts 9191a9d987
Validate HTTP signatures 2019-02-20 18:07:29 -05:00
Shadowfacts 2adb93395e
ActivityPub attempt 2: it actually works this time
Use Node.js Express app to serve both statically generated content and
dynamic AP stuff
2019-02-20 17:12:29 -05:00