aboutsummaryrefslogtreecommitdiffstats
path: root/include/Import
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change logic of "don't create a status post for this photo upload" and turn ↵friendica2015-03-101-1/+1
| | | | it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync.
* Some Doxygen comments and small cleanups.Klaus Weidenbach2014-12-072-27/+13
|
* provide example import scriptfriendica2014-11-032-0/+376