aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* store the actor cache date so we can easily invalidate it after a period of timeMario2023-09-211-6/+3
* more type checkingMario2023-09-151-2/+2
* test refactor the previous commitMario Vavti2023-08-211-4/+7
* allow public stream comments/reactions if item_fetched is set, when fetching ...Mario Vavti2023-08-211-4/+3
* only try to fetch the icon if we actually got oneMario2023-08-141-3/+7
* move profile photo fetching to backgroundMario2023-08-141-9/+1
* fix regression after recent changesMario2023-07-051-1/+1
* make sure to return infos from current hub where applicable - fix issue #1770Mario2023-07-031-17/+12
* make sure to not allow moderation of poll answersMario2023-06-291-8/+12
* remove loggingMario2023-06-241-3/+1
* fix relaying and syncing in Activity::drop(), change wording for moderation r...Mario2023-06-231-3/+9
* implement optional moderation of unsolicited comments, minor css fixes and so...Mario2023-06-231-6/+16
* 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 anything...Mario2023-06-161-1/+1
* deprecate ActivityStreams::fetch() and provide the possibility to fetch local...Mario2023-06-161-2/+19
* 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 loc...Mario2023-05-241-4/+7
* instead of setting the value to 0 just continue so that already existing valu...Mario2023-05-191-1/+1
* 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
* 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