aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
Commit message (Collapse)AuthorAgeFilesLines
* handle UNO move channel operationredmatrix2016-03-091-11/+9
|
* abconfigredmatrix2016-02-291-0/+15
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-1/+1
| | | | project/version info. Move these out of /boot.php
* provide get_server_role() to abstract different roles and capabilitiesredmatrix2016-02-071-1/+1
|
* fix uno import by disabling for nowredmatrix2016-02-051-0/+9
|
* bring back the ability to ignore a pending connection request without ↵redmatrix2016-01-261-1/+1
| | | | deleting it and without always having it in your face and without jumping through hoops.
* Pass in account_id. Required for bulk identity importer.ken restivo2015-11-181-1/+1
|
* Use provided account_id instead of user's logged in account_id. Necessary ↵ken restivo2015-11-181-3/+3
| | | | for bulk importer.
* Bust out import_account() into a separate function to allow importing ↵ken restivo2015-11-101-3/+13
| | | | accounts by proxy, i.e. for admins to import a channel on behalf of a user.
* more work on import & sync of private mail and conversationsredmatrix2015-10-141-0/+6
|
* add plugin hooks to channel sync/import/exportredmatrix2015-09-231-0/+2
|
* sync likesredmatrix2015-09-101-0/+3
|
* menu import and syncredmatrix2015-09-081-0/+3
|
* work on event syncredmatrix2015-09-071-0/+7
|
* consolidate import_items/sync_itemsredmatrix2015-09-071-50/+4
|
* import and sync chatroomsredmatrix2015-09-031-0/+3
|
* profile import error #34redmatrix2015-09-031-3/+2
|
* start to modularise the clone import and sync functionsredmatrix2015-09-021-204/+30
|
* import appsredmatrix2015-09-011-0/+23
|
* initial work on obj import, rename import_profile_photo to ↵redmatrix2015-09-011-16/+29
| | | | import_xchan_photo to more accurately state its purpose.
* this is a bit harder than anticipated.redmatrix2015-08-311-14/+15
|
* mostly doc tweaks, some import/export workredmatrix2015-08-311-2/+19
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-261-1/+0
|\ | | | | | | | | Conflicts: mod/import.php
| * syntax error in last checkinredmatrix2015-08-261-4/+4
| |
| * import fixesredmatrix2015-08-261-1/+33
| |
* | import fixesredmatrix2015-08-261-2/+15
| |
* | resolve conflictredmatrix2015-08-111-56/+6
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-111-0/+51
|\| | | | | | | | | | | Conflicts: doc/history.md mod/import.php
| * convert abook_flags from hubzilla during cloningredmatrix2015-08-101-4/+30
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-141-0/+1
|\| | | | | | | | | Conflicts: mod/import.php
| * fix import of group membersredmatrix2015-07-141-1/+1
| |
* | group fixes to importredmatrix2015-07-141-4/+14
| |
* | more stuff to resume failed importsredmatrix2015-07-141-1/+13
| |
* | log the import progressredmatrix2015-07-141-3/+9
| |
* | provide resumable imports if things go wrongredmatrix2015-07-141-285/+329
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-141-0/+1
|\| | | | | | | | | Conflicts: mod/connedit.php
* | cleanup of import to allow cross-product import going one way. Note - ↵redmatrix2015-06-301-9/+4
| | | | | | | | items/content are not yet importable
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-301-0/+14
|\|
| * warn if export data file is from an incompatible project or if the DB ↵redmatrix2015-06-291-0/+14
| | | | | | | | version differs significantly from the current DB. This is to avoid people cloning a hubzilla channel back to red and potentially stuffing up the works. Hopefully we can migrate upwards someday. Downwards is always going to be an issue.
* | lots of work on clone/import from redmatrix to hubzilla (won't go back the ↵redmatrix2015-06-301-15/+61
| | | | | | | | other way)
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-211-4/+20
|\| | | | | | | | | | | Conflicts: include/items.php util/messages.po
| * import: Improve the descriptive text for this featureredmatrix2015-06-211-2/+2
| |
| * some diaspora import issues uncovered during dry-run testsredmatrix2015-06-211-6/+6
| |
| * automatically gunzip Diaspora export files if we're on a *nix systemredmatrix2015-06-191-0/+9
| |
| * very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-1/+8
| | | | | | | | json export has to be gunzipped prior to uploading and we're net yet adding connections (which should come soon) and we can't import items until they add guids to the export file - so consider it a work in progress. This first attempt should create a channel and get your profile details setup providing there isn't a nickname conflict on the server. That will also be handled later.
* | convert the abook fieldsredmatrix2015-06-141-2/+2
| |
* | Merge branch 'master' into tresfriendica2015-04-231-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * title missing sending to diaspora (which doesn't support titles but let's ↵friendica2015-02-091-1/+1
| | | | | | | | not go there).
* | that should take care of the bitfields in hublocfriendica2015-01-201-7/+5
|/
* mod/import: try ten times to create a unique webbie if the chosen one is in use.friendica2014-12-181-3/+27
|