aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ActivityStreams.php
Commit message (Collapse)AuthorAgeFilesLines
* fix some php warningsMario2023-02-281-2/+2
|
* fix syntax for get_compund_property()Mario2023-02-231-1/+2
|
* port some functions from streamsMario2023-02-231-18/+41
|
* make actor_store() fetch the actor object if none is provided, remove ↵Mario2022-09-131-1/+1
| | | | announce from the is_response array and provide a function to find the attributedTo url
* php8: fix more warningsMario2022-09-111-4/+4
|
* fix issue where an unkown diaspora author was not imported if the comment ↵Mario2022-08-301-1/+6
| | | | arrived via a relayed activity and a minor css fix
* prevent php error and add some docoMario2022-05-251-1/+5
|
* collect the accept headers in an arrayMario2022-03-031-2/+6
|
* to reduce overall network fetches cache actors in Activity::fetch() and ↵Mario2022-02-081-1/+1
| | | | fetch the ldsig creator with get_actor() instead of get_compound_property() so that it will check the cache before actually fetching
* move JSalmon stuff from the data to the meta field in Lib ActivityStreams ↵Mario2022-02-031-7/+7
| | | | and some more refinement on storing the raw ap and diaspora data in iconfig
* more work on relaying zap and diaspora, fix mod hcardMario2022-01-311-0/+1
|
* PHP 8.1 band-aidMario Vavti2022-01-311-0/+3
|
* whitespaceMario2022-01-271-1/+1
|
* some refinement on storing the raw ap message, some comments and make sure ↵Mario2022-01-271-0/+1
| | | | the AS->raw is always a json string
* Announce missing in is_response_activity()Mario Vavti2021-12-111-1/+1
|
* refactor actor_store and actor cache part 1Mario2021-09-041-11/+2
|
* fix regression where authors from non zot6, activitypub networks got ↵Mario Vavti2021-06-021-2/+3
| | | | dismissed (e.g. relayed diaspora comments)
* Ãmake sure we do not deal with diaspora hublocs hereMario2021-05-171-1/+1
|
* get devHilmar R2021-03-011-108/+124
|
* remove announce activity from response activites arrayMario2020-12-071-7/+7
| | | (cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3)
* code optimisationMario2020-10-061-5/+10
|
* some work on improving federation of item_private and make sure we deal with ↵Mario2020-04-201-4/+9
| | | | an array in array_path_exists()
* rework activitystreams events - send invite/event activities instead of ↵zotlabs2020-01-121-0/+6
| | | | create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional.
* authenticated fetch fixeszotlabs2019-03-091-1/+4
|
* support zot location independent urlszotlabs2019-02-181-18/+2
|
* Organization actor type was missingzotlabs2018-11-231-1/+1
|
* this is brutalzotlabs2018-11-061-23/+168
|
* some changes to support plumezotlabs2018-07-011-1/+2
|
* added variable to store the raw json string as received, since this is ↵zotlabs2018-04-231-0/+2
| | | | signed and we may need to forward the signed data.
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-25/+99
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* change back to the ugly content-typezotlabs2017-09-201-1/+1
|
* fix namespace parsing issuezotlabs2017-09-201-5/+9
|
* use frozen jsonld contextszotlabs2017-09-191-5/+5
|
* more mastodon testingzotlabs2017-09-171-1/+10
|
* typo in ldsigszotlabs2017-09-111-1/+11
|
* AS2: recipient collectionzotlabs2017-08-271-1/+42
|
* add namespaces to activitystreams parserzotlabs2017-08-201-12/+53
|
* move activitystreams parser back to core; we will eventually need it in core ↵zotlabs2017-08-171-0/+94
utilities