Commit Graph

55 Commits (2c9aa029a73957e61ed5e520dc54eaa5c75db472)

Author SHA1 Message Date
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Tom Needham b064fc6968 user_migrate: remove old code 13 years ago
Tom Needham e37ef6dd47 Move user import to personal settings. Fix user migration between servers. 13 years ago
Thomas Tanghus 312536dbf9 Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4&t=2511 13 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 13 years ago
Frank Karlitschek 43caa3b3b9 ported oc_json 13 years ago
Frank Karlitschek 4fe90f62f4 port checkAppEnabled 13 years ago
Frank Karlitschek 8e99475886 first part of the config stuff 13 years ago
Frank Karlitschek 2fe646dcec ported the oc_app calls 13 years ago
Frank Karlitschek e48f511606 port linkto and serverHost 13 years ago
Frank Karlitschek 31e32e3c10 ported checkLoggedIn and checkAdmin 13 years ago
Frank Karlitschek 1a2bbd2ee4 ported addSyript and other small stuff 13 years ago
Frank Karlitschek 70cea18cce ported getUser 13 years ago
Frank Karlitschek d0554bef06 finish porting of the LOG calls or the apps to the public api 13 years ago
Frank Karlitschek 3f9ac6405a port some of the log call to the new public api 13 years ago
Frank Karlitschek 260c48c29a cleanup the admin page layout mess a bit. Still a lot to improve in the future :-) 13 years ago
Frank Karlitschek 80950f2e1c make field completely visible 13 years ago
Georg Ehrke 69ee0efc0b remove the require_once lib base from all (or nearly all) files 13 years ago
Robin Appelman 926b2b78fe keep version numbers in their own files for faster reading 13 years ago
Tom Needham c0869887cf Return JSON for import and export methods of OC_Migrate 13 years ago
Tom Needham 23d39f7ef0 Display errors on import 13 years ago
Tom Needham 2fe0716cb4 Show nice errors 13 years ago
Tom Needham 3e84d85482 remove debug 13 years ago
Tom Needham aba3182a7d Fix loading image after export failure 13 years ago
Tom Needham d20eea9761 Use ajax to download file, OC_Dialogs for errors 13 years ago
Tom Needham bd4fd76bfb Fix bookmarks migration provider 13 years ago
Tom Needham ef33219e4f import method returns each apps' import status 13 years ago
Tom Needham 07d7138df0 Register admin pane 13 years ago
Tom Needham 0fa5e196ef Try to use old uid when importing 13 years ago
Tom Needham 514c9ad8e7 Added unified import method. 13 years ago
Tom Needham 145d6f3566 Add OC_Migration_Content class to help app devs. Restructure OC_Migrate. 13 years ago
Tom Needham bc085c3ff4 Create new user, create new data dir, copy files, import app data 13 years ago
Tom Needham 5234e66bab Add exportinfo to user exports. 13 years ago
Tom Needham 27bf34f7be Move user import to the admin 13 years ago
Tom Needham 222bb2303f Added prototype of user import 13 years ago
Tom Needham c442a06a02 Fix export for admin and users. Added 3 admin export types 13 years ago
Tom Needham 50233d075c Improve admin_export ui and move system export cde to OC_Migrate 13 years ago
Tom Needham c9be325af2 Fix zip creation. Add param to cleanUp() method. Add defaults to createExportFile() method. 13 years ago
Tom Needham a310a81053 move zip creation inside OC_Migrate 13 years ago
Tom Needham cd2f75fdad Use data dir from config.php 13 years ago
Tom Needham 0f3eebbbd9 added cleanUp() method to OC_Migrate 13 years ago
Tom Needham 7e3b35a57c fix structure of user export zip 13 years ago
Tom Needham 111af7fed5 json encode the output 13 years ago
Tom Needham 4d5646a59f Find migrate.php even for disabled apps. Improve ui for user and admin migrations 13 years ago
Tom Needham 1cdb4396a4 Fix copyRows() return value. Generate app info and oc info on return 13 years ago
Tom Needham d712d7f52c Lots of fixes, improve copyRows() method and update settings page. 13 years ago
Tom Needham 691103acd5 Use json for migration data 13 years ago
Tom Needham 188a304625 Replace db on import. Update user_migration export function. 13 years ago