aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Mario2022-09-131-19/+61
| | | | announce from the is_response array and provide a function to find the attributedTo url
* php8: fix more warningsMario2022-09-111-9/+13
|
* fix issue where an unkown diaspora author was not imported if the comment ↵Mario2022-08-301-0/+13
| | | | arrived via a relayed activity and a minor css fix
* 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 ↵Mario2022-08-211-2/+1
| | | | htmlspecialchars_decode on the AP url so that previously encoded chars will be decoded again
* 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 ↵Mario2022-05-091-1/+1
| | | | issues in the future
* add the update date to the icon url. some platforms will not update if the ↵Mario2022-05-071-1/+1
| | | | icon url remains static
* fix regression with incoming poll answers from activitypubMario Vavti2022-04-231-1/+1
|
* move AP addressing to pubcrawlMario Vavti2022-04-071-122/+14
| | | (cherry picked from commit 1390e1db399c06cb76e191437eb5be24dd95a5c7)
* fixes in regard to hub re-installs: dismiss deleted hublocs, make sure we ↵Mario2022-04-011-2/+2
| | | | use the latest hubloc entry for addressing, in Queue::deliver() prefer primaries since their info is probably more accurate
* make sure an announce does not overwrite an item we already have and make ↵Mario2022-03-111-0/+7
| | | | sure it will be a toplevel post
* support for hs2019Mario2022-03-101-3/+4
|