| Commit message (Expand) | Author | Age | Files | Lines |
* | Make path for dummy fileinfo absolute | Robin Appelman | 2014-03-03 | 1 | -1/+1 |
* | Pass the filesystem view as argument in the sabredav connectors and use the f... | Robin Appelman | 2014-02-25 | 7 | -270/+216 |
* | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 3 | -4/+20 |
|\ |
|
| * | Added file name check in webdav connector | Vincent Petry | 2014-02-18 | 3 | -4/+20 |
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -1/+2 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 5 | -5/+7 |
|/ |
|
* | Merge pull request #6081 from owncloud/partfilewebdavfix | Vincent Petry | 2014-02-04 | 1 | -1/+14 |
|\ |
|
| * | Allow getting info or renaming part files through WebDAV | Vincent Petry | 2014-01-23 | 1 | -1/+14 |
* | | Added exception logger plugin for sabre connector | Vincent Petry | 2014-01-27 | 2 | -3/+53 |
|/ |
|
* | Removed special handling of part files in shared storage rename | Vincent Petry | 2014-01-08 | 1 | -1/+4 |
* | in order to work properly with encryption ocTransferId is added to the file p... | Thomas Müller | 2014-01-07 | 1 | -1/+1 |
* | Adding a random postfix to the part file. | Thomas Müller | 2013-12-20 | 1 | -1/+1 |
* | Fixed touch after chunk assembling | Vincent Petry | 2013-11-29 | 1 | -1/+1 |
* | adding chunked upload handling | Thomas Müller | 2013-11-25 | 1 | -0/+12 |
* | always get the right node for the given file path | Thomas Müller | 2013-11-20 | 1 | -0/+2 |
* | Merge pull request #5447 from owncloud/fixing-5117-master | Vincent Petry | 2013-11-13 | 1 | -3/+25 |
|\ |
|
| * | make it possible to detect transferID part | Bjoern Schiessle | 2013-11-11 | 1 | -1/+1 |
| * | adding oc-mtime handling to chunked upload | Thomas Müller | 2013-10-21 | 1 | -0/+9 |
| * | chunked files are assembled into a part file on the target storage followed b... | Thomas Müller | 2013-10-21 | 1 | -3/+16 |
* | | add header 'OC-FileId' on PUT | Thomas Müller | 2013-10-25 | 1 | -0/+16 |
* | | switch instance id and file id | Thomas Müller | 2013-10-25 | 1 | -1/+1 |
* | | Merge pull request #5494 from owncloud/fixing-3593-master | Thomas Müller | 2013-10-24 | 2 | -1/+95 |
|\ \ |
|
| * | | - fixing namespace | Thomas Müller | 2013-10-24 | 1 | -2/+4 |
| * | | handle case where fileid is not set | Thomas Müller | 2013-10-23 | 2 | -4/+12 |
| * | | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 2 | -1/+85 |
* | | | Merge pull request #5402 from owncloud/fixing-5367-master | Thomas Müller | 2013-10-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fixes #5367 | Thomas Müller | 2013-10-17 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #5464 from owncloud/fixing-5456-master | Thomas Müller | 2013-10-23 | 2 | -3/+18 |
|\ \ \
| |_|/
|/| | |
|
| * | | creating and deleting of file and folder 'Shared' in root is not allowed | Thomas Müller | 2013-10-22 | 2 | -3/+18 |
| |/ |
|
* / | - delete properties on node delete | Thomas Müller | 2013-10-22 | 3 | -0/+19 |
|/ |
|
* | Move OC_Connector_Sabre_Server to expected location. | Andreas Fischer | 2013-10-17 | 1 | -0/+235 |
* | Merge pull request #5325 from owncloud/setup-fs-on-apache-auth-backend | Thomas Müller | 2013-10-16 | 1 | -5/+1 |
|\ |
|
| * | there shall be tabs | Thomas Müller | 2013-10-14 | 1 | -1/+1 |
| * | file system is now initialized with apache authentication as well | Thomas Müller | 2013-10-14 | 1 | -6/+2 |
* | | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-14 | 6 | -9/+87 |
|\| |
|
| * | Merge pull request #5207 from owncloud/fixing-4011-part2-master | Thomas Müller | 2013-10-11 | 3 | -1/+59 |
| |\ |
|
| | * | fixing status code and formatting | Thomas Müller | 2013-10-08 | 2 | -18/+17 |
| | * | catch specific file exceptions and convert them to proper http status code vi... | Thomas Müller | 2013-10-08 | 1 | -5/+12 |
| | * | adding additional exceptions for special cases where creating a file might no... | Thomas Müller | 2013-10-07 | 3 | -0/+52 |
| * | | due to internal implementations touch will always be successful - $mtime will... | Thomas Müller | 2013-10-09 | 1 | -6/+0 |
| * | | Merge pull request #5194 from owncloud/fixing-5172-master | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
| |\ \ |
|
| | * | | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
| * | | | part file needs to have .part extension | Bjoern Schiessle | 2013-10-08 | 1 | -1/+1 |
| * | | | updating a existing large file creates new file chunks. Therefore createFile(... | Bjoern Schiessle | 2013-10-08 | 1 | -2/+16 |
| * | | | If a existing file in Shared/ with update permissions gets updated we need to... | Bjoern Schiessle | 2013-10-08 | 1 | -0/+11 |
| |/ / |
|
| * | | the path for reassembling was created the wrong way | Thomas Müller | 2013-10-07 | 1 | -2/+2 |
* | | | moving createFileChunked() to OC_Connector_Sabre_File | Thomas Müller | 2013-10-07 | 1 | -15/+34 |
* | | | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #5072 from owncloud/apache-auth-master | Thomas Müller | 2013-10-07 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | code cleanup - remove special case for webdav in handleApacheAuth() | Thomas Müller | 2013-10-02 | 1 | -1/+2 |