aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_migrate/settings.php
Commit message (Expand)AuthorAgeFilesLines
* Move user import to personal settings. Fix user migration between servers.Tom Needham2012-06-151-3/+63
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
* port checkAppEnabledFrank Karlitschek2012-05-021-1/+1
* Use ajax to download file, OC_Dialogs for errorsTom Needham2012-03-311-19/+3
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-191-1/+1
* Move user import to the adminTom Needham2012-03-171-122/+1
* Added prototype of user importTom Needham2012-03-161-0/+117
* 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 createExpor...Tom Needham2012-03-141-8/+7
* 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 migrat...Tom Needham2012-03-131-37/+54
* 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-031-0/+95