aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update updates if we are provided an ud_arr or we imported a new xchanMario Vavti2023-04-121-8/+14
|
* use url instead of addr for updates and clean up local_dir_update() and ↵Mario Vavti2023-04-121-24/+13
| | | | update_modtime()
* initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-121-9/+7
| | | | of cleanup
* disable thread listener interface by default and minor fixesMario2023-04-091-8/+10
|
* split up a potentially long running sql queryMario2023-04-081-4/+10
|
* add some explanation and remove loggingMario2023-03-301-0/+5
|
* ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-301-1/+1
| | | | instead rely on the sync delivery.