gnu-social/plugins/ActivityPub/lib
tenma a0d30b6872 [ActivityPub] Fix some small known problems
ActivityPubPlugin:
- Rework onProfileDeleteRelated to account for the tables _rsa and _pending_follow_requests
- Update onEndShowAccountProfileBlock to stop creating the ap_profile if it doesn't exist (we'll handle this in a different manner)

Activitypub_profile:
- Remove unnecessary code from from_profile method and add return type information

Explorer:
- Update travel_collection to call itself instead of _lookup, that was wrong
2019-11-03 00:43:21 +00:00
..
models [ActivityPub] The protocol allows content to be null, GNU social doesn't, we'll reject silentiously 2019-10-11 19:09:12 +01:00
Activitypub_activityverb2.php [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
activitypubqueuehandler.php [ActivityPub] Use queues for notice distribution 2019-08-21 16:46:38 +01:00
discoveryhints.php [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
explorer.php [ActivityPub] Fix some small known problems 2019-11-03 00:43:21 +00:00
httpsignature.php [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
inbox_handler.php [ActivityPub] Revert usage of bitwise-operator & in the inbox_handler class. 2019-10-17 20:25:00 +01:00
postman.php [ActivityPub] Fix successive "Cannot use object of type stdClass as array" errors in the postman 2019-11-01 02:23:39 +00:00