aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2023-04-141-1/+1
| |\
| | * css fixMario2023-04-141-1/+1
| | |
| * | improved item_expire()Mario Vavti2023-04-144-40/+34
| |/
| * update remove_all_xchan_resources() and remove deletion of deprecated conv tableMario Vavti2023-04-132-28/+27
| |
| * 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
| |
| * prevent duplicate definitionsMario Vavti2023-04-131-3/+11
| |
| * fix wrong array key, check for xchan_deleted with empty() which will also ↵Mario Vavti2023-04-132-4/+4
| | | | | | | | 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
| |
| * more loggingMario Vavti2023-04-121-1/+2
| |
| * reset ud_last if we had contact and some cleanupMario Vavti2023-04-123-49/+35
| |
| * 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-122-11/+5
| |/ | | | | | | 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-124-101/+81
| | | | | | | | update_modtime()
| * initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-127-29/+101
| | | | | | | | of cleanup
* | Merge branch 'dev'Mario2023-04-091-2/+1
|\|
| * set ud_last after successfully probing a channelMario2023-04-091-2/+1
| |
* | Merge branch 'dev'Mario2023-04-091-1/+2
|\|
| * Revert "make sure to update ud_last timestamp if we successfully fingered a ↵Mario2023-04-091-1/+2
| | | | | | | | | | | | channel" This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c.
* | Merge branch 'dev'Mario2023-04-091-2/+1
|\|
| * make sure to update ud_last timestamp if we successfully fingered a channelMario2023-04-091-2/+1
| |
* | Merge branch 'dev'Mario2023-04-0913-51/+194
|\|
| * disable thread listener interface by default and minor fixesMario2023-04-092-10/+28
| |
| * minor queueworker fixesMario2023-04-082-4/+4
| |
| * split up a potentially long running sql queryMario2023-04-082-4/+12
| |
| * likes not synced between clonesMario Vavti2023-03-311-1/+18
| |
| * add some explanation and remove loggingMario2023-03-302-1/+5
| |
| * version 8.3.1Mario2023-03-301-1/+1
| |
| * ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-303-2/+3
| | | | | | | | instead rely on the sync delivery.
| * do not add not_here, anon, token and rss contacts to receiversMario Vavti2023-03-291-2/+1
| |
| * in fact this can be removedMario2023-03-241-4/+0
| |
| * encode object after we have dealt with deleted items and work around a php errorMario2023-03-242-11/+15
| |
| * initial check in to allow all mentions optionMario2023-03-238-40/+136
| |
* | in fact this can be removedMario2023-03-241-4/+0
| | | | | | (cherry picked from commit 70ca247c88d580870af753315f00e2b105ad21ef)
* | encode object after we have dealt with deleted items and work around a php errorMario2023-03-242-11/+15
| | | | | | (cherry picked from commit 70b3c8080ecb3bafea7dd57ec07a410061b26953)
* | Merge branch 'dev'Mario2023-03-211-1/+1
|\|
| * PHP 8.1 is the required minimum versionMario2023-03-211-1/+1
| |
* | Merge branch '8.2RC'8.2Mario2023-03-191558-102664/+129821
|\ \
| * | version 8.2Mario2023-03-191-1/+1
| | |
| * | Merge branch 'dev' into 8.2RCMario2023-03-191-1/+1
| |\|