aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ActivityStreams.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mario2024-01-281-0/+2
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* 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 ↵Mario2024-01-131-6/+50
| | | | trough the array to find the desired ekey in actor_store()
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-101-0/+1
| | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
* use Activity::get_actor() which will check for the cache record in xconfig ↵Mario Vavti2023-10-211-1/+1
| | | | before fetching
* undefined variable and return null in fetch_local if we did not find ↵Mario2023-06-161-0/+4
| | | | anything (we also return null in fetch)
* deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵Mario2023-06-161-9/+22
| | | | local items directly
* 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 ↵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
|