aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* use small profile images instead of mediumMario2023-09-171-2/+2
|
* more type checkingMario2023-09-151-2/+2
|
* allow themes to manipulate app icons (photos) via a hookMario2023-09-151-2/+19
|
* an attempt to cache seen item mids for the purpose that we can hide seen ↵Mario2023-09-101-7/+7
| | | | pubstream items from the notifications - might revert if it turns out that it does not scale
* 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
| | | | parent of a reaction fetch the thr_parent
* 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 accesslist in two casesMario2023-07-201-1/+1
|
* basic per item rtl language support - issue ##1780Mario2023-07-131-1/+2
|
* fix regression after recent changesMario2023-07-051-1/+1
|
* Ãfix php warningMario2023-07-031-7/+7
|
* 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
|
* implement inline moderation of reactionsMario2023-06-271-5/+5
|
* remove loggingMario2023-06-241-3/+1
|
* fix relaying and syncing in Activity::drop(), change wording for moderation ↵Mario2023-06-232-6/+19
| | | | request notices and redirect moderation request for reactions to mod moderate
* implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-233-8/+21
| | | | some more work on ocap
* always check pageflags otherwise site specific flags will be overwritten ↵Mario2023-06-211-1/+1
| | | | when a sync package arrives from a clone that has no flags for this channel - fix issue #1769
* make sure to use the correct urlMario Vavti2023-06-181-4/+7
|
* use function to get actor hublocsMario2023-06-182-6/+3
|
* undefined variable and return null in fetch_local if we did not find ↵Mario2023-06-162-1/+5
| | | | anything (we also return null in fetch)
* deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵Mario2023-06-162-11/+41
| | | | local items directly
* 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 ↵Mario2023-05-241-4/+7
| | | | location
* instead of setting the value to 0 just continue so that already existing ↵Mario2023-05-191-1/+1
| | | | values will not be overwritten
* fix parent_mid and thr_parent not set correctly for response activitiesMario2023-05-152-3/+14
|
* 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-102-40/+34
|
* 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
|
* wordingMario2023-05-101-1/+1
|
* make sure we have a xchan and a hubloc - otherwise re-discoverMario2023-05-101-1/+2
|
* slightly more robust get_quote_bbcode()Mario2023-05-051-2/+2
|
* flag new xtags with the xchan flagMario Vavti2023-05-031-2/+8
|
* when flagging an entry also flag its xtags and improved keywords query in ↵Mario Vavti2023-05-031-0/+8
| | | | dirsearch
* make sure config.system.trusted_directory_servers is an arrayMario2023-05-031-1/+1
|
* move trusted directory servers to security and implement in backendMario Vavti2023-04-291-1/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2023-04-291-1/+1
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-04-283-28/+68
| |\
| * | fix regression decoding obj typeMario2023-04-281-1/+1
| | |