aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* move attachments to the topMario2022-03-051-5/+5
* fix regressionMario2022-03-041-2/+2
* streamline event activity handlingMario2022-03-041-11/+80
* port some ap quirks from the addonMario2022-03-041-15/+50
* more work on enhanced content filtersMario2022-03-031-2/+34
* port some peertube tweeks from pubcrawl to lib/activityMario2022-03-021-20/+47
* enhanced content filtersMario2022-03-011-9/+12
* make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing ...Mario2022-02-281-7/+11
* add inbound support for quoteUrlMario2022-02-131-0/+38
* make sure we have an arrayMario2022-02-111-2/+2
* revert loggingMario2022-02-081-2/+0