aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-12/+8
* Fix oauth setting list bug (#19682)Lunny Xiao2022-05-111-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-1110-23/+30
* Update go tool dependencies (#19676)silverwind2022-05-101-1/+2
* Fix new release from tags list UI (#19670)Lunny Xiao2022-05-101-1/+3
* Add Webfinger endpoint (#19462)KN4CK3R2022-05-092-2/+121
* Set the LastModified header for raw files (#18356)zeripath2022-05-092-21/+54
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+1
* Admin should not delete himself (#19423)Lunny Xiao2022-05-081-0/+9
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-12/+14
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+9
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+2
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-082-16/+39
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-073-12/+72
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+8
* Hide private repositories in packages (#19584)KN4CK3R2022-05-072-0/+30
* Improve reviewing PR UX (#19612)Gusted2022-05-071-1/+17
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-0510-21/+0
* Add health check endpoint (#18465)ttys32022-05-042-0/+146
* Use correct context in `routers/web` (#19597)Gusted2022-05-031-3/+3
* Use for a repo action one database transaction (#19576)65432022-05-032-27/+19
* Handle the error of a missing blob object fix #19530 (#19552)99rgosse2022-05-021-2/+11
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-295-28/+31
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-285-21/+57
* more context for models (#19511)65432022-04-287-29/+30
* Update image URL for Discord webhook (#19536)John Olheiser2022-04-271-1/+0
* When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao2022-04-261-26/+47
* Add commit status popup to issuelist (#19375)parnic2022-04-262-5/+7
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-15/+17
* Refactor readme file renderer (#19502)Lunny Xiao2022-04-261-112/+125
* Improve Stopwatch behavior (#18930)Gusted2022-04-252-33/+14
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-252-7/+16
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-252-11/+6
* Fix panic in team repos API (#19431)qwerty2872022-04-201-0/+1
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-6/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-145-5/+15
* Fix middleware function's placements for some `/user/...` (#19377)Gusted2022-04-121-5/+5
* Add logic to switch between source/rendered on Markdown (#19356)Gusted2022-04-101-2/+10
* Allow package linking to private repository (#19348)KN4CK3R2022-04-091-1/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-086-43/+44
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-082-2/+2
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-083-3/+135
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-078-1/+690
* Package registry changes (#19305)KN4CK3R2022-04-063-13/+16
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-032-3/+2
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-012-19/+24
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-12/+11
* Fix container download counter (#19287)KN4CK3R2022-04-011-1/+0
080/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/core/command/encryption/changekeystorageroot.php
blob: 662e0a3161abb442d767f7109ddef63a7d806b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<?php
/**
 * @author Björn Schießle <schiessle@owncloud.com>
 *
 * @copyright Copyright (c) 2015, ownCloud, Inc.
 * @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/>
 *
 */


namespace OC\Core\Command\Encryption;

use OC\Encryption\Keys\Storage;
use OC\Encryption\Util;
use OC\Files\Filesystem;
use OC\Files\View;
use OCP\IConfig;
use OCP\IUserManager;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\ProgressBar;
use Symfony\Component\Console\Helper\QuestionHelper;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;

class ChangeKeyStorageRoot extends Command {

	/** @var View  */
	protected $rootView;

	/** @var IUserManager */
	protected $userManager;

	/** @var IConfig  */
	protected $config;

	/** @var Util  */
	protected $util;

	/** @var QuestionHelper */
	protected $questionHelper;

	/**
	 * @param View $view
	 * @param IUserManager $userManager
	 * @param IConfig $config
	 * @param Util $util
	 * @param QuestionHelper $questionHelper
	 */
	public function __construct(View $view, IUserManager $userManager, IConfig $config, Util $util, QuestionHelper $questionHelper) {
		parent::__construct();
		$this->rootView = $view;
		$this->userManager = $userManager;
		$this->config = $config;
		$this->util = $util;
		$this->questionHelper = $questionHelper;
	}

	protected function configure() {
		parent::configure();
		$this
			->setName('encryption:change-key-storage-root')
			->setDescription('Change key storage root')
			->addArgument(
				'newRoot',
				InputArgument::OPTIONAL,
				'new root of the key storage relative to the data folder'
			);
	}

	protected function execute(InputInterface $input, OutputInterface $output) {
		$oldRoot = $this->util->getKeyStorageRoot();
		$newRoot = $input->getArgument('newRoot');

		if ($newRoot === null) {
			$question = new ConfirmationQuestion('No storage root given, do you want to reset the key storage root to the default location? (y/n) ', false);
			if (!$this->questionHelper->ask($input, $output, $question)) {
				return;
			}
			$newRoot = '';
		}

		$oldRootDescription = $oldRoot !== '' ? $oldRoot : 'default storage location';
		$newRootDescription = $newRoot !== '' ? $newRoot : 'default storage location';
		$output->writeln("Change key storage root from <info>$oldRootDescription</info> to <info>$newRootDescription</info>");
		$success = $this->moveAllKeys($oldRoot, $newRoot, $output);
		if ($success) {
			$this->util->setKeyStorageRoot($newRoot);
			$output->writeln('');
			$output->writeln("Key storage root successfully changed to <info>$newRootDescription</info>");
		}
	}

	/**
	 * move keys to new key storage root
	 *
	 * @param string $oldRoot
	 * @param string $newRoot
	 * @param OutputInterface $output
	 * @return bool
	 * @throws \Exception
	 */
	protected function moveAllKeys($oldRoot, $newRoot, OutputInterface $output) {

		$output->writeln("Start to move keys:");

		if ($this->rootView->is_dir(($oldRoot)) === false) {
			$output->writeln("No old keys found: Nothing needs to be moved");
			return false;
		}

		$this->prepareNewRoot($newRoot);
		$this->moveSystemKeys($oldRoot, $newRoot);
		$this->moveUserKeys($oldRoot, $newRoot, $output);

		return true;
	}

	/**
	 * prepare new key storage
	 *
	 * @param string $newRoot
	 * @throws \Exception
	 */
	protected function prepareNewRoot($newRoot) {
		if ($this->rootView->is_dir($newRoot) === false) {
			throw new \Exception("New root folder doesn't exist. Please create the folder or check the permissions and try again.");
		}

		$result = $this->rootView->file_put_contents(
			$newRoot . '/' . Storage::KEY_STORAGE_MARKER,
			'ownCloud will detect this folder as key storage root only if this file exists'
		);

		if ($result === false) {
			throw new \Exception("Can't write to new root folder. Please check the permissions and try again");
		}

	}


	/**
	 * move system key folder
	 *
	 * @param string $oldRoot
	 * @param string $newRoot
	 */
	protected function moveSystemKeys($oldRoot, $newRoot) {
		if (
			$this->rootView->is_dir($oldRoot . '/files_encryption') &&
			$this->targetExists($newRoot . '/files_encryption') === false
		) {
			$this->rootView->rename($oldRoot . '/files_encryption', $newRoot . '/files_encryption');
		}
	}


	/**
	 * setup file system for the given user
	 *
	 * @param string $uid
	 */
	protected function setupUserFS($uid) {
		\OC_Util::tearDownFS();
		\OC_Util::setupFS($uid);
	}


	/**
	 * iterate over each user and move the keys to the new storage
	 *
	 * @param string $oldRoot
	 * @param string $newRoot
	 * @param OutputInterface $output
	 */
	protected function moveUserKeys($oldRoot, $newRoot, OutputInterface $output) {

		$progress = new ProgressBar($output);
		$progress->start();


		foreach($this->userManager->getBackends() as $backend) {
			$limit = 500;
			$offset = 0;
			do {
				$users = $backend->getUsers('', $limit, $offset);
				foreach ($users as $user) {
					$progress->advance();
					$this->setupUserFS($user);
					$this->moveUserEncryptionFolder($user, $oldRoot, $newRoot);
				}
				$offset += $limit;
			} while(count($users) >= $limit);
		}
		$progress->finish();
	}

	/**
	 * move user encryption folder to new root folder
	 *
	 * @param string $user
	 * @param string $oldRoot
	 * @param string $newRoot
	 * @throws \Exception
	 */
	protected function moveUserEncryptionFolder($user, $oldRoot, $newRoot) {

		if ($this->userManager->userExists($user)) {

			$source = $oldRoot . '/' . $user . '/files_encryption';
			$target = $newRoot . '/' . $user . '/files_encryption';
			if (
				$this->rootView->is_dir($source) &&
				$this->targetExists($target) === false
			) {
				$this->prepareParentFolder($newRoot . '/' . $user);
				$this->rootView->rename($source, $target);
			}
		}
	}

	/**
	 * Make preparations to filesystem for saving a key file
	 *
	 * @param string $path relative to data/
	 */
	protected function prepareParentFolder($path) {
		$path = Filesystem::normalizePath($path);
		// If the file resides within a subdirectory, create it
		if ($this->rootView->file_exists($path) === false) {
			$sub_dirs = explode('/', ltrim($path, '/'));
			$dir = '';
			foreach ($sub_dirs as $sub_dir) {
				$dir .= '/' . $sub_dir;
				if ($this->rootView->file_exists($dir) === false) {
					$this->rootView->mkdir($dir);
				}
			}
		}
	}

	/**
	 * check if target already exists
	 *
	 * @param $path
	 * @return bool
	 * @throws \Exception
	 */
	protected function targetExists($path) {
		if ($this->rootView->file_exists($path)) {
			throw new \Exception("new folder '$path' already exists");
		}

		return false;
	}

}