aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* add the conversation endpoint and implement paginated fetch for zot requests ...Mario2023-04-231-1/+1
* 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 resul...Mario2023-03-141-3/+24
* only set owner to observer if the item is not fetched otherwise the comment a...Mario2023-03-091-4/+8
* add fixmeMario2023-03-031-0/+4
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-11/+2
* some work on bringing bang tags back for forumsMario2023-03-021-2/+11
* Default owner_xchan to $observer (sender) in Activity::store() - this is beca...Mario2023-02-271-0/+1
* 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
* 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 mult...Mario2023-01-121-1/+8
* fix race conditions when processing multiple choice pollsMario2023-01-111-4/+24
* look for iconfig at the right place, fix mod sharedwithme, comment out unused...Mario2022-12-031-3/+5
* 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
* fix php warningsMario2022-10-261-7/+8
* fix various issuesMario2022-10-211-4/+4
* fix php warningsMario2022-10-201-4/+4
* fix php warningsMario Vavti2022-10-201-1/+1
* fix php warningsMario Vavti2022-10-181-0/+8
* fix php warningsMario2022-10-121-4/+4
* remove dead code and deal with conv privacy mismatches in Activity::store()Mario2022-10-121-13/+18
* fix warnings and regressionsMario2022-09-151-1/+1
* php8: warning fixesMario2022-09-141-8/+12
* make actor_store() fetch the actor object if none is provided, remove announc...Mario2022-09-131-19/+61
* php8: fix more warningsMario2022-09-111-9/+13
* fix issue where an unkown diaspora author was not imported if the comment arr...Mario2022-08-301-0/+13
* do not escape tags here since it will destroy additional query paramsMario2022-08-211-1/+1
* Activity: check for other forms of as:Public, Search: make sure to run htmlsp...Mario2022-08-211-2/+1
* only decode attachment and iconfig for nonresponse activitiesMario Vavti2022-08-041-9/+9
* streamline inbound attachment handling and fix regression from issue #1679Mario2022-05-231-22/+74
* rendering fixesMario2022-05-191-12/+12
* fix php errorsMario2022-05-141-3/+3
* update queries in mod search - fixes #1677Mario2022-05-111-0/+1
* deal with pleroma reactionsMario2022-05-101-0/+8
* use rev instead of _updated and the unix timestamp is less likely to cause is...Mario2022-05-091-1/+1
* add the update date to the icon url. some platforms will not update if the ic...Mario2022-05-071-1/+1
* fix regression with incoming poll answers from activitypubMario Vavti2022-04-231-1/+1
* move AP addressing to pubcrawlMario Vavti2022-04-071-122/+14
* fixes in regard to hub re-installs: dismiss deleted hublocs, make sure we use...Mario2022-04-011-2/+2
* make sure an announce does not overwrite an item we already have and make sur...Mario2022-03-111-0/+7
* support for hs2019Mario2022-03-101-3/+4