aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fix php warningMario Vavti2023-04-291-1/+1
| |/ |/|
* | mastodon says hashtag is a subset of link - issue #1750Mario Vavti2023-04-281-2/+2
| |
* | fix and document edge caseMario Vavti2023-04-281-0/+8
| |
* | fix column nameMario Vavti2023-04-281-1/+1
| |
* | slightly refactor dir syncMario Vavti2023-04-282-32/+24
| |
* | more dir sync testingMario Vavti2023-04-281-3/+13
| |
* | remove updates entry if a xchan_hash mismatch is encounteredMario Vavti2023-04-271-0/+30
| |
* | adjust args in libzotdir update and some dir sync fixesMario Vavti2023-04-272-4/+6
| |
* | remove loggingMario Vavti2023-04-271-2/+0
|/
* fix php errorMario Vavti2023-04-271-1/+5
|
* update doco and fix safemodeMario Vavti2023-04-271-4/+3
|
* for flag updates also match site directory and ud hostMario Vavti2023-04-271-1/+4
|
* initial commit for directory flags federationMario Vavti2023-04-262-21/+47
|
* dirsync update columnMario Vavti2023-04-261-2/+2
|
* 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-232-3/+3
|
* improved fetch_conversation()Mario Vavti2023-04-232-18/+19
|
* add the conversation endpoint and implement paginated fetch for zot requests ↵Mario2023-04-231-1/+1
| | | | in mod item
* Fetch conversations in the background. Otherwise it might sgnificantly delay ↵Mario2023-04-211-1/+1
| | | | delivery
* queue and poller testingMario2023-04-212-20/+6
|
* use empty for checkMario Vavti2023-04-161-1/+1
|
* improved update_directory_entry(), update ud_last even if webfinger failedMario Vavti2023-04-161-20/+22
|
* fix wrong variableMario2023-04-161-1/+1
|
* fix wrong variableMario2023-04-151-1/+1
|
* update it string as per GiacoMario2023-04-141-2/+5
|
* improved item_expire()Mario Vavti2023-04-141-1/+6
|
* 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
* move colon to the variableMario Vavti2023-04-121-2/+2
|
* rename update_modtime() to update() and only bump ud_date if something ↵Mario Vavti2023-04-122-44/+16
| | | | actually changed
* always call update_modtime() foer now;Mario Vavti2023-04-121-4/+2
|
* remouve updates stuff from import_directory_profile()Mario Vavti2023-04-122-9/+3
|
* reset ud_last if we had contact and some cleanupMario Vavti2023-04-121-22/+28
|
* deprecate ud_flags and ud_arr in import_xchan()Mario Vavti2023-04-122-12/+4
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2023-04-121-5/+2
|\
| * update updates if anything changedMario2023-04-121-5/+2
| |
* | deprecate flags and transaction_id and only return results which are ↵Mario Vavti2023-04-121-1/+1
|/ | | | currently updated
* fix php warningMario Vavti2023-04-121-1/+6
|
* 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-122-94/+75
| | | | update_modtime()
* initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-123-20/+65
| | | | of cleanup
* set ud_last after successfully probing a channelMario2023-04-091-2/+1
|
* Revert "make sure to update ud_last timestamp if we successfully fingered a ↵Mario2023-04-091-1/+2
| | | | | | channel" This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c.
* make sure to update ud_last timestamp if we successfully fingered a channelMario2023-04-091-2/+1
|
* disable thread listener interface by default and minor fixesMario2023-04-092-10/+28
|