aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Collapse)AuthorAgeFilesLines
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-1/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-5/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-254-5/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-7/+7
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add hub bundle for easy post-installationArthur Schiwon2020-01-262-0/+44
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-131-0/+1
|\ | | | | Fix license headers
| * Fix license headersChristoph Wurst2020-01-131-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-093-1/+5
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix broken upgrade caused by undefined method callJulius Härtl2019-12-231-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-223-9/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update license headers for 18Christoph Wurst2019-12-201-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Only parse php7 code in app code checkerChristoph Wurst2019-12-181-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to force enable apps via CLIJoas Schilling2019-12-131-2/+27
| | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Don't log the stack trace for ConnectExceptionDaniel Kesselberg2019-12-081-2/+2
| | | | | | The stack trace for ConnectException could contain the old apps.json content and is probably huge. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-0530-35/+53
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-224-1/+4
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16859 from PhrozenByte/patch-1Roeland Jago Douma2019-09-091-0/+16
|\ | | | | Add IAppManager::getAppWebPath()
| * Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-051-1/+1
| | | | | | | | | | | | Deprecate \OC_App::getAppWebPath() and \OC_App::getAppPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * Add IAppManager::getAppWebPath()Daniel Rudolf2019-08-251-0/+16
| | | | | | | | | | | | Implements a public API for \OC_App::getAppWebPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* | Make sure they keys are uniqueRoeland Jago Douma2019-08-281-1/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Codechecker: removed unused useRoeland Jago Douma2019-08-191-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the auto-disabled list more broadJoas Schilling2019-08-151-1/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #16450 from ↵Morris Jobke2019-07-221-0/+10
|\ | | | | | | | | nextcloud/tech-debt/noid/cleanup-unused-OC_API-methods Removes unused OC_API::register
| * Adjust deprecation testsMorris Jobke2019-07-221-0/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Reduce indirection in AppManagerMorris Jobke2019-07-181-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly inject the loggerMorris Jobke2019-07-161-3/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-1/+64
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Enable pre-releases for beta and daily channelJoas Schilling2019-04-082-3/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Skip check if CONSTANT on real object is usedDaniel Kesselberg2019-04-011-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-2/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove apps from the list which have no release at allJoas Schilling2019-03-201-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-202-28/+36
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove Google+ from Social Sharing Bundle (2)Marius Blüm2019-03-071-1/+0
| | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Parse multiple navigation itemsDaniel Kesselberg2019-02-221-2/+14
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-141-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-6/+7
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-5/+5
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix loading providers of 2FA app with more than one providerChristoph Wurst2018-08-211-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-171-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add the ToS app to the enterprise bundleJoas Schilling2018-08-091-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix app code checker to ignore `build` directoryChristoph Wurst2018-08-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Keep AppConfig for nowJulius Härtl2018-06-061-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove unused importJulius Härtl2018-06-061-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove unneeded classJulius Härtl2018-06-061-41/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement update functionalityJulius Härtl2018-06-061-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move logic to app management mixinJulius Härtl2018-06-061-2/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add AppStore ManagerJulius Härtl2018-06-061-0/+38
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* move log constants to ILoggerArthur Schiwon2018-04-262-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>