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
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-01-13Allow to force register the namespaceJoas Schilling
2020-01-13Register the namespace after reading the new fileJoas Schilling
2019-12-10Do not disable authentication appsRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-11-14pass through ServerNotAvailableException on app initArthur Schiwon
2019-09-05Improve usage of IAppManager::getAppWebPath()Daniel Rudolf
2019-08-15Make the auto-disabled list more broadJoas Schilling
2019-05-13Show supported apps in app managementMorris Jobke
2019-03-20allow enforcing apps to ignore the max versionRoeland Jago Douma
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-08-24also catch exceptions when loading appsRobin Appelman
2018-06-26Re-enable apps that got automatically disabled while updatingJoas Schilling
2018-06-06Properly clear cacheJulius Härtl
2018-06-06Implement update functionalityJulius Härtl
2018-05-03Get correct version of an appRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-17fix appinfo parsing when a single localized option is providedRobin Appelman
2018-03-21Use isInstalled of AppManger instead of reimplement itMorris Jobke
2018-03-06Remove unused $enableAppsCache in OC_AppTobia De Koninck
2018-03-06Remove OC_App::disable methodTobia De Koninck
2018-03-06Run repair steps on uninstall in all casesTobia De Koninck
2018-02-19Fix updating an upChristoph Wurst
2018-02-17Add remaining type hints, that were already okayMorris Jobke
2018-02-17Always return a string in OC_App::getCurrentApp and no booleanMorris Jobke
2018-02-17Use empty array as group list in OC_App::enableMorris Jobke
2018-02-17Refactor dependencies in setAppTypesMorris Jobke
2018-02-17Fix app version to be always string and neither array nor nullMorris Jobke
2018-02-17OC_App::loadApps now only accepts an array as type listMorris Jobke
2018-02-17Migrate to short array syntaxMorris Jobke
2018-02-15Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke
2018-02-15Add throws annotationJulius Härtl
2018-02-15Properly encapsulate require_once for app.phpJulius Härtl
2018-02-12Deprecate static methods and use Navigation managerJulius Härtl
2018-02-12Move navigation processing to the NavigationManagerJulius Härtl
2018-01-31Remove OC_App::removeAppJulius Härtl
2018-01-31Remove OC_App::installApp since it is not used anymoreJulius Härtl
2018-01-31Move getAppInfo and getAppVersion to IAppManagerJulius Härtl
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
2018-01-17Remove IAppConfig::setValueRoeland Jago Douma
2018-01-17Remove IAppConfig::getValueRoeland Jago Douma
2018-01-16Keep all shipped apps enabled because they should be okayJoas Schilling
2018-01-12Fix strpos if needle is not foundMorris Jobke
2017-11-25Get the Installer via DIMorris Jobke
2017-11-06Change @georgehrke's emailMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-11-01Merge branch 'master' into autocomplete-guiArthur Schiwon
2017-10-24Merge pull request #6928 from nextcloud/remove-unneeded-methodMorris Jobke