aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
Commit message (Expand)AuthorAgeFilesLines
* fix php warniing in case tgt_type is not setMario Vavti2025-01-241-1/+1
* dismiss entries where primary location data is not complete for some reasonMario Vavti2025-01-051-0/+5
* introduce item_forwardable() and check it before we call the notifier to poss...Mario2024-12-101-1/+1
* pubcrawl: support for inbound add/remove activities and minor cleanupMario2024-12-101-2/+3
* Libzot: remove commented code which duplicates code in Activity::decode_note()Mario2024-12-071-21/+0
* Ãfix issue where poll updates were dismissed due to missing edited update, f...Mario2024-12-061-2/+2
* an attempt to fix some comments on/off anomaliesMario2024-12-061-1/+2
* filtering censored xchans in mod pubstream queries has possible performance i...Mario2024-12-051-8/+10
* fix undefined variablesMario2024-11-171-1/+1
* remove extensiv logging to syslogMario Vavti2024-11-091-12/+1
* refactor drop_item[s]() for containersMario Vavti2024-11-081-10/+9
* document some special handlingMario Vavti2024-10-101-3/+7
* containers: send add in mod like, send remove on deleteMario Vavti2024-10-091-2/+0
* more work on porting containers from streamsMario Vavti2024-10-091-12/+109
* start containersMario2024-10-061-0/+1
* Libzot: get_rpost_path was broken for URL's with no port.Harald Eilertsen2024-05-011-2/+7
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-21/+22
* passing null to mb_strlen() is deprecatedMario2024-03-081-2/+2
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-291-1/+0
* AS2Mario2024-02-251-1/+1
* mark items verified in zot delivery also if either LDSignature or EddsaSignat...Mario2024-02-081-2/+2
* whitespaceMario2024-02-081-2/+0
* update docu and remove redundant pernission check after vonv fetch fixesMario2024-02-071-4/+1
* add uuid to dreport for internal use and and fix issues with conversation fet...Mario2024-02-071-24/+32
* introduce Activity::init_background_fetch() and refactor zotconvo to implemen...Mario2024-01-291-3/+9
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-251-13/+2
* restructure Libzot::process_delivery()Mario2024-01-241-152/+160
* fix issue where if an item is created and deleted again before the notifier h...Mario Vavti2024-01-241-1/+1
* native repeats continuedMario2024-01-191-17/+14
* fix wrong array keyMario2024-01-141-1/+1
* start storing epubkeys in libzotMario2024-01-131-1/+4
* expose epubkey in zotinfoMario2024-01-131-0/+1
* return if we could not fetch the authorMario Vavti2023-12-141-8/+7
* some low level work on native repeatsMario2023-11-091-18/+24
* check if required keys are setMario2023-11-071-1/+1
* remove loggingMario2023-11-071-1/+0
* libzot: correctly attribute streams repeatsMario2023-11-071-4/+17
* slightly less noise when logging normalMario Vavti2023-10-251-1/+1
* if the item is sourced and provides an event add it to the calendarMario2023-09-281-1/+8
* use function to get actor hublocsMario2023-06-181-6/+2
* slightly refactor dir syncMario Vavti2023-04-281-4/+1
* adjust args in libzotdir update and some dir sync fixesMario Vavti2023-04-271-1/+1
* fix php errorMario Vavti2023-04-271-1/+5
* initial commit for directory flags federationMario Vavti2023-04-261-1/+1
* improved fetch_conversation()Mario Vavti2023-04-231-15/+16
* Fetch conversations in the background. Otherwise it might sgnificantly delay ...Mario2023-04-211-1/+1
* fix wrong variableMario2023-04-161-1/+1
* Revert "zot_info(): improved check for deleted"Mario Vavti2023-04-131-3/+2
* zot_info(): improved check for deletedMario Vavti2023-04-131-2/+3
* fix wrong array key, check for xchan_deleted with empty() which will also cat...Mario Vavti2023-04-131-3/+3