summaryrefslogtreecommitdiffstats
path: root/lib/private/app/appmanager.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-131-370/+0
* Update author informationLukas Reschke2016-03-011-0/+2
* No longer evaluate appinfo/versionThomas Müller2016-02-101-3/+0
* Send events when enabling and disabling of appsArthur Schiwon2016-02-091-1/+17
* Check whether the app can be enabled for groupsJoas Schilling2016-01-141-0/+21
* Merge pull request #21673 from owncloud/chrsch-masterThomas Müller2016-01-131-0/+4
|\
| * -- Fixed error where $enabled is parsed but emptyChristoph Schaefer2016-01-131-0/+4
* | Happy new year!Thomas Müller2016-01-121-1/+2
|/
* Make AppManager->checkAppForUser more robustMorris Jobke2015-12-101-0/+7
* Always installed apps includes the hardcoded ones from shipped.jsonMorris Jobke2015-11-191-0/+6
* Fail hard if shipped.json is missingThomas Müller2015-10-261-9/+5
* Don't show apps which are always enabled in the app managerThomas Müller2015-10-261-5/+12
* Store list of apps which cannot be disabled in shipped.jsonThomas Müller2015-10-261-14/+45
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Additions to update pageVincent Petry2015-08-201-2/+4
* Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* Add experimental applications switchLukas Reschke2015-04-031-1/+1
* Fix docs and line breaksJoas Schilling2015-04-021-1/+5
* Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-011-1/+17
* Update license headersJenkins for ownCloud2015-03-261-5/+18
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+6
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-18/+53
|\
| * better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| * Update cache when enabling/disabling appsRobin Appelman2015-02-171-1/+4
| * Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-161-17/+49
* | Updating license headersJenkins for ownCloud2015-02-231-6/+18
|/
* enabled disabled files app in repair stepMorris Jobke2015-02-031-1/+1
* Disallow disabling of files appMorris Jobke2015-02-031-0/+4
* Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-101-0/+138