Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08Migration: Allow for no app data cases; handle file copying betterTom Needham
2012-11-08Migration: On import of user accounts only import folders in home dir, use OC...Tom Needham
2012-09-18Allow exporting of users from any user backend, fixed oc-1645Tom Needham
2012-09-07adding space between) and {Thomas Mueller
2012-09-06no more require_once()Thomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
2012-08-27make use of OC_User::getHome in lib/migrate.phpGeorg Ehrke
2012-08-13Also check for some other filesLukas Reschke
2012-07-20fix unused variablesRobin Appelman
2012-07-01Return correct json response, fix syntaxTom Needham
2012-06-28Migration: fix app pathsTom Needham
2012-06-23Correction of path looking for apps and cssBrice Maron
2012-06-16Move user import to personal settings. Fix user migration between servers.Tom Needham
2012-05-30donĀ“t hardcode /tmpFrank Karlitschek
2012-05-11Check if app is enabled before exporting its dataTom Needham
2012-05-06Merge commit 'refs/merge-requests/109' of git://gitorious.org/owncloud/ownclo...Daniel
2012-04-15fix bug where users could use wildcards in username to loginDaniel
2012-04-14don't rely on the old version in info.xml anymoreRobin Appelman
2012-04-14Typo fix (breif->brief)Bart Visscher
2012-04-14Fix annoying error in logTom Needham
2012-04-08Copy over all file app data for imported userTom Needham
2012-04-08Fix sqlite version detectionTom Needham
2012-04-08Emit hooks for user creationTom Needham
2012-04-08Return JSON for import and export methods of OC_MigrateTom Needham
2012-04-07Hide instance import as it eats dataTom Needham
2012-04-01try to use transactions to replace dbTom Needham
2012-04-01Use ajax to download file, OC_Dialogs for errorsTom Needham
2012-03-29Fix commentsTom Needham
2012-03-28import method returns each apps' import statusTom Needham
2012-03-28check for sqliteTom Needham
2012-03-28look for migrate.php in appinfo folderTom Needham
2012-03-21Fix instance importTom Needham
2012-03-21Try to use old uid when importingTom Needham
2012-03-21Added unified import method.Tom Needham
2012-03-20Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham
2012-03-17Shorten export zip namesTom Needham
2012-03-17Create new user, create new data dir, copy files, import app dataTom Needham
2012-03-17Fix structure of export zipTom Needham
2012-03-17Add exportinfo to user exports.Tom Needham
2012-03-17Migration info is an object. Other fixesTom Needham
2012-03-17Fix export for admin and users. Added 3 admin export typesTom Needham
2012-03-16Improve admin_export ui and move system export cde to OC_MigrateTom Needham
2012-03-14Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor...Tom Needham
2012-03-14move zip creation inside OC_MigrateTom Needham
2012-03-14typo :/Tom Needham
2012-03-14Add getApps() method to return apps supporting migrationTom Needham
2012-03-13Use data dir from config.phpTom Needham
2012-03-13added cleanUp() method to OC_MigrateTom Needham
2012-03-13Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham
2012-03-13Improved import function. Added param to connectDB() to load the db from th...Tom Needham