Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deal with inReplyTo array | Mario | 2024-06-04 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 2145207ad2feedde9a1fe73807ef6365664aad79) Co-authored-by: Mario <mario@mariovavti.com> | ||||
* | deal with inReplyTo array + some docu and style | Mario | 2024-02-14 | 1 | -7/+14 |
| | |||||
* | testing JcsEddsa2022 sigs | Mario | 2024-02-01 | 1 | -7/+25 |
| | |||||
* | enable object cash by default, introduce system.cache_expire_days and ↵ | Mario | 2024-01-28 | 1 | -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 cleanup | Mario | 2024-01-27 | 1 | -1/+20 |
| | |||||
* | native repeats continued | Mario | 2024-01-19 | 1 | -1/+1 |
| | |||||
* | only attempt fetch if zotfinger actually returned something | Mario | 2024-01-14 | 1 | -3/+4 |
| | |||||
* | start checking integrity proofs, remove signature prior to verify, iterate ↵ | Mario | 2024-01-13 | 1 | -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 ↵ | Mario | 2024-01-10 | 1 | -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 Vavti | 2023-10-21 | 1 | -1/+1 |
| | | | | before fetching | ||||
* | undefined variable and return null in fetch_local if we did not find ↵ | Mario | 2023-06-16 | 1 | -0/+4 |
| | | | | anything (we also return null in fetch) | ||||
* | deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵ | Mario | 2023-06-16 | 1 | -9/+22 |
| | | | | local items directly | ||||
* | fix parent_mid and thr_parent not set correctly for response activities | Mario | 2023-05-15 | 1 | -0/+1 |
| | |||||
* | use act->objprop() in decode_note() | Mario | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | fix some php warnings | Mario | 2023-02-28 | 1 | -2/+2 |
| | |||||
* | fix syntax for get_compund_property() | Mario | 2023-02-23 | 1 | -1/+2 |
| | |||||
* | port some functions from streams | Mario | 2023-02-23 | 1 | -18/+41 |
| | |||||
* | make actor_store() fetch the actor object if none is provided, remove ↵ | Mario | 2022-09-13 | 1 | -1/+1 |
| | | | | announce from the is_response array and provide a function to find the attributedTo url | ||||
* | php8: fix more warnings | Mario | 2022-09-11 | 1 | -4/+4 |
| | |||||
* | fix issue where an unkown diaspora author was not imported if the comment ↵ | Mario | 2022-08-30 | 1 | -1/+6 |
| | | | | arrived via a relayed activity and a minor css fix | ||||
* | prevent php error and add some doco | Mario | 2022-05-25 | 1 | -1/+5 |
| | |||||
* | collect the accept headers in an array | Mario | 2022-03-03 | 1 | -2/+6 |
| | |||||
* | to reduce overall network fetches cache actors in Activity::fetch() and ↵ | Mario | 2022-02-08 | 1 | -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 ↵ | Mario | 2022-02-03 | 1 | -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 hcard | Mario | 2022-01-31 | 1 | -0/+1 |
| | |||||
* | PHP 8.1 band-aid | Mario Vavti | 2022-01-31 | 1 | -0/+3 |
| | |||||
* | whitespace | Mario | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | some refinement on storing the raw ap message, some comments and make sure ↵ | Mario | 2022-01-27 | 1 | -0/+1 |
| | | | | the AS->raw is always a json string | ||||
* | Announce missing in is_response_activity() | Mario Vavti | 2021-12-11 | 1 | -1/+1 |
| | |||||
* | refactor actor_store and actor cache part 1 | Mario | 2021-09-04 | 1 | -11/+2 |
| | |||||
* | fix regression where authors from non zot6, activitypub networks got ↵ | Mario Vavti | 2021-06-02 | 1 | -2/+3 |
| | | | | dismissed (e.g. relayed diaspora comments) | ||||
* | Ãmake sure we do not deal with diaspora hublocs here | Mario | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -108/+124 |
| | |||||
* | remove announce activity from response activites array | Mario | 2020-12-07 | 1 | -7/+7 |
| | | | (cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3) | ||||
* | code optimisation | Mario | 2020-10-06 | 1 | -5/+10 |
| | |||||
* | some work on improving federation of item_private and make sure we deal with ↵ | Mario | 2020-04-20 | 1 | -4/+9 |
| | | | | an array in array_path_exists() | ||||
* | rework activitystreams events - send invite/event activities instead of ↵ | zotlabs | 2020-01-12 | 1 | -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 fixes | zotlabs | 2019-03-09 | 1 | -1/+4 |
| | |||||
* | support zot location independent urls | zotlabs | 2019-02-18 | 1 | -18/+2 |
| | |||||
* | Organization actor type was missing | zotlabs | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | this is brutal | zotlabs | 2018-11-06 | 1 | -23/+168 |
| | |||||
* | some changes to support plume | zotlabs | 2018-07-01 | 1 | -1/+2 |
| | |||||
* | added variable to store the raw json string as received, since this is ↵ | zotlabs | 2018-04-23 | 1 | -0/+2 |
| | | | | signed and we may need to forward the signed data. | ||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -25/+99 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | change back to the ugly content-type | zotlabs | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | fix namespace parsing issue | zotlabs | 2017-09-20 | 1 | -5/+9 |
| | |||||
* | use frozen jsonld contexts | zotlabs | 2017-09-19 | 1 | -5/+5 |
| | |||||
* | more mastodon testing | zotlabs | 2017-09-17 | 1 | -1/+10 |
| | |||||
* | typo in ldsigs | zotlabs | 2017-09-11 | 1 | -1/+11 |
| | |||||
* | AS2: recipient collection | zotlabs | 2017-08-27 | 1 | -1/+42 |
| |