Mario
|
25aa7d5738
|
fix activity signer not set
|
2025-11-27 10:10:24 +00:00 |
|
Mario Vavti
|
d11b05de71
|
unserialise is being called in the get method now
|
2025-10-30 19:36:01 +01:00 |
|
Mario
|
7cf7aa397e
|
refactor Lib/ASCache so that we can easily determine cacheable activities (we will not cache limited activities anymore), refactor the Daemon/Convo so that we will not waste a process for each channel (similar to Daemon/Fetchparents)
|
2025-10-26 17:43:10 +00:00 |
|
Mario
|
a2fb2e04f3
|
add support for did:key verificationMethod in checkEddsaSignature()
|
2025-07-14 14:13:34 +00:00 |
|
Mario Vavti
|
126c7f9d62
|
improved tests
|
2025-04-14 17:35:35 +02:00 |
|
Mario
|
2145207ad2
|
deal with inReplyTo array
|
2024-05-15 07:38:07 +00:00 |
|
Mario
|
9859008271
|
deal with inReplyTo array + some docu and style
|
2024-02-14 20:23:02 +00:00 |
|
Mario
|
2e155892fe
|
testing JcsEddsa2022 sigs
|
2024-02-01 16:00:17 +00:00 |
|
Mario
|
09465619e5
|
enable object cash by default, introduce system.cache_expire_days and default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
|
2024-01-28 17:03:05 +00:00 |
|
Mario
|
5e780ba089
|
implement short time object cache to reduce network calls and some cleanup
|
2024-01-27 16:36:26 +00:00 |
|
Mario
|
fa4ab45692
|
native repeats continued
|
2024-01-19 20:10:50 +00:00 |
|
Mario
|
2bbecfe8dd
|
only attempt fetch if zotfinger actually returned something
|
2024-01-14 10:11:20 +00:00 |
|
Mario
|
fa7aa6cedb
|
start checking integrity proofs, remove signature prior to verify, iterate trough the array to find the desired ekey in actor_store()
|
2024-01-13 20:38:34 +00:00 |
|
Mario
|
58593d7da6
|
prepare outbound fep-8b32 (object integrity) but do not enable yet since the 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
|
2024-01-10 13:33:57 +00:00 |
|
Mario Vavti
|
8ea6ead08a
|
use Activity::get_actor() which will check for the cache record in xconfig before fetching
|
2023-10-21 21:42:14 +02:00 |
|
Mario
|
84487edc05
|
undefined variable and return null in fetch_local if we did not find anything (we also return null in fetch)
|
2023-06-16 12:27:08 +00:00 |
|
Mario
|
18b7b3f125
|
deprecate ActivityStreams::fetch() and provide the possibility to fetch local items directly
|
2023-06-16 12:16:22 +00:00 |
|
Mario
|
b50da2d8b7
|
fix parent_mid and thr_parent not set correctly for response activities
|
2023-05-15 08:03:27 +00:00 |
|
Mario
|
abc3545ef9
|
use act->objprop() in decode_note()
|
2023-05-10 20:11:54 +00:00 |
|
Mario
|
ca0bd3ed32
|
fix some php warnings
|
2023-02-28 09:29:39 +00:00 |
|
Mario
|
828087ee8c
|
fix syntax for get_compund_property()
|
2023-02-23 14:54:04 +00:00 |
|
Mario
|
efcda1d37d
|
port some functions from streams
|
2023-02-23 09:51:37 +00:00 |
|
Mario
|
96535ee4df
|
make actor_store() fetch the actor object if none is provided, remove announce from the is_response array and provide a function to find the attributedTo url
|
2022-09-13 11:20:35 +00:00 |
|
Mario
|
480862d714
|
php8: fix more warnings
|
2022-09-11 14:58:40 +00:00 |
|
Mario
|
6421a32520
|
fix issue where an unkown diaspora author was not imported if the comment arrived via a relayed activity and a minor css fix
|
2022-08-30 13:51:59 +00:00 |
|
Mario
|
50782dfb83
|
prevent php error and add some doco
|
2022-05-25 08:34:29 +00:00 |
|
Mario
|
dc3be7ecf7
|
collect the accept headers in an array
|
2022-03-03 11:22:46 +00:00 |
|
Mario
|
a8d87af418
|
to reduce overall network fetches cache actors in Activity::fetch() and fetch the ldsig creator with get_actor() instead of get_compound_property() so that it will check the cache before actually fetching
|
2022-02-08 14:09:54 +00:00 |
|
Mario
|
99dcdee67a
|
move JSalmon stuff from the data to the meta field in Lib ActivityStreams and some more refinement on storing the raw ap and diaspora data in iconfig
|
2022-02-03 11:57:47 +00:00 |
|
Mario
|
df87d6feeb
|
more work on relaying zap and diaspora, fix mod hcard
|
2022-01-31 10:18:58 +00:00 |
|
Mario Vavti
|
6c808abcfc
|
PHP 8.1 band-aid
|
2022-01-31 09:49:00 +01:00 |
|
Mario
|
195a3a6827
|
whitespace
|
2022-01-27 20:28:34 +00:00 |
|
Mario
|
38ecff1220
|
some refinement on storing the raw ap message, some comments and make sure the AS->raw is always a json string
|
2022-01-27 20:27:02 +00:00 |
|
Mario Vavti
|
1a1e6b6810
|
Announce missing in is_response_activity()
|
2021-12-11 10:56:50 +01:00 |
|
Mario
|
c47e21f3a7
|
refactor actor_store and actor cache part 1
|
2021-09-04 07:37:49 +00:00 |
|
Mario Vavti
|
b3df15a3c6
|
fix regression where authors from non zot6, activitypub networks got dismissed (e.g. relayed diaspora comments)
|
2021-06-02 09:41:57 +02:00 |
|
Mario
|
a46e340a13
|
Ãmake sure we do not deal with diaspora hublocs here
|
2021-05-17 09:09:24 +00:00 |
|
Hilmar R
|
c26dede97f
|
get dev
|
2021-03-01 18:48:11 +01:00 |
|
Mario
|
21ac4b5139
|
remove announce activity from response activites array
(cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3)
|
2020-12-07 11:03:03 +01:00 |
|
Mario
|
b37c8bf928
|
code optimisation
|
2020-10-06 08:25:53 +00:00 |
|
Mario
|
244936b0fd
|
some work on improving federation of item_private and make sure we deal with an array in array_path_exists()
|
2020-04-20 09:34:00 +00:00 |
|
zotlabs
|
d3cbbe029c
|
rework activitystreams events - send invite/event activities instead of create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional.
|
2020-01-12 22:41:28 -08:00 |
|
zotlabs
|
51024d3821
|
authenticated fetch fixes
|
2019-03-09 12:58:03 -08:00 |
|
zotlabs
|
175f78fa84
|
support zot location independent urls
|
2019-02-18 18:16:50 -08:00 |
|
zotlabs
|
c5a9b00eae
|
Organization actor type was missing
|
2018-11-23 12:25:05 -08:00 |
|
zotlabs
|
bb8b3b9291
|
this is brutal
|
2018-11-06 20:44:40 -08:00 |
|
zotlabs
|
8c26db63dd
|
some changes to support plume
|
2018-07-01 19:12:45 -07:00 |
|
zotlabs
|
a6c42e8756
|
added variable to store the raw json string as received, since this is signed and we may need to forward the signed data.
|
2018-04-23 21:55:16 -07:00 |
|
Klaus Weidenbach
|
1a737be2b4
|
💡 Improving Doxygen documentation.
Fix some Doxygen parsing errors.
Improve hooks documentation.
|
2017-11-03 23:04:27 +01:00 |
|
zotlabs
|
2e9336beb5
|
change back to the ugly content-type
|
2017-09-20 23:42:57 -07:00 |
|