Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fetch conversations in the background. Otherwise it might sgnificantly delay ↵ | Mario | 2023-04-21 | 2 | -1/+32 | |
| | | | | | | | | delivery | |||||
| * | hotfix: make sure to not pass an empty path to fopen() | Mario | 2023-04-21 | 5 | -10/+30 | |
| | | ||||||
| * | queue and poller testing | Mario | 2023-04-21 | 5 | -37/+25 | |
| | | ||||||
| * | % values in format_poll() should be rounded | Mario | 2023-04-19 | 1 | -8/+8 | |
| | | ||||||
| * | bump version | Mario Vavti | 2023-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | also return deleted channels info in webfinger and document why | Mario Vavti | 2023-04-19 | 1 | -5/+4 | |
| | | ||||||
| * | use empty for check | Mario Vavti | 2023-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2023-04-16 | 1 | -3/+3 | |
| |\ | ||||||
| | * | fix php warning | Mario | 2023-04-16 | 1 | -3/+3 | |
| | | | ||||||
| * | | improved update_directory_entry(), update ud_last even if webfinger failed | Mario Vavti | 2023-04-16 | 1 | -20/+22 | |
| |/ | ||||||
| * | fix php warning | Mario | 2023-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | fix wrong variable | Mario | 2023-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | cleanup | Mario | 2023-04-15 | 1 | -30/+0 | |
| | | ||||||
| * | fix wrong variable | Mario | 2023-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | update es strings as per Manuel | Mario | 2023-04-14 | 2 | -13552/+13636 | |
| | | ||||||
| * | update it string as per Giaco | Mario | 2023-04-14 | 2 | -3/+6 | |
| | | ||||||
| * | this has been moved to cron for now | Mario Vavti | 2023-04-14 | 1 | -11/+0 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2023-04-14 | 1 | -1/+1 | |
| |\ | ||||||
| | * | css fix | Mario | 2023-04-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | improved item_expire() | Mario Vavti | 2023-04-14 | 4 | -40/+34 | |
| |/ | ||||||
| * | update remove_all_xchan_resources() and remove deletion of deprecated conv table | Mario Vavti | 2023-04-13 | 2 | -28/+27 | |
| | | ||||||
| * | Revert "zot_info(): improved check for deleted" | Mario Vavti | 2023-04-13 | 1 | -3/+2 | |
| | | | | | | | | This reverts commit f1667dbbe62dd0dce95aa36071c00b83b9033f0c. | |||||
| * | zot_info(): improved check for deleted | Mario Vavti | 2023-04-13 | 1 | -2/+3 | |
| | | ||||||
| * | prevent duplicate definitions | Mario Vavti | 2023-04-13 | 1 | -3/+11 | |
| | | ||||||
| * | fix wrong array key, check for xchan_deleted with empty() which will also ↵ | Mario Vavti | 2023-04-13 | 2 | -4/+4 | |
| | | | | | | | | catch a possibly already removed xchan (which will be null) and bump version | |||||
| * | remove pre zot6 compatibility tweaks | Mario Vavti | 2023-04-13 | 1 | -13/+0 | |
| | | ||||||
| * | update zotinfo to use as much info as possible from channel since in some ↵ | Mario Vavti | 2023-04-13 | 1 | -13/+7 | |
| | | | | | | | | cases the xchan might be history already | |||||
| * | move colon to the variable | Mario Vavti | 2023-04-12 | 1 | -2/+2 | |
| | | ||||||
| * | rename update_modtime() to update() and only bump ud_date if something ↵ | Mario Vavti | 2023-04-12 | 2 | -44/+16 | |
| | | | | | | | | actually changed | |||||
| * | always call update_modtime() foer now; | Mario Vavti | 2023-04-12 | 1 | -4/+2 | |
| | | ||||||
| * | remouve updates stuff from import_directory_profile() | Mario Vavti | 2023-04-12 | 2 | -9/+3 | |
| | | ||||||
| * | more logging | Mario Vavti | 2023-04-12 | 1 | -1/+2 | |
| | | ||||||
| * | reset ud_last if we had contact and some cleanup | Mario Vavti | 2023-04-12 | 3 | -49/+35 | |
| | | ||||||
| * | deprecate ud_flags and ud_arr in import_xchan() | Mario Vavti | 2023-04-12 | 2 | -12/+4 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2023-04-12 | 1 | -5/+2 | |
| |\ | ||||||
| | * | update updates if anything changed | Mario | 2023-04-12 | 1 | -5/+2 | |
| | | | ||||||
| * | | deprecate flags and transaction_id and only return results which are ↵ | Mario Vavti | 2023-04-12 | 2 | -11/+5 | |
| |/ | | | | | | | currently updated | |||||
| * | fix php warning | Mario Vavti | 2023-04-12 | 1 | -1/+6 | |
| | | ||||||
| * | adjust check | Mario Vavti | 2023-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | update updates if we are provided an ud_arr or we imported a new xchan | Mario Vavti | 2023-04-12 | 1 | -8/+14 | |
| | | ||||||
| * | use url instead of addr for updates and clean up local_dir_update() and ↵ | Mario Vavti | 2023-04-12 | 4 | -101/+81 | |
| | | | | | | | | update_modtime() | |||||
| * | initial commit directory sync rewrite - should work but still requires lots ↵ | Mario Vavti | 2023-04-12 | 7 | -29/+101 | |
| | | | | | | | | of cleanup | |||||
* | | Merge branch 'dev' | Mario | 2023-04-09 | 1 | -2/+1 | |
|\| | ||||||
| * | set ud_last after successfully probing a channel | Mario | 2023-04-09 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'dev' | Mario | 2023-04-09 | 1 | -1/+2 | |
|\| | ||||||
| * | Revert "make sure to update ud_last timestamp if we successfully fingered a ↵ | Mario | 2023-04-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | channel" This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c. | |||||
* | | Merge branch 'dev' | Mario | 2023-04-09 | 1 | -2/+1 | |
|\| | ||||||
| * | make sure to update ud_last timestamp if we successfully fingered a channel | Mario | 2023-04-09 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'dev' | Mario | 2023-04-09 | 13 | -51/+194 | |
|\| | ||||||
| * | disable thread listener interface by default and minor fixes | Mario | 2023-04-09 | 2 | -10/+28 | |
| | |