aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ActivityStreams.php
Commit message (Expand)AuthorAgeFilesLines
* deal with inReplyTo arrayMario2024-05-151-1/+1
* deal with inReplyTo array + some docu and styleMario2024-02-141-7/+14
* testing JcsEddsa2022 sigsMario2024-02-011-7/+25
* enable object cash by default, introduce system.cache_expire_days and default...Mario2024-01-281-0/+2
* implement short time object cache to reduce network calls and some cleanupMario2024-01-271-1/+20
* native repeats continuedMario2024-01-191-1/+1
* only attempt fetch if zotfinger actually returned somethingMario2024-01-141-3/+4
* start checking integrity proofs, remove signature prior to verify, iterate tr...Mario2024-01-131-6/+50
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ...Mario2024-01-101-0/+1
* use Activity::get_actor() which will check for the cache record in xconfig be...Mario Vavti2023-10-211-1/+1
* undefined variable and return null in fetch_local if we did not find anything...Mario2023-06-161-0/+4
* deprecate ActivityStreams::fetch() and provide the possibility to fetch local...Mario2023-06-161-9/+22
* fix parent_mid and thr_parent not set correctly for response activitiesMario2023-05-151-0/+1
* use act->objprop() in decode_note()Mario2023-05-101-1/+1
* 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 announc...Mario2022-09-131-1/+1
* php8: fix more warningsMario2022-09-111-4/+4
* fix issue where an unkown diaspora author was not imported if the comment arr...Mario2022-08-301-1/+6
* 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 fetch...Mario2022-02-081-1/+1
* move JSalmon stuff from the data to the meta field in Lib ActivityStreams and...Mario2022-02-031-7/+7
* 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 th...Mario2022-01-271-0/+1
* 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 dismisse...Mario Vavti2021-06-021-2/+3
* Ã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
* 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
* rework activitystreams events - send invite/event activities instead of creat...zotlabs2020-01-121-0/+6
* 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 signed...zotlabs2018-04-231-0/+2
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-25/+99
* 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