summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/app.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Remove unused method of OC_AppMorris Jobke2017-10-241-15/+0
| * | Deprecate OC_App:isEnabledMorris Jobke2017-10-241-0/+1
| |/
| * Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-1/+1
* | AutoCompletion backendArthur Schiwon2017-10-221-0/+2
|/
* Allow apps to have their own autoloaderRoeland Jago Douma2017-10-171-4/+12
* Do not return app names multiple timesJulius Härtl2017-10-101-0/+2
* adapt attribute name (changed letter case style)Arthur Schiwon2017-09-271-1/+1
* reduce nesting of the required app XMLArthur Schiwon2017-09-271-3/+12
* make it possible to register plugins and kick out the circle oneArthur Schiwon2017-09-261-0/+5
* Read appinfo from a local cacheRoeland Jago Douma2017-09-191-1/+1
* Use public methods for OC_App::isShippedMorris Jobke2017-08-011-17/+6
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Register autoloading before running migrationsJoas Schilling2017-07-051-1/+2
* Use migrations when there is no database.xmlJoas Schilling2017-07-051-3/+3
* Start migrationsJoas Schilling2017-07-051-1/+8
* Register the autoloading earlier so we can load the background jobsJoas Schilling2017-05-241-2/+1
* Remove OC_App:installAppMorris Jobke2017-05-151-27/+2
* Add app bundlesLukas Reschke2017-04-261-2/+4
* Responsive app menuJulius Härtl2017-04-251-68/+0
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Don't spam the log with "Undefined index showInHeader"Joas Schilling2017-03-271-5/+3
* Don't use the dropdown for one item onlyJoas Schilling2017-03-261-2/+12
* Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-261-75/+15
* Register the app management in the normal wayJoas Schilling2017-03-261-6/+0