enigma-bbs/core/activitypub
Bryan Ashby 0263d8bc5e
Various fixes:
* Fix socket hangup bug in http_util requests
* Disallow users to follow themselves
* GET's to /followers, /following, etc. are not signed; don't try to enforce it
* Fix a couple callbacks
* WIP: Start more on Delete of inbox items
2023-02-25 11:50:30 -07:00
..
activity.js Fix a few more inbox/addressing bugs, cleanup, add methtod to request follow 2023-02-08 21:32:54 -07:00
actor.js Fix up message header for public AP, Undo following, some bugs around following local Actors... 2023-02-24 22:54:19 -07:00
actor_search.js Various fixes: 2023-02-25 11:50:30 -07:00
collection.js Various fixes: 2023-02-25 11:50:30 -07:00
const.js Remove actor_cache; use a special collection 2023-02-20 16:01:16 -07:00
endpoint.js Cleanup 2023-02-06 22:45:01 -07:00
follow_util.js Fix up message header for public AP, Undo following, some bugs around following local Actors... 2023-02-24 22:54:19 -07:00
note.js New MCI for AP subject, show subj and custom info format on config 2023-02-11 20:27:50 -07:00
object.js Fix a few more inbox/addressing bugs, cleanup, add methtod to request follow 2023-02-08 21:32:54 -07:00
settings.js WIP ActivityPub user config 2023-01-31 22:16:19 -07:00
social_manager.js Tidy names 2023-02-20 16:36:34 -07:00
user_config.js ActivityPub Social Manager, and many updates to Search functionality 2023-02-17 21:46:24 -07:00
util.js Fix up message header for public AP, Undo following, some bugs around following local Actors... 2023-02-24 22:54:19 -07:00