summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-194-515/+574
* Shorten export zip namesTom Needham2012-03-171-2/+2
* Create new user, create new data dir, copy files, import app dataTom Needham2012-03-172-30/+38
* Fix structure of export zipTom Needham2012-03-171-3/+6
* Add exportinfo to user exports.Tom Needham2012-03-171-14/+23
* Migration info is an object. Other fixesTom Needham2012-03-161-6/+6
* Fix export for admin and users. Added 3 admin export typesTom Needham2012-03-161-61/+83
* Improve admin_export ui and move system export cde to OC_MigrateTom Needham2012-03-151-21/+129
* Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor...Tom Needham2012-03-141-54/+68
* move zip creation inside OC_MigrateTom Needham2012-03-132-22/+95
* typo :/Tom Needham2012-03-131-1/+1
* Add getApps() method to return apps supporting migrationTom Needham2012-03-131-0/+15
* Use data dir from config.phpTom Needham2012-03-131-2/+3
* added cleanUp() method to OC_MigrateTom Needham2012-03-131-0/+15
* Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham2012-03-131-24/+25
* 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-121-50/+71
* Merge returns from insertData()Tom Needham2012-03-111-2/+2
* Fix copyRows() and sqlite connectionTom Needham2012-03-111-14/+51
* Lots of fixes, improve copyRows() method and update settings page.Tom Needham2012-03-101-21/+43
* Add OC_Migrate::copyRows() methodTom Needham2012-03-101-1/+58
* First basic implementation of migration.db.Tom Needham2012-03-092-120/+209
* Use json for migration dataTom Needham2012-03-032-40/+126
* Udpdate bookmarks migration provider. App version included in export.Tom Needham2012-03-031-6/+16
* Replace db on import. Update user_migration export function.Tom Needham2012-03-031-11/+23
* Update database.xml locations. Fix dbexport.xml.Tom Needham2012-03-021-2/+2
* removed duplicate functionTom Needham2012-03-021-22/+2
* Fix merge conflictTom Needham2012-03-0239-852/+1914
|\
| * Remove the link between the principals table and the sabre principals connector.Jakob Sack2012-03-022-48/+0
| * add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-022-0/+87
| * add search implementation to filestorage commonRobin Appelman2012-03-022-4/+20
| * don't try to seach apps in hidden foldersRobin Appelman2012-03-021-1/+1
| * Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-014-13/+6
| * 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
| * Small cleanupsBart Visscher2012-03-011-1/+9
| * load streamwrappers earlierRobin Appelman2012-03-011-9/+10
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-03-019-111/+190
| |\
| | * add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-296-5/+15
| | * remove debug outputRobin Appelman2012-02-291-2/+0
| | * Fix opendir for folders aka Google Docs collectionsMichael Gapczynski2012-02-291-2/+1
| | * More work on Google Docs storage backendMichael Gapczynski2012-02-281-104/+175
| | * dialogs library for appsBartek Przybylski2012-02-281-0/+1
| * | undo the change of the webroot detection. seams to be buggyFrank Karlitschek2012-03-011-2/+2
| |/
| * change the detection of the webroot. it is simpler now and also works for app...Frank Karlitschek2012-02-281-18/+20
| * make sure the streamwrappers are registered earlyRobin Appelman2012-02-282-7/+5
| * never try to load an non existing template,css,img.Frank Karlitschek2012-02-282-4/+18
| * add test case for getLocalFileRobin Appelman2012-02-281-2/+2
| * use in-memory files for the datase scheme during installationRobin Appelman2012-02-281-6/+6
| * use temporary file managmentRobin Appelman2012-02-283-7/+7