summaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Expand)AuthorAgeFilesLines
* Fix broken upgrade caused by undefined method callJulius Härtl2020-01-071-1/+0
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2020-01-063-9/+5
* Make sure they keys are uniqueRoeland Jago Douma2019-08-281-1/+0
* Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
* Codechecker: removed unused useRoeland Jago Douma2019-08-191-1/+1
* Make the auto-disabled list more broadJoas Schilling2019-08-151-1/+17
* Merge pull request #16450 from nextcloud/tech-debt/noid/cleanup-unused-OC_API...Morris Jobke2019-07-221-0/+10
|\
| * Adjust deprecation testsMorris Jobke2019-07-221-0/+10
* | Reduce indirection in AppManagerMorris Jobke2019-07-181-1/+1
|/
* Properly inject the loggerMorris Jobke2019-07-161-3/+9
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-1/+64
* Enable pre-releases for beta and daily channelJoas Schilling2019-04-082-3/+27
* Skip check if CONSTANT on real object is usedDaniel Kesselberg2019-04-011-1/+1
* Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-2/+11
* Remove apps from the list which have no release at allJoas Schilling2019-03-201-0/+5
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-202-28/+36
* Remove Google+ from Social Sharing Bundle (2)Marius Blüm2019-03-071-1/+0
* Parse multiple navigation itemsDaniel Kesselberg2019-02-221-2/+14
* Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-141-2/+2
* Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-6/+7
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-5/+5
* Fix loading providers of 2FA app with more than one providerChristoph Wurst2018-08-211-0/+3
* add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-171-1/+2
* Add the ToS app to the enterprise bundleJoas Schilling2018-08-091-3/+4
* Fix app code checker to ignore `build` directoryChristoph Wurst2018-08-091-1/+1
* Keep AppConfig for nowJulius Härtl2018-06-061-0/+1
* Remove unused importJulius Härtl2018-06-061-1/+0
* Remove unneeded classJulius Härtl2018-06-061-41/+0
* Implement update functionalityJulius Härtl2018-06-061-0/+1
* Move logic to app management mixinJulius Härtl2018-06-061-2/+5
* Add AppStore ManagerJulius Härtl2018-06-061-0/+38
* move log constants to ILoggerArthur Schiwon2018-04-262-3/+3
* Log possible exception caused by wrong version numberMorris Jobke2018-04-111-10/+15
* Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-112-8/+112
* Fix AppFetcher::setVersion phpdocChristoph Wurst2018-04-101-1/+1
* Do not fail hard if no appinfo is returned during updateJulius Härtl2018-03-281-2/+4
* Merge pull request #8506 from nextcloud/use-appmanagerMorris Jobke2018-03-221-1/+3
|\
| * Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-1/+3
* | Deprecate OCP\FilesMorris Jobke2018-03-211-0/+8
|/
* Remove unused and deprecated class and interface AppHelperMorris Jobke2018-03-121-1/+0
* Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-updateMorris Jobke2018-03-062-2/+4
|\
| * Also allow to specify the cache file nameJoas Schilling2018-02-282-2/+4
* | Remove unused and outdated hookMorris Jobke2018-03-061-3/+0
* | Run repair steps on uninstall in all casesTobia De Koninck2018-03-061-0/+10
|/
* Merge pull request #8476 from nextcloud/strict_l10nRoeland Jago Douma2018-02-221-5/+5
|\
| * Fix other testsRoeland Jago Douma2018-02-211-5/+5
* | Log exceptions that happen when writing the app store reply to storageJoas Schilling2018-02-211-0/+1
|/
* getIncompatibleApps needs a string not an arrayRoeland Jago Douma2018-02-211-1/+1
* Use normal header() calls instead of private method callsMorris Jobke2018-02-191-0/+2
* Merge pull request #8411 from nextcloud/add-strict-types-to-oc_appMorris Jobke2018-02-171-2/+2
|\