summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added unified import method.Tom Needham2012-03-207-43/+206
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-197-656/+589
* Shorten export zip namesTom Needham2012-03-171-2/+2
* Create new user, create new data dir, copy files, import app dataTom Needham2012-03-175-46/+59
* Fix structure of export zipTom Needham2012-03-171-3/+6
* Add exportinfo to user exports.Tom Needham2012-03-172-20/+27
* Move user import to the adminTom Needham2012-03-175-132/+137
* Added prototype of user importTom Needham2012-03-163-3/+120
* Migration info is an object. Other fixesTom Needham2012-03-162-9/+9
* Fix export for admin and users. Added 3 admin export typesTom Needham2012-03-164-67/+90
* Improve admin_export ui and move system export cde to OC_MigrateTom Needham2012-03-154-90/+151
* Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor...Tom Needham2012-03-142-62/+75
* move zip creation inside OC_MigrateTom Needham2012-03-133-83/+111
* typo :/Tom Needham2012-03-131-1/+1
* Add getApps() method to return apps supporting migrationTom Needham2012-03-131-0/+15
* Finish import function for bookmarksTom Needham2012-03-131-15/+27
* Use data dir from config.phpTom Needham2012-03-133-21/+10
* added cleanUp() method to OC_MigrateTom Needham2012-03-132-1/+16
* fix structure of user export zipTom Needham2012-03-131-8/+4
* json encode the outputTom Needham2012-03-131-1/+1
* Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham2012-03-136-78/+99
* 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-122-51/+72
* Fix return value of exportTom Needham2012-03-111-1/+9
* Merge returns from insertData()Tom Needham2012-03-111-2/+2
* Fix copyRows() and sqlite connectionTom Needham2012-03-112-16/+53
* Lots of fixes, improve copyRows() method and update settings page.Tom Needham2012-03-103-33/+54
* Add OC_Migrate::copyRows() methodTom Needham2012-03-102-58/+90
* First basic implementation of migration.db.Tom Needham2012-03-092-120/+209
* Use json for migration dataTom Needham2012-03-034-90/+178
* Udpdate bookmarks migration provider. App version included in export.Tom Needham2012-03-032-7/+17
* Replace db on import. Update user_migration export function.Tom Needham2012-03-033-25/+33
* Update bookmarks migration provider.Tom Needham2012-03-031-5/+63
* Update database.xml locations. Fix dbexport.xml.Tom Needham2012-03-022-5/+6
* change <create> value in db exportTom Needham2012-03-021-0/+2
* removed duplicate functionTom Needham2012-03-021-22/+2
* Fix merge conflictTom Needham2012-03-02412-3509/+51184
|\
| * The tables "principals" and "principalgroups" are obsoleteJakob Sack2012-03-021-96/+0
| * Fix missing bracketJakob Sack2012-03-021-0/+1
| * Remove the link between the principals table and the sabre principals connector.Jakob Sack2012-03-022-48/+0
| * Add /dav.php, a single location bundling all *DAV-operations.Jakob Sack2012-03-025-3/+107
| * add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-023-0/+118
| * add search implementation to filestorage commonRobin Appelman2012-03-023-7/+37
| * only test enabled appsRobin Appelman2012-03-021-1/+1
| * don't try to seach apps in hidden foldersRobin Appelman2012-03-021-1/+1
| * allow apps to ship test casesRobin Appelman2012-03-021-8/+16
| * Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-0114-36/+26
| * Files: Fix wrong attribute name in OC_Search_Provider_FileBart Visscher2012-03-011-2/+2
| * Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ...Bart Visscher2012-03-011-16/+4
| * remoteStorage app version 0.5Michiel de Jong2012-03-011-1/+1