Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add namespaces to activitystreams parser | zotlabs | 2017-08-20 | 1 | -12/+53 |
| | |||||
* | move activitystreams parser back to core; we will eventually need it in core ↵ | zotlabs | 2017-08-17 | 1 | -0/+94 |
utilities |