aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* make sure to use the correct urlMario Vavti2023-06-181-4/+7
|
* use function to get actor hublocsMario2023-06-181-0/+1
|
* undefined variable and return null in fetch_local if we did not find ↵Mario2023-06-161-1/+1
| | | | anything (we also return null in fetch)
* deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵Mario2023-06-161-2/+19
| | | | local items directly
* fix string replacement if a match is available more than onceMario2023-06-121-2/+5
|
* ocap initial checkinMario2023-06-021-2/+23
|
* do not parse x-multicode as bbcodeMario2023-05-301-2/+1
|
* fix a possible privacy mismatchMario2023-05-291-0/+10
|
* return hubloc_hash instead of hubloc_id_url for AP and improved check for ↵Mario2023-05-241-4/+7
| | | | location
* instead of setting the value to 0 just continue so that already existing ↵Mario2023-05-191-1/+1
| | | | values will not be overwritten
* fix parent_mid and thr_parent not set correctly for response activitiesMario2023-05-151-3/+13
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2023-05-131-31/+25
|\
| * save a queryMario2023-05-121-28/+23
| |
| * remove outdated commentsMario2023-05-111-3/+2
| |
* | fix regression decoding the uuid for responsesMario Vavti2023-05-131-2/+1
|/
* typoMario2023-05-101-1/+1
|
* use act->objprop() in decode_note()Mario2023-05-101-39/+33
|
* check if we have a type and a hrefMario2023-05-101-0/+4
|
* check if var is set and escape $ sign in ru translationMario2023-05-101-1/+1
|
* slightly more robust get_quote_bbcode()Mario2023-05-051-2/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-04-281-2/+2
|\
| * mastodon says hashtag is a subset of link - issue #1750Mario Vavti2023-04-281-2/+2
| |
* | fix regression decoding obj typeMario2023-04-281-1/+1
|/
* correctly set some perms when our follow request was acceptedMario2023-04-251-4/+10
|
* remove loggingMario2023-04-231-1/+0
|
* fix regression when rendering event itemsMario2023-04-231-1/+1
|
* improved fetch_conversation()Mario Vavti2023-04-231-3/+3
|
* add the conversation endpoint and implement paginated fetch for zot requests ↵Mario2023-04-231-1/+1
| | | | in mod item
* fix wrong variableMario2023-04-151-1/+1
|
* update it string as per GiacoMario2023-04-141-2/+5
|
* in fact this can be removedMario2023-03-241-4/+0
|
* encode object after we have dealt with deleted items and work around a php errorMario2023-03-241-4/+4
|
* initial check in to allow all mentions optionMario2023-03-231-4/+4
|
* work around friendica img attachment has different href than body which ↵Mario2023-03-141-3/+24
| | | | results in duplicate images
* only set owner to observer if the item is not fetched otherwise the comment ↵Mario2023-03-091-4/+8
| | | | author could end up as owner
* add fixmeMario2023-03-031-0/+4
|
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-11/+2
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* some work on bringing bang tags back for forumsMario2023-03-021-2/+11
|
* Default owner_xchan to $observer (sender) in Activity::store() - this is ↵Mario2023-02-271-0/+1
| | | | because in case where an announce holds a relayed activity we drop the announce and process the relayed activity only. In that case actor.id as set in Activity::decode_note() will not be the correct owner. In other cases actor.id and sender should be identical.
* Activity: do not force new thread if the announce is from a group actorMario2023-02-221-1/+5
|
* Activity: set xchan_pubforum if we deal with a group actorMario2023-02-221-3/+6
|
* make sure we provide a created timestamp for likes and remove the workaround ↵Mario Vavti2023-02-161-1/+2
| | | | which returned the wrong date format
* according to spec this should be id instead of hrefMario2023-01-251-2/+2
|
* remove fragment in notifier - it should not be required, when processing ↵Mario2023-01-121-1/+8
| | | | multiple choice polls sleep some time before calling the notifier
* fix race conditions when processing multiple choice pollsMario2023-01-111-4/+24
|
* look for iconfig at the right place, fix mod sharedwithme, comment out ↵Mario2022-12-031-3/+5
| | | | unused configs
* cast the type to update if it is an editMario2022-11-131-1/+6
|
* do not update the guid on xchan/hubloc updates and define some array keysMario2022-11-041-4/+4
|
* wor around shares from streams not rendered correctlyMario2022-11-031-1/+1
|
* rename variable and warning fixesMario2022-11-031-7/+3
|