Darius Kazemi
41f98af3e6
Update message.js
...
Need to specify a `Content-Type` of `application/activity+json` for Mastodon to accept this
2025-03-02 18:56:10 -08:00
Darius Kazemi
0605621b2f
Update user.js
...
Mastodon rejects messages that are "application/json" mime type, which is the default for a .json() call in Express. Have to add the "application/activity+json" Content-Type instead.
2025-03-02 18:55:28 -08:00
Django Doucet
0f35295981
implements noop outbox
2023-05-19 22:54:03 -06:00
Darius Kazemi
8c2349ade6
Merge pull request #8 from PaulKiddle/patch-1
...
sendCreateMessage: Include port in targetDomain
2022-06-23 08:07:48 -07:00
protheory8
06a9a48489
Add Digest header
2020-11-29 13:35:25 +05:00
Fabien Benetou
9d763d577e
closing crypto.generateKeyPair() properly
...
After cloning the repository motivated by https://hacks.mozilla.org/2018/11/decentralizing-social-interactions-with-activitypub/ a syntax error on this file prevented from running the server. Closing crypto.generateKeyPair() properly seemed to prevent the error and the server seems to run properly.
2020-10-03 11:47:55 +02:00
Paul Kiddle
14f2d9d8a6
sendCreateMessage: Include port in targetDomain
...
`url.hostname` excludes port, `url.host` includes it.
2019-06-05 13:04:49 +01:00
Vitaly Takmazov
6e2f7ab8bd
Drop unnecessary native module
2019-05-21 12:17:12 +03:00
Darius Kazemi
49ce163547
Fixing remaining better-sqlite bugs, fixing pleroma messagin
2019-03-26 00:01:34 -07:00
Darius Kazemi
e989126e86
Migrate to better-sqlite3
2019-03-25 22:17:24 -07:00
Darius Kazemi
e2ab4dd51e
Adding a Followers object to the Actor
...
See https://github.com/dariusk/rss-to-activitypub/issues/11 for more
information on why this fix is needed.
2019-03-25 21:26:17 -07:00
Darius Kazemi
62f0fa88dd
Store messages and allow retrieval via the message URI
...
Addresses #1 .
2018-09-24 20:10:39 -07:00
Darius Kazemi
dadd959f23
Make GUIDs of Create and Note objects different
...
Per #1 .
2018-09-15 12:19:12 -07:00
Darius Kazemi
d696a1f465
First commit.
2018-09-15 00:01:19 -07:00