| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow exporting of users from any user backend, fixed oc-1645 | Tom Needham | 2012-09-18 | 1 | -10/+4 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -87/+87 |
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -2/+2 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -5/+5 |
* | make use of OC_User::getHome in lib/migrate.php | Georg Ehrke | 2012-08-27 | 1 | -3/+3 |
* | Also check for some other files | Lukas Reschke | 2012-08-13 | 1 | -1/+1 |
* | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
* | Return correct json response, fix syntax | Tom Needham | 2012-06-30 | 1 | -15/+4 |
* | Migration: fix app paths | Tom Needham | 2012-06-27 | 1 | -3/+3 |
* | Correction of path looking for apps and css | Brice Maron | 2012-06-22 | 1 | -4/+4 |
* | Move user import to personal settings. Fix user migration between servers. | Tom Needham | 2012-06-15 | 1 | -26/+14 |
* | donĀ“t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 1 | -1/+1 |
* | Check if app is enabled before exporting its data | Tom Needham | 2012-05-10 | 1 | -26/+28 |
* | Merge commit 'refs/merge-requests/109' of git://gitorious.org/owncloud/ownclo... | Daniel | 2012-05-06 | 1 | -1/+1 |
|\ |
|
| * | fix bug where users could use wildcards in username to login | Daniel | 2012-04-15 | 1 | -1/+1 |
* | | don't rely on the old version in info.xml anymore | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
* | | Typo fix (breif->brief) | Bart Visscher | 2012-04-14 | 1 | -14/+14 |
|/ |
|
* | Fix annoying error in log | Tom Needham | 2012-04-14 | 1 | -150/+151 |
* | Copy over all file app data for imported user | Tom Needham | 2012-04-08 | 1 | -2/+2 |
* | Fix sqlite version detection | Tom Needham | 2012-04-08 | 1 | -3/+7 |
* | Emit hooks for user creation | Tom Needham | 2012-04-07 | 1 | -0/+9 |
* | Return JSON for import and export methods of OC_Migrate | Tom Needham | 2012-04-07 | 1 | -21/+21 |
* | Hide instance import as it eats data | Tom Needham | 2012-04-07 | 1 | -0/+1 |
* | try to use transactions to replace db | Tom Needham | 2012-04-01 | 1 | -4/+6 |
* | Use ajax to download file, OC_Dialogs for errors | Tom Needham | 2012-03-31 | 1 | -2/+2 |
* | Fix comments | Tom Needham | 2012-03-29 | 1 | -1/+2 |
* | import method returns each apps' import status | Tom Needham | 2012-03-27 | 1 | -14/+26 |
* | check for sqlite | Tom Needham | 2012-03-27 | 1 | -0/+6 |
* | look for migrate.php in appinfo folder | Tom Needham | 2012-03-27 | 1 | -1/+1 |
* | Fix instance import | Tom Needham | 2012-03-21 | 1 | -1/+1 |
* | Try to use old uid when importing | Tom Needham | 2012-03-20 | 1 | -3/+8 |
* | Added unified import method. | Tom Needham | 2012-03-20 | 1 | -11/+177 |
* | Add OC_Migration_Content class to help app devs. Restructure OC_Migrate. | Tom Needham | 2012-03-19 | 1 | -487/+286 |
* | Shorten export zip names | Tom Needham | 2012-03-17 | 1 | -2/+2 |
* | Create new user, create new data dir, copy files, import app data | Tom Needham | 2012-03-17 | 1 | -29/+36 |
* | Fix structure of export zip | Tom Needham | 2012-03-17 | 1 | -3/+6 |
* | Add exportinfo to user exports. | Tom Needham | 2012-03-17 | 1 | -14/+23 |
* | Migration info is an object. Other fixes | Tom Needham | 2012-03-16 | 1 | -6/+6 |
* | Fix export for admin and users. Added 3 admin export types | Tom Needham | 2012-03-16 | 1 | -61/+83 |
* | Improve admin_export ui and move system export cde to OC_Migrate | Tom Needham | 2012-03-15 | 1 | -21/+129 |
* | Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor... | Tom Needham | 2012-03-14 | 1 | -54/+68 |
* | move zip creation inside OC_Migrate | Tom Needham | 2012-03-13 | 1 | -19/+93 |
* | typo :/ | Tom Needham | 2012-03-13 | 1 | -1/+1 |
* | Add getApps() method to return apps supporting migration | Tom Needham | 2012-03-13 | 1 | -0/+15 |
* | Use data dir from config.php | Tom Needham | 2012-03-13 | 1 | -2/+3 |
* | added cleanUp() method to OC_Migrate | Tom Needham | 2012-03-13 | 1 | -0/+15 |
* | Find migrate.php even for disabled apps. Improve ui for user and admin migrat... | Tom Needham | 2012-03-13 | 1 | -24/+25 |
* | Improved import function. Added param to connectDB() to load the db from th... | Tom Needham | 2012-03-12 | 1 | -14/+54 |
* | Fix copyRows() return value. Generate app info and oc info on return | Tom Needham | 2012-03-12 | 1 | -50/+71 |
* | Merge returns from insertData() | Tom Needham | 2012-03-11 | 1 | -2/+2 |