| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | fix typo | Mario | 2021-10-03 | 2 | -3/+1 |
* | | remove redundant query and exit with status 410 if channel was removed | Mario | 2021-10-03 | 1 | -8/+1 |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-03 | 4 | -24/+31 |
|\ \ |
|
| * \ | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-03 | 2 | -10/+10 |
| |\ \ |
|
| * | | | add optional $removed argument to channelx_by functions to allow inclusion of... | Mario Vavti | 2021-10-03 | 4 | -24/+31 |
* | | | | channel_purge: raise limit by factor of 10 | Mario | 2021-10-03 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | sigh... | Mario | 2021-10-02 | 1 | -12/+11 |
* | | | another try on pg test | Mario | 2021-10-02 | 1 | -11/+12 |
* | | | nope - disable pg test until the issue is resolved | Mario | 2021-10-02 | 1 | -7/+7 |
* | | | another try to fix pg test | Mario | 2021-10-02 | 1 | -3/+3 |
* | | | see if this fixes pgsql test issue | Mario | 2021-10-02 | 1 | -2/+2 |
* | | | nav move header outsite of container - fixes app sticking above header when s... | Mario | 2021-10-02 | 1 | -3/+3 |
|/ / |
|
* | | fix removed channels counted for max id check and disable moving until we dec... | Mario | 2021-10-02 | 2 | -3/+3 |
* | | cleanup api_auth and make it fetch the identity if we do not have it cached yet | Mario | 2021-10-02 | 1 | -43/+56 |
* | | also check for vnotify | Mario Vavti | 2021-10-01 | 1 | -2/+5 |
* | | only show sse pubs if the app is installed | Mario Vavti | 2021-10-01 | 1 | -0/+8 |
* | | only bootstrap pubs if the app is installed | Mario Vavti | 2021-10-01 | 1 | -1/+1 |
* | | import_progress: deal with the situation where items/files are being imported... | Mario Vavti | 2021-10-01 | 5 | -27/+57 |
* | | css fixes | Mario | 2021-10-01 | 4 | -13/+17 |
* | | remove redundant notice | Mario Vavti | 2021-10-01 | 1 | -2/+0 |
* | | missing template class logic | Mario Vavti | 2021-10-01 | 1 | -2/+2 |
* | | only allow resume if we are not completed yet | Mario Vavti | 2021-10-01 | 2 | -15/+12 |
* | | remove logging | Mario Vavti | 2021-10-01 | 1 | -12/+0 |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-01 | 7 | -255/+161 |
|\ \ |
|
| * \ | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-01 | 1 | -9/+10 |
| |\ \ |
|
| | * \ | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-09-30 | 1 | -9/+10 |
| | |\ \ |
|
| | | * | | Fix possible storage conversion stuck on file save error | Max Kostikov | 2021-09-29 | 1 | -9/+10 |
| * | | | | improve file upload performance: start uploading next file only after the pre... | Mario | 2021-10-01 | 6 | -246/+151 |
| |/ / / |
|
* / / / | improve channel import progress page | Mario Vavti | 2021-10-01 | 4 | -16/+153 |
|/ / / |
|
* | | | wording | Mario Vavti | 2021-09-30 | 1 | -4/+4 |
* | | | minor display change | Mario Vavti | 2021-09-30 | 1 | -1/+2 |
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-09-30 | 2 | -3/+75 |
|\ \ \ |
|
| * | | | implement file totals and add mod import_progress | Mario Vavti | 2021-09-30 | 3 | -7/+88 |
* | | | | provide files total | Mario | 2021-09-30 | 1 | -4/+18 |
|/ / / |
|
* | | | provide a very simple status page for content import | Mario Vavti | 2021-09-30 | 3 | -12/+37 |
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-09-30 | 15 | -75/+162 |
|\ \ \ |
|
| * | | | a possible fix for the nested list test | Mario | 2021-09-29 | 1 | -2/+2 |
| |/ / |
|
| * | | composer update league/html-to-markdown | Mario | 2021-09-29 | 14 | -73/+160 |
* | | | implement channel purge daemon and send a notifier purge_all message if the x... | Mario Vavti | 2021-09-30 | 1 | -7/+5 |
* | | | add channel purge daemon | Mario Vavti | 2021-09-30 | 1 | -0/+34 |
|/ / |
|
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-09-29 | 2 | -23/+56 |
|\ \ |
|
| * | | revise content import/export part 1 | Mario | 2021-09-29 | 2 | -23/+56 |
* | | | revise content import/export part 2 | Mario Vavti | 2021-09-29 | 6 | -97/+42 |
|/ / |
|
* | | importer daemons: do not call with zap_compat flag and use return instead of ... | Mario | 2021-09-27 | 3 | -17/+16 |
* | | cleanup mod import and implement importer daemons ported from zap | Mario | 2021-09-27 | 1 | -205/+293 |
* | | add importer daemons ported from zap | Mario | 2021-09-27 | 2 | -0/+109 |
* | | add outbox | Mario | 2021-09-27 | 1 | -0/+124 |
* | | support un-starring of apps in app bin | Mario | 2021-09-27 | 3 | -9/+48 |
* | | fix notification panel collapsed state not saved if closed manually | Mario | 2021-09-27 | 1 | -3/+3 |
* | | make sure to also include ap hublocs here. we will select zot6 later in the f... | Mario | 2021-09-26 | 1 | -1/+1 |