summaryrefslogtreecommitdiffstats
path: root/lib/migrate.php
Commit message (Collapse)AuthorAgeFilesLines
* Check if username is valid and remove slashes from filenameLukas Reschke2013-03-111-0/+9
|
* Style-fix: Breakup long linesBart Visscher2013-02-141-5/+25
|
* Fix indentation styleBart Visscher2013-02-141-1/+1
|
* Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-1/+1
|\
| * Check if user is admin - boolLukas Reschke2013-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
* | fixing call of OC_Log::write() - missing parameterThomas Mueller2013-01-061-1/+1
|/
* More whitespace fixesBart Visscher2012-12-151-80/+80
|
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-1/+1
|
* Fixed new checkstyle issues in migrate.php from build #1341.Diederik de Haas2012-11-101-2/+2
|
* Migration: Allow for no app data cases; handle file copying betterTom Needham2012-11-081-7/+5
|
* Migration: On import of user accounts only import folders in home dir, use ↵Tom Needham2012-11-081-34/+12
| | | | | | | | | | OC_Helper::copyr Check files when copying recursivley Remove obsolete method Dont count '.' and '..' as directories when importing.
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
|
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
|
* More Checkstyle cleanupFelix Moeller2012-10-231-2/+2
| | | | This is for all LowerCaseConstant warnings
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-1/+1
| | | | This is BracketsNotRequired
* Allow exporting of users from any user backend, fixed oc-1645Tom Needham2012-09-181-10/+4
|
* adding space between) and {Thomas Mueller2012-09-071-87/+87
|
* no more require_once()Thomas Mueller2012-09-051-2/+2
|
* Whitespace fixes in libBart Visscher2012-08-291-5/+5
|
* make use of OC_User::getHome in lib/migrate.phpGeorg Ehrke2012-08-271-3/+3
|
* Also check for some other filesLukas Reschke2012-08-131-1/+1
|
* fix unused variablesRobin Appelman2012-07-201-1/+1
|
* 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 ↵Daniel2012-05-061-1/+1
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/109
| * fix bug where users could use wildcards in username to loginDaniel2012-04-151-1/+1
| | | | | | | | | | e.g. user Peter could probably login using username Pet% fixed same problem in the migration script
* | 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
|