summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/app.php
Commit message (Expand)AuthorAgeFilesLines
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-1120/+0
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Allow to force register the namespaceJoas Schilling2020-01-131-3/+4
* Register the namespace after reading the new fileJoas Schilling2020-01-131-1/+2
* Do not disable authentication appsRoeland Jago Douma2019-12-101-2/+3
* Update license headersChristoph Wurst2019-12-051-6/+6
* pass through ServerNotAvailableException on app initArthur Schiwon2019-11-141-0/+4
* Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-051-0/+2
* Make the auto-disabled list more broadJoas Schilling2019-08-151-3/+1
* Show supported apps in app managementMorris Jobke2019-05-131-0/+8
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-4/+4
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* also catch exceptions when loading appsRobin Appelman2018-08-241-1/+1
* Re-enable apps that got automatically disabled while updatingJoas Schilling2018-06-261-0/+2
* Properly clear cacheJulius Härtl2018-06-061-0/+1
* Implement update functionalityJulius Härtl2018-06-061-0/+1
* Get correct version of an appRoeland Jago Douma2018-05-031-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-6/+7
* fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-171-0/+5
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-0/+1
* Remove unused $enableAppsCache in OC_AppTobia De Koninck2018-03-061-13/+0
* Remove OC_App::disable methodTobia De Koninck2018-03-061-15/+1
* Run repair steps on uninstall in all casesTobia De Koninck2018-03-061-10/+0
* Fix updating an upChristoph Wurst2018-02-191-1/+1
* Add remaining type hints, that were already okayMorris Jobke2018-02-171-33/+34
* Always return a string in OC_App::getCurrentApp and no booleanMorris Jobke2018-02-171-2/+2
* Use empty array as group list in OC_App::enableMorris Jobke2018-02-171-3/+3
* Refactor dependencies in setAppTypesMorris Jobke2018-02-171-6/+8
* Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-5/+1
* OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-9/+6
* Migrate to short array syntaxMorris Jobke2018-02-171-18/+18
* Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-151-29/+4
|\
| * Deprecate static methods and use Navigation managerJulius Härtl2018-02-121-0/+2
| * Move navigation processing to the NavigationManagerJulius Härtl2018-02-121-29/+2
* | Add throws annotationJulius Härtl2018-02-151-0/+1
* | Properly encapsulate require_once for app.phpJulius Härtl2018-02-151-11/+12
|/
* Remove OC_App::removeAppJulius Härtl2018-01-311-13/+0
* Remove OC_App::installApp since it is not used anymoreJulius Härtl2018-01-311-57/+0
* Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-311-43/+7
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-4/+22
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-3/+3
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-2/+2
* Keep all shipped apps enabled because they should be okayJoas Schilling2018-01-161-2/+2
* Fix strpos if needle is not foundMorris Jobke2018-01-121-1/+1
* Get the Installer via DIMorris Jobke2017-11-251-14/+2
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+3
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-16/+2
|\
| * Merge pull request #6928 from nextcloud/remove-unneeded-methodMorris Jobke2017-10-241-15/+0
| |\