aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant variable and provide missing phpdocMario2021-10-101-0/+1
|
* make sure to not include removed channels in xrd or webfinger queriesMario2021-10-092-42/+37
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-093-23/+14
|\
| * use Libzot::fetch_conversation to fetch conversations from search and add an ↵Mario2021-10-092-22/+13
| | | | | | | | optional force argument to process_delivery
| * remove hz_syslog and deal with intro notifications in the messages widgetMario2021-10-082-2/+2
| |
| * update composer libsMario2021-10-081-1/+1
| |
* | mod import: only run automatic content and files import if api version is ↵Mario Vavti2021-10-091-16/+21
|/ | | | compatible
* simplifyMario2021-10-061-19/+14
|
* really de-duplicate entries for dead hubsMario2021-10-061-16/+19
|
* do not show duplicate entries for dead hubsMario2021-10-061-1/+3
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-061-15/+79
|\
| * implement sync logic in mod appmanMario2021-10-061-15/+79
| |
* | move sync logic for apps to mod appman. this way we can re-use the functions ↵Mario Vavti2021-10-062-52/+33
|/ | | | without creating sync loops.
* disable app sync due to a possible loopMario2021-10-041-2/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-041-0/+3
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-041-0/+1
| |\
| * | unset id before syncingMario2021-10-041-0/+3
| | |
* | | also sync the undestroy actionMario Vavti2021-10-041-7/+7
| |/ |/|
* | more app syncMario Vavti2021-10-041-0/+1
|/
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-042-5/+9
|\
| * app sync fixes - part 1Mario2021-10-042-5/+9
| |
* | app sync fixes - part 2Mario Vavti2021-10-041-10/+13
|/
* provide system app syncMario2021-10-042-2/+11
|
* commment out deprecated codeMario2021-10-041-4/+4
|
* fix typoMario2021-10-041-1/+1
|
* fix site lookup and minor cleanupMario2021-10-041-22/+40
|
* mod locs: do not show drop icon for local clones and get rid of redundant ↵Mario2021-10-031-6/+2
| | | | for loop
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-033-8/+12
|\
| * clone channel delete issues - part 1Mario Vavti2021-10-033-8/+12
| |
* | clone channel delete issues - part 2Mario2021-10-032-3/+13
|/
* make sure we have a sender hereMario2021-10-031-0/+4
|
* fix typoMario2021-10-031-2/+0
|
* remove redundant query and exit with status 410 if channel was removedMario2021-10-031-8/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-032-2/+2
|\
| * add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-032-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 10Mario2021-10-031-2/+2
|/
* fix removed channels counted for max id check and disable moving until we ↵Mario2021-10-021-2/+2
| | | | decide what to do with it
* also check for vnotifyMario Vavti2021-10-011-2/+5
|
* only show sse pubs if the app is installedMario Vavti2021-10-011-0/+8
|
* only bootstrap pubs if the app is installedMario Vavti2021-10-011-1/+1
|
* import_progress: deal with the situation where items/files are being ↵Mario Vavti2021-10-013-12/+40
| | | | imported but there are none to import
* remove redundant noticeMario Vavti2021-10-011-2/+0
|
* only allow resume if we are not completed yetMario Vavti2021-10-011-12/+9
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-012-0/+7
|\
| * improve file upload performance: start uploading next file only after the ↵Mario2021-10-012-0/+7
| | | | | | | | previous finished, make sure to not return when uploading via ajax
* | improve channel import progress pageMario Vavti2021-10-012-16/+47
|/
* wordingMario Vavti2021-09-301-4/+4
|
* minor display changeMario Vavti2021-09-301-1/+2
|
* implement file totals and add mod import_progressMario Vavti2021-09-302-3/+75
|
* provide a very simple status page for content importMario Vavti2021-09-303-12/+37
|