summaryrefslogtreecommitdiffstats
path: root/apps/user_migrate
Commit message (Expand)AuthorAgeFilesLines
* user_migrate: remove old codeTom Needham2012-06-171-2/+1
* Move user import to personal settings. Fix user migration between servers.Tom Needham2012-06-154-103/+76
* Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?...Thomas Tanghus2012-06-071-1/+1
* mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek2012-05-181-1/+2
* removing executable bit - againThomas Mueller2012-05-155-0/+0
* ported the oc_template classFrank Karlitschek2012-05-062-7/+7
* ported oc_jsonFrank Karlitschek2012-05-031-5/+5
* port checkAppEnabledFrank Karlitschek2012-05-023-3/+3
* first part of the config stuffFrank Karlitschek2012-05-021-1/+1
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+2
* port linkto and serverHostFrank Karlitschek2012-05-012-2/+2
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-1/+1
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-1/+1
* ported getUserFrank Karlitschek2012-05-011-2/+2
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
* port some of the log call to the new public apiFrank Karlitschek2012-05-011-2/+2
* fix merge conflictsGeorg Ehrke2012-04-221-1/+1
|\
| * cleanup the admin page layout mess a bit. Still a lot to improve in the futur...Frank Karlitschek2012-04-211-1/+1
| * make field completely visibleFrank Karlitschek2012-04-211-1/+1
* | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|/
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
* Return JSON for import and export methods of OC_MigrateTom Needham2012-04-072-20/+21
* Display errors on importTom Needham2012-04-072-16/+20
* Show nice errorsTom Needham2012-04-061-4/+20
* remove debugTom Needham2012-03-311-2/+0
* Fix loading image after export failureTom Needham2012-03-311-1/+1
* Use ajax to download file, OC_Dialogs for errorsTom Needham2012-03-315-27/+100
* Fix bookmarks migration providerTom Needham2012-03-271-3/+8
* import method returns each apps' import statusTom Needham2012-03-271-1/+15
* Register admin paneTom Needham2012-03-201-1/+2
* Try to use old uid when importingTom Needham2012-03-202-63/+3
* Added unified import method.Tom Needham2012-03-201-15/+3
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-191-1/+1
* Create new user, create new data dir, copy files, import app dataTom Needham2012-03-171-10/+17
* Add exportinfo to user exports.Tom Needham2012-03-171-6/+4
* Move user import to the adminTom Needham2012-03-175-132/+137
* Added prototype of user importTom Needham2012-03-161-0/+117
* Fix export for admin and users. Added 3 admin export typesTom Needham2012-03-161-1/+1
* Improve admin_export ui and move system export cde to OC_MigrateTom Needham2012-03-151-1/+1
* Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor...Tom Needham2012-03-141-8/+7
* move zip creation inside OC_MigrateTom Needham2012-03-131-61/+16
* Use data dir from config.phpTom Needham2012-03-131-17/+5
* added cleanUp() method to OC_MigrateTom Needham2012-03-131-1/+1
* 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-132-42/+64
* Fix copyRows() return value. Generate app info and oc info on returnTom Needham2012-03-121-1/+1
* Lots of fixes, improve copyRows() method and update settings page.Tom Needham2012-03-101-10/+9
* Use json for migration dataTom Needham2012-03-031-2/+2
* Replace db on import. Update user_migration export function.Tom Needham2012-03-031-11/+10