summaryrefslogtreecommitdiffstats
path: root/apps/user_migrate
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix export for admin and users. Added 3 admin export typesTom Needham2012-03-161-1/+1
|
* Improve admin_export ui and move system export cde to OC_MigrateTom Needham2012-03-151-1/+1
|
* Fix zip creation. Add param to cleanUp() method. Add defaults to ↵Tom Needham2012-03-141-8/+7
| | | | createExportFile() method.
* move zip creation inside OC_MigrateTom Needham2012-03-131-61/+16
|
* Use data dir from config.phpTom Needham2012-03-131-17/+5
|
* added cleanUp() method to OC_MigrateTom Needham2012-03-131-1/+1
|
* fix structure of user export zipTom Needham2012-03-131-8/+4
|
* json encode the outputTom Needham2012-03-131-1/+1
|
* Find migrate.php even for disabled apps. Improve ui for user and admin ↵Tom Needham2012-03-132-42/+64
| | | | migrations
* Fix copyRows() return value. Generate app info and oc info on returnTom Needham2012-03-121-1/+1
|
* Lots of fixes, improve copyRows() method and update settings page.Tom Needham2012-03-101-10/+9
|
* Use json for migration dataTom Needham2012-03-031-2/+2
|
* Replace db on import. Update user_migration export function.Tom Needham2012-03-031-11/+10
|
* load bookmarks provider classTom Needham2012-02-031-1/+1
|
* more commenting out for debugging, added logging commandsTom Needham2012-02-031-1/+1
|
* fix syntax, add logging, debug xml output instead of zipTom Needham2012-02-031-10/+11
|
* Initial migration code, and basic export for bookmarksTom Needham2012-02-034-0/+144