Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement sync logic in mod appman | Mario | 2021-10-06 | 1 | -15/+79 |
| | |||||
* | disable app sync due to a possible loop | Mario | 2021-10-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-04 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-04 | 1 | -0/+1 |
| |\ | |||||
| * | | unset id before syncing | Mario | 2021-10-04 | 1 | -0/+3 |
| | | | |||||
* | | | also sync the undestroy action | Mario Vavti | 2021-10-04 | 1 | -7/+7 |
| |/ |/| | |||||
* | | more app sync | Mario Vavti | 2021-10-04 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-04 | 2 | -5/+9 |
|\ | |||||
| * | app sync fixes - part 1 | Mario | 2021-10-04 | 2 | -5/+9 |
| | | |||||
* | | app sync fixes - part 2 | Mario Vavti | 2021-10-04 | 1 | -10/+13 |
|/ | |||||
* | provide system app sync | Mario | 2021-10-04 | 2 | -2/+11 |
| | |||||
* | commment out deprecated code | Mario | 2021-10-04 | 1 | -4/+4 |
| | |||||
* | fix typo | Mario | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | fix site lookup and minor cleanup | Mario | 2021-10-04 | 1 | -22/+40 |
| | |||||
* | mod locs: do not show drop icon for local clones and get rid of redundant ↵ | Mario | 2021-10-03 | 1 | -6/+2 |
| | | | | for loop | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-03 | 3 | -8/+12 |
|\ | |||||
| * | clone channel delete issues - part 1 | Mario Vavti | 2021-10-03 | 3 | -8/+12 |
| | | |||||
* | | clone channel delete issues - part 2 | Mario | 2021-10-03 | 2 | -3/+13 |
|/ | |||||
* | make sure we have a sender here | Mario | 2021-10-03 | 1 | -0/+4 |
| | |||||
* | fix typo | Mario | 2021-10-03 | 1 | -2/+0 |
| | |||||
* | 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 | 2 | -2/+2 |
|\ | |||||
| * | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 2 | -2/+2 |
| | | | | | | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there. | ||||
* | | channel_purge: raise limit by factor of 10 | Mario | 2021-10-03 | 1 | -2/+2 |
|/ | |||||
* | fix removed channels counted for max id check and disable moving until we ↵ | Mario | 2021-10-02 | 1 | -2/+2 |
| | | | | decide what to do with it | ||||
* | 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 ↵ | Mario Vavti | 2021-10-01 | 3 | -12/+40 |
| | | | | imported but there are none to import | ||||
* | remove redundant notice | Mario Vavti | 2021-10-01 | 1 | -2/+0 |
| | |||||
* | only allow resume if we are not completed yet | Mario Vavti | 2021-10-01 | 1 | -12/+9 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-01 | 2 | -0/+7 |
|\ | |||||
| * | improve file upload performance: start uploading next file only after the ↵ | Mario | 2021-10-01 | 2 | -0/+7 |
| | | | | | | | | previous finished, make sure to not return when uploading via ajax | ||||
* | | improve channel import progress page | Mario Vavti | 2021-10-01 | 2 | -16/+47 |
|/ | |||||
* | wording | Mario Vavti | 2021-09-30 | 1 | -4/+4 |
| | |||||
* | minor display change | Mario Vavti | 2021-09-30 | 1 | -1/+2 |
| | |||||
* | implement file totals and add mod import_progress | Mario Vavti | 2021-09-30 | 2 | -3/+75 |
| | |||||
* | provide a very simple status page for content import | Mario Vavti | 2021-09-30 | 3 | -12/+37 |
| | |||||
* | add channel purge daemon | Mario Vavti | 2021-09-30 | 1 | -0/+34 |
| | |||||
* | revise content import/export part 2 | Mario Vavti | 2021-09-29 | 3 | -93/+35 |
| | |||||
* | importer daemons: do not call with zap_compat flag and use return instead of ↵ | Mario | 2021-09-27 | 3 | -17/+16 |
| | | | | kill so that queueworker can go on | ||||
* | 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 |
| | |||||
* | make sure to also include ap hublocs here. we will select zot6 later in the ↵ | Mario | 2021-09-26 | 1 | -1/+1 |
| | | | | function if present | ||||
* | always promote the outbox | Mario | 2021-09-26 | 1 | -1/+4 |
| | |||||
* | externals: if dealing with AP profiles also fetch comments. there is no way ↵ | Mario | 2021-09-25 | 1 | -5/+5 |
| | | | | to fetch conversations later | ||||
* | bring back externals (slightly different approach), rename zotfeed to outbox ↵ | Mario | 2021-09-25 | 5 | -224/+95 |
| | | | | for consistency wit AP naming. warning: this commit requires update of addons! | ||||
* | dismiss deleted xchans in query | Mario | 2021-09-25 | 1 | -2/+1 |
| | |||||
* | add zot6 specific handling to onepoll | Mario | 2021-09-23 | 1 | -1/+16 |
| |