summaryrefslogtreecommitdiffstats
path: root/apps/admin_export
Commit message (Expand)AuthorAgeFilesLines
* rename admin_export -> admin_migrateTom Needham2012-04-074-125/+0
* try to use transactions to replace dbTom Needham2012-04-011-1/+1
* Fix instance importTom Needham2012-03-211-1/+1
* Added unified import method.Tom Needham2012-03-201-5/+5
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-191-130/+4
* Create new user, create new data dir, copy files, import app dataTom Needham2012-03-171-1/+0
* Added prototype of user importTom Needham2012-03-162-3/+3
* Fix export for admin and users. Added 3 admin export typesTom Needham2012-03-162-5/+6
* Improve admin_export ui and move system export cde to OC_MigrateTom Needham2012-03-152-68/+21
* Use data dir from config.phpTom Needham2012-03-131-2/+2
* Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham2012-03-131-8/+9
* Replace db on import. Update user_migration export function.Tom Needham2012-03-031-3/+0
* Update database.xml locations. Fix dbexport.xml.Tom Needham2012-03-021-3/+4
* change <create> value in db exportTom Needham2012-03-021-0/+2
* replace database name and table prefix with default valuesTom Needham2012-02-101-7/+23
* Added dbexport to export output. Initial import code.Tom Needham2012-02-054-11/+134
* Initial migration code, and basic export for bookmarksTom Needham2012-02-031-1/+6
* enable gallery and admin_export by default at least for the alpha and beta.Frank Karlitschek2012-01-071-0/+1
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-1/+1
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-1/+1
* use OC_Log instead of error_logRobin Appelman2011-10-161-14/+14
* Added translatable text.Marvin Thomas Rabe2011-10-021-6/+6
* Add more checks for admin userBart Visscher2011-09-301-0/+1
* Check if the application is actually enabledBart Visscher2011-09-301-1/+2
* added app for admins to create a zipfile containing the owncloud dataThomas Schmidt2011-09-294-0/+150