aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-102-6/+24
| | | | (#10659)
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-091-0/+29
|
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-091-4/+13
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-0569-227/+3
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-28780-11716/+0
|
* Support starting downloads and opening URLs from a menu item (#10478)Artur2018-03-281-0/+44
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27707-707/+707
|
* Add row index to ItemClickEvent in Grid (#10754)Tatu Lund2018-03-271-0/+30
|
* Fix grid spacebar handling (#10750)Ilia Motornyi2018-03-261-2/+2
| | | | * Fix spacebar handling
* Fix VComboBox internal state cleanup (#10693)Anna Koskinen2018-03-232-2/+57
| | | Fixes vaadin/testbench#1009
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-222-0/+54
| | | | | Fixes #10647 Fixes #10498
* Grid editor open (#10674)Anna Koskinen2018-03-211-0/+116
|
* Fix selecting rows from header and footer (#10720)Teemu Suo-Anttila2018-03-201-1/+34
|
* Fix initially disabled items in RadioButtonGroup (#10719)Teemu Suo-Anttila2018-03-192-0/+77
|
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-191-0/+40
| | | Fixes #10536
* Adding stylename to MenuBarItem also as one word (#10704)Anastasia Smirnova2018-03-131-0/+38
| | | Fixes #7912
* Native select add 'disabled' attribute (#10710)Anastasia Smirnova2018-03-132-1/+26
| | | | | | | | | | * Adding disabled attribute to the NativeSelect * Merge branch 'master' into nativeSelectDisabled * Merge branch 'master' into nativeSelectDisabled * Correct formatting issues
* Setting of tooltips for grid header/footer cells (#10489)Artur2018-03-131-0/+93
| | | Fixes #7527
* Clear VComboBox selection fields when updated on server (#10692)Anna Koskinen2018-03-081-0/+51
| | | Fixes #10660
* Enable setting cursor after the last character (#10670)Anastasia Smirnova2018-03-061-0/+62
| | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-271-0/+52
| | | Fixes #10624
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-0/+83
| | | | * Allow configuring content modes for Grid cell tooltips
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-141-4/+12
| | | | | | Fixes #10146 Fixes #10543
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-123-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-0/+124
|
* Implement NewItemProvider to replace NewItemHandler (#10606)Anna Koskinen2018-02-071-0/+6
|
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-061-5/+4
|
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-061-0/+17
|
* Fix Grid initial render performance (#10579)Teemu Suo-Anttila2018-02-051-0/+9
| | | Fixes #10232
* Fix ComboBox new item handler test (#10587)Anna Koskinen2018-02-051-0/+2
|
* Add flush() implementation to DateField (#10518)Adam Wagner2018-02-021-0/+39
| | | Fixes #10488
* Add ARIA label support to DateField (#10538)Adam Wagner2018-01-311-0/+59
| | | Fixes #10454
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-301-0/+231
| | | Fixes #10284
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-291-0/+68
|
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-251-0/+5
|
* Make modal window focus circulate correctly (#10497)Olli Tietäväinen2018-01-241-15/+34
|
* Ensure Upload is properly reset after an upload is interrupted (#10522)Anna Koskinen2018-01-111-0/+112
| | | Fixes #9635
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-107-19/+18
|
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-091-0/+18
| | | Fixes #10221
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-091-0/+16
| | | Fixes #10424
* Add Notification.close() to hide a notification from the server (#10483)Artur2018-01-091-0/+52
| | | | | Also fixes the problem that notifications were never removed on the server side Fixes #2114, fixes #10481
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-291-0/+14
| | | | Fixes #7833
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-0/+17
| | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode.
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-282-0/+73
| | | Fixes #10304
* Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)Marco Collovati2017-12-282-0/+39
| | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387
* Fix selection column size calculation without data (#10384)Teemu Suo-Anttila2017-11-291-0/+42
|
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-11-281-0/+48
| | | Fixes #8918
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-11-271-0/+47
| | | Fixes #9663
* DateField not to fire focus/blur event when going to sub-components (#10246)Ahmed Ashour2017-11-231-0/+34
| | | Fixes `DateField blur event fires when focus gets to the "calendar button"` #1008
* Fix RadioButtonGroupTest imports (#10354)Teemu Suo-Anttila2017-11-221-8/+8
|
le29'>backport/48584/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Config.php
blob: e6a27a76b2e4fb853c4e7b45eb8db8b280d47c7a (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
<?php
/**
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 *
 * @author Adam Williamson <awilliam@redhat.com>
 * @author Aldo "xoen" Giambelluca <xoen@xoen.org>
 * @author Bart Visscher <bartv@thisnet.nl>
 * @author Brice Maron <brice@bmaron.net>
 * @author Frank Karlitschek <frank@karlitschek.de>
 * @author Jakob Sack <mail@jakobsack.de>
 * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
 * @author Joas Schilling <coding@schilljs.com>
 * @author Lukas Reschke <lukas@statuscode.ch>
 * @author Michael Gapczynski <GapczynskiM@gmail.com>
 * @author Morris Jobke <hey@morrisjobke.de>
 * @author Robin Appelman <robin@icewind.nl>
 * @author Robin McCorkell <robin@mccorkell.me.uk>
 *
 * @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;

/**
 * This class is responsible for reading and writing config.php, the very basic
 * configuration file of ownCloud.
 */
class Config {
	/** @var array Associative array ($key => $value) */
	protected $cache = array();
	/** @var string */
	protected $configDir;
	/** @var string */
	protected $configFilePath;
	/** @var string */
	protected $configFileName;

	/**
	 * @param string $configDir Path to the config dir, needs to end with '/'
	 * @param string $fileName (Optional) Name of the config file. Defaults to config.php
	 */
	public function __construct($configDir, $fileName = 'config.php') {
		$this->configDir = $configDir;
		$this->configFilePath = $this->configDir.$fileName;
		$this->configFileName = $fileName;
		$this->readData();
	}

	/**
	 * Lists all available config keys
	 *
	 * Please note that it does not return the values.
	 *
	 * @return array an array of key names
	 */
	public function getKeys() {
		return array_keys($this->cache);
	}

	/**
	 * Gets a value from config.php
	 *
	 * If it does not exist, $default will be returned.
	 *
	 * @param string $key key
	 * @param mixed $default = null default value
	 * @return mixed the value or $default
	 */
	public function getValue($key, $default = null) {
		if (isset($this->cache[$key])) {
			return $this->cache[$key];
		}

		return $default;
	}

	/**
	 * Sets and deletes values and writes the config.php
	 *
	 * @param array $configs Associative array with `key => value` pairs
	 *                       If value is null, the config key will be deleted
	 */
	public function setValues(array $configs) {
		$needsUpdate = false;
		foreach ($configs as $key => $value) {
			if ($value !== null) {
				$needsUpdate |= $this->set($key, $value);
			} else {
				$needsUpdate |= $this->delete($key);
			}
		}

		if ($needsUpdate) {
			// Write changes
			$this->writeData();
		}
	}

	/**
	 * Sets the value and writes it to config.php if required
	 *
	 * @param string $key key
	 * @param mixed $value value
	 */
	public function setValue($key, $value) {
		if ($this->set($key, $value)) {
			// Write changes
			$this->writeData();
		}
	}

	/**
	 * This function sets the value
	 *
	 * @param string $key key
	 * @param mixed $value value
	 * @return bool True if the file needs to be updated, false otherwise
	 */
	protected function set($key, $value) {
		if (!isset($this->cache[$key]) || $this->cache[$key] !== $value) {
			// Add change
			$this->cache[$key] = $value;
			return true;
		}

		return false;
	}

	/**
	 * Removes a key from the config and removes it from config.php if required
	 * @param string $key
	 */
	public function deleteKey($key) {
		if ($this->delete($key)) {
			// Write changes
			$this->writeData();
		}
	}

	/**
	 * This function removes a key from the config
	 *
	 * @param string $key
	 * @return bool True if the file needs to be updated, false otherwise
	 */
	protected function delete($key) {
		if (isset($this->cache[$key])) {
			// Delete key from cache
			unset($this->cache[$key]);
			return true;
		}
		return false;
	}

	/**
	 * Loads the config file
	 *
	 * Reads the config file and saves it to the cache
	 *
	 * @throws \Exception If no lock could be acquired or the config file has not been found
	 */
	private function readData() {
		// Default config should always get loaded
		$configFiles = array($this->configFilePath);

		// Add all files in the config dir ending with the same file name
		$extra = glob($this->configDir.'*.'.$this->configFileName);
		if (is_array($extra)) {
			natsort($extra);
			$configFiles = array_merge($configFiles, $extra);
		}

		// Include file and merge config
		foreach ($configFiles as $file) {
			$fileExistsAndIsReadable = file_exists($file) && is_readable($file);
			$filePointer = $fileExistsAndIsReadable ? fopen($file, 'r') : false;
			if($file === $this->configFilePath &&
				$filePointer === false) {
				// Opening the main config might not be possible, e.g. if the wrong
				// permissions are set (likely on a new installation)
				continue;
			}

			// Try to acquire a file lock
			if(!flock($filePointer, LOCK_SH)) {
				throw new \Exception(sprintf('Could not acquire a shared lock on the config file %s', $file));
			}

			unset($CONFIG);
			include $file;
			if(isset($CONFIG) && is_array($CONFIG)) {
				$this->cache = array_merge($this->cache, $CONFIG);
			}

			// Close the file pointer and release the lock
			flock($filePointer, LOCK_UN);
			fclose($filePointer);
		}
	}

	/**
	 * Writes the config file
	 *
	 * Saves the config to the config file.
	 *
	 * @throws HintException If the config file cannot be written to
	 * @throws \Exception If no file lock can be acquired
	 */
	private function writeData() {
		// Create a php file ...
		$content = "<?php\n";
		$content .= '$CONFIG = ';
		$content .= var_export($this->cache, true);
		$content .= ";\n";

		touch ($this->configFilePath);
		$filePointer = fopen($this->configFilePath, 'r+');

		// Prevent others not to read the config
		chmod($this->configFilePath, 0640);

		// File does not exist, this can happen when doing a fresh install
		if(!is_resource ($filePointer)) {
			// TODO fix this via DI once it is very clear that this doesn't cause side effects due to initialization order
			// currently this breaks app routes but also could have other side effects especially during setup and exception handling
			$url = \OC::$server->getURLGenerator()->linkToDocs('admin-dir_permissions');
			throw new HintException(
				"Can't write into config directory!",
				'This can usually be fixed by '
				.'<a href="' . $url . '" target="_blank" rel="noreferrer">giving the webserver write access to the config directory</a>.');
		}

		// Try to acquire a file lock
		if(!flock($filePointer, LOCK_EX)) {
			throw new \Exception(sprintf('Could not acquire an exclusive lock on the config file %s', $this->configFilePath));
		}

		// Write the config and release the lock
		ftruncate ($filePointer, 0);
		fwrite($filePointer, $content);
		fflush($filePointer);
		flock($filePointer, LOCK_UN);
		fclose($filePointer);

		// Try invalidating the opcache just for the file we wrote...
		if (!\OC_Util::deleteFromOpcodeCache($this->configFilePath)) {
			// But if that doesn't work, clear the whole cache.
			\OC_Util::clearOpcodeCache();
		}
	}
}