aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
Commit message (Collapse)AuthorAgeFilesLines
* fix undefined variablesMario5 days1-1/+1
|
* remove extensiv logging to syslogMario Vavti12 days1-12/+1
|
* refactor drop_item[s]() for containersMario Vavti13 days1-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 ↵Mario2024-02-081-2/+2
| | | | EddsaSignature verified
* 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 ↵Mario2024-02-071-24/+32
| | | | fetches
* introduce Activity::init_background_fetch() and refactor zotconvo to ↵Mario2024-01-291-3/+9
| | | | implement it
* 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 ↵Mario Vavti2024-01-241-1/+1
| | | | has completed the queueworker will dismiss the delete because it looks like a duplicate entry
* 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
| | | | delivery
* fix wrong variableMario2023-04-161-1/+1
|
* Revert "zot_info(): improved check for deleted"Mario Vavti2023-04-131-3/+2
| | | | This reverts commit f1667dbbe62dd0dce95aa36071c00b83b9033f0c.
* zot_info(): improved check for deletedMario Vavti2023-04-131-2/+3
|
* fix wrong array key, check for xchan_deleted with empty() which will also ↵Mario Vavti2023-04-131-3/+3
| | | | catch a possibly already removed xchan (which will be null) and bump version
* remove pre zot6 compatibility tweaksMario Vavti2023-04-131-13/+0
|
* update zotinfo to use as much info as possible from channel since in some ↵Mario Vavti2023-04-131-13/+7
| | | | cases the xchan might be history already
* rename update_modtime() to update() and only bump ud_date if something ↵Mario Vavti2023-04-121-2/+4
| | | | actually changed
* always call update_modtime() foer now;Mario Vavti2023-04-121-4/+2
|
* remouve updates stuff from import_directory_profile()Mario Vavti2023-04-121-1/+1
|
* deprecate ud_flags and ud_arr in import_xchan()Mario Vavti2023-04-121-11/+3
|
* update updates if anything changedMario2023-04-121-5/+2
|
* adjust checkMario Vavti2023-04-121-1/+1
|