summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/app.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Register the namespace with the autoloading to allow reverse recoveryJoas Schilling2017-03-221-0/+1
* Make app management icon act like a normal app iconJulius Haertl2017-03-161-0/+6
* Fix menu issuesJulius Haertl2017-03-161-6/+19
* Generate seperate menu list for header barJulius Haertl2017-03-161-3/+41
* Move active app to the first slotJulius Haertl2017-03-161-9/+19
* Do not double cherck app updateMorris Jobke2017-03-131-8/+3
* Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-2/+2
* Fix testsJoas Schilling2017-01-131-8/+8
* Remove the magic parsing of the descriptionJoas Schilling2017-01-131-24/+2
* Remove group restrictions when those are not allowed anymoreJoas Schilling2017-01-041-0/+8
* Don't use cached informations for app versionLukas Reschke2016-12-091-4/+7
* Add autoloader path for newly installed apps tooMorris Jobke2016-11-161-0/+2
* Merge pull request #2148 from nextcloud/add_autoloader_before_enablingRoeland Jago Douma2016-11-161-0/+2
|\
| * Add autoloader before enabling appsRoeland Jago Douma2016-11-151-0/+2
* | Allow to register ProvidersJoas Schilling2016-11-161-0/+5
* | Allow to register settings/types via info.xmlJoas Schilling2016-11-161-0/+5
* | Allow to register activity filters via info.xmlJoas Schilling2016-11-161-0/+7
|/
* Use findAppInDirectoriesLukas Reschke2016-10-311-1/+1
* Add update supportLukas Reschke2016-10-311-15/+20
* Query the timefactory instead of creating itLukas Reschke2016-10-311-1/+1
* Replace with exception instead of boolean return valueLukas Reschke2016-10-311-12/+2
* Use new appstore APILukas Reschke2016-10-311-185/+57
* App dependencies are now analysed on app enable as well - not only on app ins...Thomas Müller2016-10-241-11/+28
* Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-071-1/+1
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-1/+16
* Fallback from "de" to "de_DE" and the other way aroundJoas Schilling2016-10-041-3/+30
* Allow multiple names and descriptionJoas Schilling2016-09-301-7/+40
* Deprecate getEditionString()Joas Schilling2016-09-061-3/+1
* Move navigation entries without order to the endJoas Schilling2016-09-021-1/+9
* fix ordering of user menu entriesJan-Christoph Borchardt2016-08-271-3/+3
* Cache registered autoloadersLukas Reschke2016-08-221-0/+6
* check registered sections and settings after an app got updated to garbage co...Arthur Schiwon2016-08-161-0/+5
* register app autoload instead of loading appsArthur Schiwon2016-08-121-3/+6
* Merge branch 'master' into implement_712Lukas Reschke2016-08-111-1/+1
|\
| * Merge pull request #529 from nextcloud/vendor-maintenance-downgradeLukas Reschke2016-08-101-1/+1
| |\
| | * Allow downgrades of maintenance accross vendorsJoas Schilling2016-07-221-1/+1
* | | fixes, improvements, and another app:Arthur Schiwon2016-08-111-0/+6
* | | fix registration of admin settings and section on app installArthur Schiwon2016-08-111-0/+6
* | | more admin page splitup improvementsArthur Schiwon2016-08-101-0/+1
* | | Initial work on Apps page split:Arthur Schiwon2016-08-091-1/+4
|/ /
* / fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-251-1/+1
|/