aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Widget tests: Fixed _super() call in redefine test.Scott González2011-11-211-1/+1
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-5/+5
* Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-161-0/+19
* Effects tests: Proper detection of fixed position support in jQuery 1.7.Scott González2011-11-091-2/+7
* Upgrade jQuery to 1.7.Scott González2011-11-0971-70/+9370
* Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safa...Richard D. Worth2011-11-071-1/+1
* Tests: Removed unnecessary visual tests for button.Scott González2011-11-032-109/+0
* Tests: Removed visual tests for plugins that are being rewritten.Scott González2011-11-0351-2956/+0
* Tests: Change the input in the effects test to a text input. This fixes faili...kborchers2011-11-021-1/+1
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
* Position tests: Changed DOM structure to fix dimensions of within container.Scott González2011-11-021-4/+4
* Tests (Simulate): Make the blur event async to deal with IE's native blur bei...Scott González2011-11-011-11/+16
* Autocomplete tests: Fixed typo.Scott González2011-11-011-1/+1
* Tests (Simulate): Added focus and blur support.Scott González2011-10-313-7/+54
* Tests (Simulate): Whitespace cleanup.Scott González2011-10-311-70/+99
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-2824-128/+302
* Effects Core: Do not overwrite css or class changes that aren't animated duri...ddstreet2011-10-252-59/+87
* Menu: Added the new trigger option to the defaults unit testkborchers2011-10-191-0/+1
* Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE...kborchers2011-10-181-1/+1
* Upgraded jQuery to 1.6.4.Scott González2011-10-18122-120/+18210
* Scale: We can't detect this reliably currently, so assume all elements are po...Corey Frang2011-10-141-0/+2
* Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.Dave Methvin2011-10-131-1/+1
* Tooltip tests: Adjust test to deal with blurring being async in IE.Scott González2011-10-121-1/+3
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...Scott González2011-10-101-1/+2
* Spinner: Simulate keyup at the end of incremental tests to stop the repeat ti...Scott González2011-10-101-0/+3
* Spinner: Added culture option.Scott González2011-09-283-0/+27
* Effects tests: Ignore leading/trailing whitespace when comparing style proper...Scott González2011-09-281-2/+2
* Tooltip: Fixed defaults in tests.Scott González2011-09-281-1/+1
* Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...Corey Frang2011-09-222-2/+8
* Merge remote branch 'kborchers/menu_notJustUL'Jörn Zaefferer2011-09-195-4/+198
|\
| * Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-145-4/+198
* | Spinner: Fix step mismatches whenever stepping, paging or using the value set...Scott González2011-09-143-20/+22
|/
* Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-131-6/+6
* Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-121-0/+19
|\
| * Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-121-0/+19
* | Widget: return timer value from _delayJörn Zaefferer2011-09-121-3/+5
* | Widget: Add a _delay method. Will be used in various places to replace setTim...Jörn Zaefferer2011-09-121-0/+24
* | Widget: Tests code cleanupJörn Zaefferer2011-09-122-20/+19
* | Spinner: Added ability to specify custom incremental function.Scott González2011-09-091-38/+65
* | Spinner: Default min and max options to null.Scott González2011-09-092-9/+15
* | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...Scott González2011-08-302-104/+70
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-201-1/+1
* | Position: Added the missing div required for the fraction tests that were add...kborchers2011-08-191-0/+4
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-191-1/+30
* | Merge remote branch 'kborchers/position_flipfit2'Jörn Zaefferer2011-08-156-128/+462
|\ \
| * | Position: Added better collision detection for flip and fit, added visual tes...kborchers2011-08-126-128/+462
* | | Spinner: Removed value option. Don't change empty values to zero on init. Don...Scott González2011-08-135-67/+55
* | | Spinner: Fixed precision when stepping.Scott González2011-08-121-0/+17
* | | Widget: Use this.widget() for event delegation.Scott González2011-08-121-11/+19
* | | Core: Added tests for :focusable and :tabbable form elements.Scott González2011-08-122-2/+9
value='backport/48094/stable29'>backport/48094/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre/node.php
blob: 05d2d2291ec8c9d89e3e1ea9cf9fe69beb81a995 (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
271
272
273
274
275
276
277
278
279
280
281
282
283
<?php

/**
 * ownCloud
 *
 * @author Jakob Sack
 * @copyright 2011 Jakob Sack kde@jakobsack.de
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or any later version.
 *
 * This library 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 along with this library.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

abstract class OC_Connector_Sabre_Node implements Sabre_DAV_INode, Sabre_DAV_IProperties {
	const GETETAG_PROPERTYNAME = '{DAV:}getetag';
	const LASTMODIFIED_PROPERTYNAME = '{DAV:}lastmodified';

	/**
	 * Allow configuring the method used to generate Etags
	 *
	 * @var array(class_name, function_name)
	*/
	public static $ETagFunction = null;

	/**
	 * is kept public to allow overwrite for unit testing
	 *
	 * @var \OC\Files\View
	 */
	public $fileView;

	/**
	 * The path to the current node
	 *
	 * @var string
	 */
	protected $path;

	/**
	 * node fileinfo cache
	 * @var array
	 */
	protected $fileinfo_cache;
	/**
	 * node properties cache
	 * @var array
	 */
	protected $property_cache = null;

	/**
	 * @brief Sets up the node, expects a full path name
	 * @param string $path
	 * @return void
	 */
	public function __construct($path) {
		$this->path = $path;
	}



	/**
	 * @brief  Returns the name of the node
	 * @return string
	 */
	public function getName() {

		list(, $name)  = Sabre_DAV_URLUtil::splitPath($this->path);
		return $name;

	}

	/**
	 * @brief Renames the node
	 * @param string $name The new name
	 * @return void
	 */
	public function setName($name) {

		// rename is only allowed if the update privilege is granted
		if (!\OC\Files\Filesystem::isUpdatable($this->path)) {
			throw new \Sabre_DAV_Exception_Forbidden();
		}

		list($parentPath, ) = Sabre_DAV_URLUtil::splitPath($this->path);
		list(, $newName) = Sabre_DAV_URLUtil::splitPath($name);

		$newPath = $parentPath . '/' . $newName;
		$oldPath = $this->path;

		\OC\Files\Filesystem::rename($this->path, $newPath);

		$this->path = $newPath;

		$query = OC_DB::prepare( 'UPDATE `*PREFIX*properties` SET `propertypath` = ?'
			.' WHERE `userid` = ? AND `propertypath` = ?' );
		$query->execute( array( $newPath, OC_User::getUser(), $oldPath ));

	}

	public function setFileinfoCache($fileinfo_cache)
	{
		$this->fileinfo_cache = $fileinfo_cache;
	}

	/**
	 * @brief Ensure that the fileinfo cache is filled
	 * @note Uses OC_FileCache or a direct stat
	 */
	protected function getFileinfoCache() {
		if (!isset($this->fileinfo_cache)) {
			if ($fileinfo_cache = \OC\Files\Filesystem::getFileInfo($this->path)) {
			} else {
				$fileinfo_cache = \OC\Files\Filesystem::stat($this->path);
			}

			$this->fileinfo_cache = $fileinfo_cache;
		}
	}

	public function setPropertyCache($property_cache)
	{
		$this->property_cache = $property_cache;
	}

	/**
	 * @brief Returns the last modification time, as a unix timestamp
	 * @return int
	 */
	public function getLastModified() {
		$this->getFileinfoCache();
		return $this->fileinfo_cache['mtime'];

	}

	/**
	 *  sets the last modification time of the file (mtime) to the value given
	 *  in the second parameter or to now if the second param is empty.
	 *  Even if the modification time is set to a custom value the access time is set to now.
	 */
	public function touch($mtime) {
		\OC\Files\Filesystem::touch($this->path, $mtime);
	}

	/**
	 * @brief Updates properties on this node,
	 * @see Sabre_DAV_IProperties::updateProperties
	 * @return boolean
	 */
	public function updateProperties($properties) {
		$existing = $this->getProperties(array());
		foreach($properties as $propertyName => $propertyValue) {
			// If it was null, we need to delete the property
			if (is_null($propertyValue)) {
				if(array_key_exists( $propertyName, $existing )) {
					$query = OC_DB::prepare( 'DELETE FROM `*PREFIX*properties`'
						.' WHERE `userid` = ? AND `propertypath` = ? AND `propertyname` = ?' );
					$query->execute( array( OC_User::getUser(), $this->path, $propertyName ));
				}
			}
			else {
				if( strcmp( $propertyName, self::GETETAG_PROPERTYNAME) === 0 ) {
					\OC\Files\Filesystem::putFileInfo($this->path, array('etag'=> $propertyValue));
				} elseif( strcmp( $propertyName, self::LASTMODIFIED_PROPERTYNAME) === 0 ) {
					$this->touch($propertyValue);
				} else {
					if(!array_key_exists( $propertyName, $existing )) {
						$query = OC_DB::prepare( 'INSERT INTO `*PREFIX*properties`'
							.' (`userid`,`propertypath`,`propertyname`,`propertyvalue`) VALUES(?,?,?,?)' );
						$query->execute( array( OC_User::getUser(), $this->path, $propertyName,$propertyValue ));
					} else {
						$query = OC_DB::prepare( 'UPDATE `*PREFIX*properties` SET `propertyvalue` = ?'
							.' WHERE `userid` = ? AND `propertypath` = ? AND `propertyname` = ?' );
						$query->execute( array( $propertyValue,OC_User::getUser(), $this->path, $propertyName ));
					}
				}
			}

		}
		$this->setPropertyCache(null);
		return true;
	}

	/**
	 * removes all properties for this node and user
	 */
	public function removeProperties() {
		$query = OC_DB::prepare( 'DELETE FROM `*PREFIX*properties`'
		.' WHERE `userid` = ? AND `propertypath` = ?' );
		$query->execute( array( OC_User::getUser(), $this->path));

		$this->setPropertyCache(null);
	}

	/**
	 * @brief Returns a list of properties for this nodes.;
	 * @param array $properties
	 * @return array
	 * @note The properties list is a list of propertynames the client
	 * requested, encoded as xmlnamespace#tagName, for example:
	 * http://www.example.org/namespace#author If the array is empty, all
	 * properties should be returned
	 */
	public function getProperties($properties) {

		if (is_null($this->property_cache)) {
			$sql = 'SELECT * FROM `*PREFIX*properties` WHERE `userid` = ? AND `propertypath` = ?';
			$result = OC_DB::executeAudited( $sql, array( OC_User::getUser(), $this->path ) );

			$this->property_cache = array();
			while( $row = $result->fetchRow()) {
				$this->property_cache[$row['propertyname']] = $row['propertyvalue'];
			}

			// Don't call the static getETagPropertyForPath, its result is not cached
			$this->getFileinfoCache();
			if ($this->fileinfo_cache['etag']) {
				$this->property_cache[self::GETETAG_PROPERTYNAME] = '"'.$this->fileinfo_cache['etag'].'"';
			} else {
				$this->property_cache[self::GETETAG_PROPERTYNAME] = null;
			}
		}

		// if the array was empty, we need to return everything
		if(count($properties) == 0) {
			return $this->property_cache;
		}

		$props = array();
		foreach($properties as $property) {
			if (isset($this->property_cache[$property])) {
				$props[$property] = $this->property_cache[$property];
			}
		}

		return $props;
	}

	/**
	 * Returns the ETag surrounded by double-quotes for this path.
	 * @param string $path Path of the file
	 * @return string|null Returns null if the ETag can not effectively be determined
	 */
	protected function getETagPropertyForPath($path) {
		$data = $this->getFS()->getFileInfo($path);
		if (isset($data['etag'])) {
			return '"'.$data['etag'].'"';
		}
		return null;
	}

	protected function getFS() {
		if (is_null($this->fileView)) {
			$this->fileView = \OC\Files\Filesystem::getView();
		}
		return $this->fileView;
	}

	/**
	 * @return string|null
	 */
	public function getFileId()
	{
		$this->getFileinfoCache();

		if (isset($this->fileinfo_cache['fileid'])) {
			$instanceId = OC_Util::getInstanceId();
			$id = sprintf('%08d', $this->fileinfo_cache['fileid']);
			return $id . $instanceId;
		}

		return null;
	}
}