aboutsummaryrefslogtreecommitdiffstats
path: root/include/Import/import_diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
* code cleanupredmatrix2016-05-241-1/+0
|
* static Appredmatrix2016-03-311-1/+1
|
* menu import and syncredmatrix2015-09-081-1/+4
|
* some diaspora import issues uncovered during dry-run testsredmatrix2015-06-211-6/+4
|
* ensure the photo driver is includedredmatrix2015-06-201-0/+1
|
* import_diaspora - incorrect method for importing channel photo, and add ↵redmatrix2015-06-201-20/+42
| | | | duplicate reddress detection/correction
* wrong logicredmatrix2015-06-191-1/+1
|
* import_diaspora - a few more atypical settingsredmatrix2015-06-191-3/+19
|
* import_diaspora: add all the friendsredmatrix2015-06-191-4/+13
|
* very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-0/+100
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.