summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppManager.php
Commit message (Expand)AuthorAgeFilesLines
* Do not fail hard if no appinfo is returned during updateJulius Härtl2018-03-281-2/+4
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-1/+3
* Remove unused and outdated hookMorris Jobke2018-03-061-3/+0
* Run repair steps on uninstall in all casesTobia De Koninck2018-03-061-0/+10
* getIncompatibleApps needs a string not an arrayRoeland Jago Douma2018-02-211-1/+1
* Merge pull request #8411 from nextcloud/add-strict-types-to-oc_appMorris Jobke2018-02-171-2/+2
|\
| * Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-2/+2
* | Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-0/+5
|/
* Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-311-8/+42
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-4/+4
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Run updated license header updaterMorris Jobke2017-11-071-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Some more code fixesJoas Schilling2017-03-201-21/+22
* Don't use a generic exceptionJoas Schilling2017-03-201-5/+4
* Add exception to PHPDocLukas Reschke2017-03-201-0/+1
* checking if app exists in the FileStream nownoveens2017-03-201-0/+4
* Remove group restrictions when those are not allowed anymoreJoas Schilling2017-01-041-0/+15
* Expose getAppPath to public APIJulius Haertl2016-11-171-0/+16
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+4
* emit correct signal if a app get's disabledBjoern Schiessle2016-06-131-1/+1
* Update license headersLukas Reschke2016-05-261-2/+3
* Add two factor auth to coreChristoph Wurst2016-05-231-1/+1
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-131-0/+370