summaryrefslogtreecommitdiffstats
path: root/lib/migrate.php
Commit message (Expand)AuthorAgeFilesLines
* Return correct json response, fix syntaxTom Needham2012-06-301-15/+4
* Migration: fix app pathsTom Needham2012-06-271-3/+3
* Correction of path looking for apps and cssBrice Maron2012-06-221-4/+4
* Move user import to personal settings. Fix user migration between servers.Tom Needham2012-06-151-26/+14
* donĀ“t hardcode /tmpFrank Karlitschek2012-05-301-1/+1
* Check if app is enabled before exporting its dataTom Needham2012-05-101-26/+28
* Merge commit 'refs/merge-requests/109' of git://gitorious.org/owncloud/ownclo...Daniel2012-05-061-1/+1
|\
| * fix bug where users could use wildcards in username to loginDaniel2012-04-151-1/+1
* | don't rely on the old version in info.xml anymoreRobin Appelman2012-04-141-1/+1
* | Typo fix (breif->brief)Bart Visscher2012-04-141-14/+14
|/
* Fix annoying error in logTom Needham2012-04-141-150/+151
* Copy over all file app data for imported userTom Needham2012-04-081-2/+2
* Fix sqlite version detectionTom Needham2012-04-081-3/+7
* Emit hooks for user creationTom Needham2012-04-071-0/+9
* Return JSON for import and export methods of OC_MigrateTom Needham2012-04-071-21/+21
* Hide instance import as it eats dataTom Needham2012-04-071-0/+1
* try to use transactions to replace dbTom Needham2012-04-011-4/+6
* Use ajax to download file, OC_Dialogs for errorsTom Needham2012-03-311-2/+2
* Fix commentsTom Needham2012-03-291-1/+2
* import method returns each apps' import statusTom Needham2012-03-271-14/+26
* check for sqliteTom Needham2012-03-271-0/+6
* look for migrate.php in appinfo folderTom Needham2012-03-271-1/+1
* Fix instance importTom Needham2012-03-211-1/+1
* Try to use old uid when importingTom Needham2012-03-201-3/+8
* Added unified import method.Tom Needham2012-03-201-11/+177
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-191-487/+286
* Shorten export zip namesTom Needham2012-03-171-2/+2
* Create new user, create new data dir, copy files, import app dataTom Needham2012-03-171-29/+36
* Fix structure of export zipTom Needham2012-03-171-3/+6
* Add exportinfo to user exports.Tom Needham2012-03-171-14/+23
* Migration info is an object. Other fixesTom Needham2012-03-161-6/+6
* Fix export for admin and users. Added 3 admin export typesTom Needham2012-03-161-61/+83
* Improve admin_export ui and move system export cde to OC_MigrateTom Needham2012-03-151-21/+129
* Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor...Tom Needham2012-03-141-54/+68
* move zip creation inside OC_MigrateTom Needham2012-03-131-19/+93
* typo :/Tom Needham2012-03-131-1/+1
* Add getApps() method to return apps supporting migrationTom Needham2012-03-131-0/+15
* Use data dir from config.phpTom Needham2012-03-131-2/+3
* added cleanUp() method to OC_MigrateTom Needham2012-03-131-0/+15
* Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham2012-03-131-24/+25
* Improved import function. Added param to connectDB() to load the db from th...Tom Needham2012-03-121-14/+54
* Fix copyRows() return value. Generate app info and oc info on returnTom Needham2012-03-121-50/+71
* Merge returns from insertData()Tom Needham2012-03-111-2/+2
* Fix copyRows() and sqlite connectionTom Needham2012-03-111-14/+51
* Lots of fixes, improve copyRows() method and update settings page.Tom Needham2012-03-101-21/+43
* Add OC_Migrate::copyRows() methodTom Needham2012-03-101-1/+58
* First basic implementation of migration.db.Tom Needham2012-03-091-113/+201
* Use json for migration dataTom Needham2012-03-031-36/+121
* Udpdate bookmarks migration provider. App version included in export.Tom Needham2012-03-031-6/+16
* Replace db on import. Update user_migration export function.Tom Needham2012-03-031-11/+23