aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Import.php
Commit message (Expand)AuthorAgeFilesLines
* minor refactor and store import host for possible later useMario2024-04-051-8/+12
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
* move queueworker to core and bump versionMario2022-12-021-1/+1
* remove library/urlify and use vendor/jbroadway/urlify insteadMario2021-10-221-4/+2
* mod import: formatingMario2021-10-221-85/+91
* mod import: only run automatic content and files import if api version is com...Mario Vavti2021-10-091-16/+21
* fix removed channels counted for max id check and disable moving until we dec...Mario2021-10-021-2/+2
* remove redundant noticeMario Vavti2021-10-011-2/+0
* improve channel import progress pageMario Vavti2021-10-011-2/+4
* provide a very simple status page for content importMario Vavti2021-09-301-7/+16
* revise content import/export part 2Mario Vavti2021-09-291-84/+8
* importer daemons: do not call with zap_compat flag and use return instead of ...Mario2021-09-271-2/+1
* cleanup mod import and implement importer daemons ported from zapMario2021-09-271-205/+293
* remove deprecated mail codeMario2021-05-281-6/+0
* remove zot includesMario2021-05-271-1/+0
* remove more legacy zot quirksMario2021-05-261-3/+2
* remove most legacy zot quirksMario2021-05-261-58/+1
* when importing a channel, make sure we import the xchan before the hubloc - o...Mario2021-04-201-9/+10
* get devHilmar R2021-03-011-2/+3
* refresh_all will be called from the notifier in Daemon/DirectoryMario2020-12-191-5/+0
* use refresh_all in mod importMario2020-12-151-1/+1
* fix missing hubloc_id_url for zot hubloc when importing a channelMario2020-12-141-3/+4
* another import fix and do not allow importing channels < version 4.7.4 for zo...Mario2020-04-051-1/+6
* more mod import fixesMario2020-04-051-2/+2
* fix mod importMario2020-04-051-57/+55
* import/export zot6 hublocs+xchansZot2019-04-261-6/+41
* backslashMario Vavti2019-03-291-1/+1
* missing use declarationMario Vavti2019-03-291-0/+2
* fix typoMario Vavti2019-03-281-2/+2
* another fix for z6_discover() and create a zot6 hubloc if applicableMario Vavti2019-03-281-1/+33
* clone systems apps to the extent possible, auto-configure imagick thumbnail b...Zot2019-03-181-0/+3
* prevent incompatible export files (osada/zap) from being imported. This is to...zotlabs2018-11-271-0/+9
* Respect new table names on importMax Kostikov2018-10-061-2/+2
* Update Import.phpMax Kostikov2018-09-281-1/+1
* new feature (post 3.4): allow a different username to be used when importing.zotlabs2018-05-011-1/+17
* The channel import page seems to have missed the big theme cleanup of the las...zotlabs2018-05-011-8/+11
* hubzilla issue #1149, don't duplicate addressbook entries on repeated channel...zotlabs2018-05-011-4/+20
* trim expects error ... in admin/sitezotlabs2018-03-101-9/+10
* use embed photos javascript widget to select existing photos for profile and ...zotlabs2018-02-231-1/+1
* import: special handling required for channel photo in the xchan record when ...zotlabs2017-10-021-14/+25
* start deprecation of server_rolezotlabs2017-05-291-2/+1
* start using the abook_not_here flag (requires changes in addons, not easily p...zotlabs2017-05-251-0/+4
* abook_not_here flag created to indicate singleton connections which are conne...zotlabs2017-05-031-1/+2
* :lock: Add CSRF protection for import and import_items.Klaus Weidenbach2017-03-301-0/+3
* Add some documentation for import functions.Klaus Weidenbach2017-03-301-11/+10
* Import Module documentation and @-sign replacement.Klaus Weidenbach2017-03-251-111/+115
* import - get rid of 'step system', we should be able to process any import fi...zotlabs2017-02-051-258/+210
* make channel move an option (in addition to cloning)zotlabs2017-02-051-27/+25
* superfluous whitespace cleanupzotlabs2017-01-311-1/+1
* move diaspora account import to the diaspora pluginzotlabs2017-01-311-38/+40