|
|
|
@ -3,52 +3,9 @@ |
|
|
|
|
declare(strict_types=1); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @copyright Copyright (c) 2016, ownCloud, Inc. |
|
|
|
|
* |
|
|
|
|
* @author Bart Visscher <bartv@thisnet.nl> |
|
|
|
|
* @author Björn Schießle <bjoern@schiessle.org> |
|
|
|
|
* @author Christian Kampka <christian@kampka.net> |
|
|
|
|
* @author Christoph Wurst <christoph@winzerhof-wurst.at> |
|
|
|
|
* @author Côme Chilliet <come.chilliet@nextcloud.com> |
|
|
|
|
* @author Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
|
* @author Daniel Kesselberg <mail@danielkesselberg.de> |
|
|
|
|
* @author Denis Mosolov <denismosolov@gmail.com> |
|
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
|
* @author Johannes Leuker <j.leuker@hosting.de> |
|
|
|
|
* @author Johannes Riedel <joeried@users.noreply.github.com> |
|
|
|
|
* @author John Molakvoæ <skjnldsv@protonmail.com> |
|
|
|
|
* @author Jörn Friedrich Dreyer <jfd@butonic.de> |
|
|
|
|
* @author Julius Härtl <jus@bitgrid.net> |
|
|
|
|
* @author Lukas Reschke <lukas@statuscode.ch> |
|
|
|
|
* @author Maxence Lange <maxence@artificial-owl.com> |
|
|
|
|
* @author michag86 <micha_g@arcor.de> |
|
|
|
|
* @author Morris Jobke <hey@morrisjobke.de> |
|
|
|
|
* @author Patrik Kernstock <info@pkern.at> |
|
|
|
|
* @author Robin Appelman <robin@icewind.nl> |
|
|
|
|
* @author Robin McCorkell <robin@mccorkell.me.uk> |
|
|
|
|
* @author Roeland Jago Douma <roeland@famdouma.nl> |
|
|
|
|
* @author Ruben Homs <ruben@homs.codes> |
|
|
|
|
* @author Sean Molenaar <sean@seanmolenaar.eu> |
|
|
|
|
* @author sualko <klaus@jsxc.org> |
|
|
|
|
* @author Thomas Müller <thomas.mueller@tmit.eu> |
|
|
|
|
* @author Thomas Pulzer <t.pulzer@kniel.de> |
|
|
|
|
* @author Victor Dubiniuk <dubiniuk@owncloud.com> |
|
|
|
|
* @author Vincent Petry <vincent@nextcloud.com> |
|
|
|
|
* |
|
|
|
|
* @license AGPL-3.0 |
|
|
|
|
* |
|
|
|
|
* This code is free software: you can redistribute it and/or modify |
|
|
|
|
* it under the terms of the GNU Affero General Public License, version 3, |
|
|
|
|
* as published by the Free Software Foundation. |
|
|
|
|
* |
|
|
|
|
* This program is distributed in the hope that it will be useful, |
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
* GNU Affero General Public License for more details. |
|
|
|
|
* |
|
|
|
|
* You should have received a copy of the GNU Affero General Public License, version 3, |
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/> |
|
|
|
|
* |
|
|
|
|
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors |
|
|
|
|
* SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc. |
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only |
|
|
|
|
*/ |
|
|
|
|
use OC\Core\Command; |
|
|
|
|
use OCP\IConfig; |
|
|
|
|