aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* reveal repeatMario2024-01-011-2/+4
* Revert "changelog"Mario2023-12-201-16/+14
* changelogMario2023-12-201-14/+16
* like in get_cached_actor() also remove fragment in get_actor()Mario2023-11-231-0/+3
* update logger statementsMario2023-10-201-3/+4
* refactor actor_store()Mario2023-10-191-15/+31
* use the correct variableMario2023-10-061-1/+1
* use encode_person() instead of plain xchan_url since the function makes some ...Mario2023-10-061-1/+1
* parse the event object in first place and use the body bbcode as backupMario Vavti2023-10-041-2/+11
* fix php warningsMario2023-09-221-6/+6
* 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