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
2013-03-11Check if username is valid and remove slashes from filenameLukas Reschke
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Fix indentation styleBart Visscher
2013-01-15Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller
2013-01-14Check if user is admin - boolLukas Reschke
2013-01-07fixing call of OC_Log::write() - missing parameterThomas Mueller
2012-12-15More whitespace fixesBart Visscher
2012-12-15Fix "Line indented incorrectly"Bart Visscher
2012-11-10Fixed new checkstyle issues in migrate.php from build #1341.Diederik de Haas
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-11-04Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-10-23More Checkstyle cleanupFelix Moeller
2012-10-22Correct a first issue Checkstyle is complaining about ...Felix Moeller
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