aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Import.php
Commit message (Collapse)AuthorAgeFilesLines
* another import fix and do not allow importing channels < version 4.7.4 for ↵Mario2020-04-051-1/+6
| | | | zot6 compatibility reasons
* 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 ↵Zot2019-03-181-0/+3
| | | | binary during setup if possible
* prevent incompatible export files (osada/zap) from being imported. This is ↵zotlabs2018-11-271-0/+9
| | | | to keep your DB from getting trashed. We probably need a similar thing for item import since the object formats aren't compatible
* 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 ↵zotlabs2018-05-011-8/+11
| | | | last couple of years.
* hubzilla issue #1149, don't duplicate addressbook entries on repeated ↵zotlabs2018-05-011-4/+20
| | | | channel imports
* 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
| | | | cover photos
* import: special handling required for channel photo in the xchan record when ↵zotlabs2017-10-021-14/+25
| | | | not seizing 'primary'
* start deprecation of server_rolezotlabs2017-05-291-2/+1
|
* start using the abook_not_here flag (requires changes in addons, not easily ↵zotlabs2017-05-251-0/+4
| | | | portable to hubzilla)
* abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-031-1/+2
| | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented.
* :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
| | | | | If you copy the identity from your profile page the @-sign is invalid for the import and fails. Replace it for convenience.
* import - get rid of 'step system', we should be able to process any import ↵zotlabs2017-02-051-258/+210
| | | | file at any time.
* 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
|
* channel export - use a selected list of functional data categories to ↵zotlabs2017-01-311-0/+3
| | | | export; this allows one to export single data sets instead of always exporting everything we know about
* fix typosMario Vavti2017-01-311-1/+1
|
* consolidate hubloc storagezotlabs2017-01-301-16/+17
|
* finish remaining places where xchan_store_lowlevel needs to be usedzotlabs2017-01-291-19/+21
|
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-0/+3
|
* channel move stuff (disabled currently because not yet complete)zotlabs2017-01-091-3/+6
|
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-29/+8
|
* remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-121-13/+13
| | | | which is driver dependent
* When importing a channel from another server, try to auto-discover the best ↵zotlabs2016-10-111-10/+14
| | | | available api path.
* some changes merged from wrong branch... new function channel_reddress() ↵redmatrix2016-09-171-2/+2
| | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
* more perms workredmatrix2016-07-181-0/+9
|
* change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-231-2/+1
| | | | mistake in retrospect
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-2/+4
| | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored
* more db column renamesredmatrix2016-05-311-1/+5
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+2
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* module updatesredmatrix2016-04-181-0/+553