Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8259 from nextcloud/guzzle6 | Morris Jobke | 2018-02-14 | 1 | -2/+2 |
|\ | | | | | update guzzlehttp/guzzle to 6.3.0 | ||||
| * | Adjust dav client to new guzzle | Robin Appelman | 2018-02-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -3/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8054 from nextcloud/substr-use-index | Morris Jobke | 2018-01-26 | 1 | -7/+3 |
|\ | | | | | Use index based string access for substr with length of 1 | ||||
| * | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 1 | -7/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 2 | -4/+6 |
|\ | | | | | Properly log the full exception instead of only the message | ||||
| * | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 2 | -4/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use fallback path if data dir is not available for Storage/Local.php | Morris Jobke | 2018-01-18 | 2 | -6/+14 |
|/ | | | | | | | Found while testing strict types for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix call to clearstatcache to actually use the file path | Morris Jobke | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | | * found while adding the strict_typing for PHP 7+ migration * first argument is a boolean - second one is the path * see http://php.net/manual/en/function.clearstatcache.php Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | additional debug logging on smb copy/rename failures | Robin Appelman | 2017-12-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #6682 from nextcloud/dav-mimetype-fallback | Roeland Jago Douma | 2017-12-11 | 1 | -9/+17 |
|\ | | | | | Fallback to filename based detection if the remote dav server doesn't… | ||||
| * | Fallback to filename based detection if the remote dav server doesn't know ↵ | Robin Appelman | 2017-09-28 | 1 | -9/+17 |
| | | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Use the correct root for shared jail when the source storage is also a jail | Robin Appelman | 2017-11-10 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 11 | -1/+18 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use ::class and fix missing doc | Joas Schilling | 2017-10-28 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #6052 from nextcloud/fix_jail_copy | Morris Jobke | 2017-08-10 | 1 | -0/+6 |
|\ | | | | | Fix copy from jailed storage | ||||
| * | Fix copy from jailed storage | Roeland Jago Douma | 2017-08-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | If we have a jailed storage we must also fix the internal path on copy. Else we pass in the wrong path. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Make definition compatible | Lukas Reschke | 2017-08-09 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 9 | -36/+45 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix scan permissions with nested permissions masks | Robin Appelman | 2017-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix propagating changes within jail wrapper | Robin Appelman | 2017-07-11 | 1 | -0/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fixed a crash caused by Local::copyFromStorage() not conforming to ↵ | Michael Munger | 2017-05-23 | 1 | -1/+1 |
| | | | | Common::copyFromStorage. Issue# 5071 | ||||
* | use unmasked permissions during scanning | Robin Appelman | 2017-05-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Make sure we use the passed-in storage when there is one | Joas Schilling | 2017-05-10 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4329 from nextcloud/move-out-shared-folder | Morris Jobke | 2017-04-12 | 2 | -42/+49 |
|\ | | | | | Fix moving files out of a shared folder | ||||
| * | use unjailed path when moving files out of a shared storage | Robin Appelman | 2017-04-12 | 1 | -2/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | rename Jail::getSourcePath to getUnjailedPath to fix conflict with ↵ | Robin Appelman | 2017-04-12 | 1 | -40/+40 |
| | | | | | | | | | | | | Local::getSourcePath Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Optimize put - Dont try to fetch filecache for not existing filecache in ↵ | Piotr M | 2017-04-12 | 1 | -2/+4 |
|/ | | | | encription | ||||
* | Dont use the permissions mask while scanning | Robin Appelman | 2017-04-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove verbose error message | Lukas Reschke | 2017-03-29 | 1 | -2/+3 |
| | | | | | | There's no need to have this included in the error message. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | allow configuring authType for DAV backend | Jörn Friedrich Dreyer | 2017-03-22 | 1 | -2/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #3600 from coletivoEITA/master | Roeland Jago Douma | 2017-03-14 | 2 | -0/+14 |
|\ | | | | | added method needsPartFile() in Storage | ||||
| * | added method needsPartFile() in Storage | Vinicius Cubas Brand | 2017-03-14 | 2 | -0/+14 |
| | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | | Merge pull request #3495 from nextcloud/dav-protected | Roeland Jago Douma | 2017-02-15 | 1 | -7/+7 |
|\ \ | | | | | | | Make it easier to subclass DAV storage | ||||
| * | | Make it easier to subclass DAV storage | Robin Appelman | 2017-02-15 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #3447 from nextcloud/getmetadata-permissions-mask | Roeland Jago Douma | 2017-02-15 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | also apply permissions mask in getMetaData | ||||
| * | | | also apply permissions mask in getMetaData | Robin Appelman | 2017-02-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-id | Roeland Jago Douma | 2017-02-15 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Make sure we use the correct storage id and parent id when scanning a jailed storage | ||||
| * | | | | Make sure we use the correct storage id when scanning a jailed storage | Robin Appelman | 2017-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #3465 from nextcloud/storage-log-locks | Lukas Reschke | 2017-02-14 | 2 | -3/+84 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Add option to enable locking debug logging | ||||
| * | | | | Add missing PHPDoc and properly throw exception | Morris Jobke | 2017-02-13 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Add storage to log item as well | Lukas Reschke | 2017-02-13 | 1 | -3/+33 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | | Add option to enable locking debug logging | Robin Appelman | 2017-02-13 | 1 | -3/+48 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / | | | bug when connect to yandex webdav server | vkuimov | 2017-02-10 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | server think that request like <?xml version="1.0" encoding="UTF-8"?> <d:propfind xmlns:d="DAV:"> <d:prop/> </d:propfind> is 400: Bad Request | ||||
* | | | remove obsolete hack (#26928) | Jörn Friedrich Dreyer | 2017-01-27 | 1 | -12/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove obsolete hack > // file_get_contents() has a memory leak: https://bugs.php.net/bug.php?id=61961 was closed 4 years ago. we could also use the Common implementation Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Make DAV external storage test more reliable | Robin Appelman | 2017-01-24 | 2 | -5/+9 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #2744 from nextcloud/oc_26324 | Roeland Jago Douma | 2017-01-11 | 1 | -52/+53 |
|\ \ | | | | | | | [downstream] Fix DAV stat cache to properly cache 404 |