Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-07Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?...Thomas Tanghus
2012-05-18mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek
2012-05-15removing executable bit - againThomas Mueller
2012-05-07ported the oc_template classFrank Karlitschek
2012-05-03ported oc_jsonFrank Karlitschek
2012-05-02port checkAppEnabledFrank Karlitschek
2012-05-02first part of the config stuffFrank Karlitschek
2012-05-02ported the oc_app callsFrank Karlitschek
2012-05-02port linkto and serverHostFrank Karlitschek
2012-05-02ported checkLoggedIn and checkAdminFrank Karlitschek
2012-05-01ported addSyript and other small stuffFrank Karlitschek
2012-05-01ported getUserFrank Karlitschek
2012-05-01finish porting of the LOG calls or the apps to the public apiFrank Karlitschek
2012-05-01port some of the log call to the new public apiFrank Karlitschek
2012-04-22fix merge conflictsGeorg Ehrke
2012-04-22cleanup the admin page layout mess a bit. Still a lot to improve in the futur...Frank Karlitschek
2012-04-22make field completely visibleFrank Karlitschek
2012-04-17remove the require_once lib base from all (or nearly all) filesGeorg Ehrke
2012-04-14keep version numbers in their own files for faster readingRobin Appelman
2012-04-08Return JSON for import and export methods of OC_MigrateTom Needham
2012-04-07Display errors on importTom Needham
2012-04-07Show nice errorsTom Needham
2012-04-01remove debugTom Needham
2012-04-01Fix loading image after export failureTom Needham
2012-04-01Use ajax to download file, OC_Dialogs for errorsTom Needham
2012-03-28Fix bookmarks migration providerTom Needham
2012-03-28import method returns each apps' import statusTom Needham
2012-03-21Register admin paneTom Needham
2012-03-21Try to use old uid when importingTom Needham
2012-03-21Added unified import method.Tom Needham
2012-03-20Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham
2012-03-17Create new user, create new data dir, copy files, import app dataTom Needham
2012-03-17Add exportinfo to user exports.Tom Needham
2012-03-17Move user import to the adminTom Needham
2012-03-17Added prototype of user importTom Needham
2012-03-17Fix export for admin and users. Added 3 admin export typesTom Needham
2012-03-16Improve admin_export ui and move system export cde to OC_MigrateTom Needham
2012-03-14Fix zip creation. Add param to cleanUp() method. Add defaults to createExpor...Tom Needham
2012-03-14move zip creation inside OC_MigrateTom Needham
2012-03-13Use data dir from config.phpTom Needham
2012-03-13added cleanUp() method to OC_MigrateTom Needham
2012-03-13fix structure of user export zipTom Needham
2012-03-13json encode the outputTom Needham
2012-03-13Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham
2012-03-12Fix copyRows() return value. Generate app info and oc info on returnTom Needham
2012-03-10Lots of fixes, improve copyRows() method and update settings page.Tom Needham
2012-03-03Use json for migration dataTom Needham
2012-03-03Replace db on import. Update user_migration export function.Tom Needham
2012-02-04load bookmarks provider classTom Needham
2012-02-04more commenting out for debugging, added logging commandsTom Needham