Vincent Petry
|
80d2371f97
|
Fixed touch after chunk assembling
Fixed touch after chunk assembling which was using the wrong path,
resulting in the creation of an extra file.
Fixes #6007
|
2013-11-29 16:29:35 +01:00 |
Vincent Petry
|
3fa651f2b1
|
Merge pull request #5447 from owncloud/fixing-5117-master
No data corruption duriing parallel upload
|
2013-11-13 02:59:34 -08:00 |
Bjoern Schiessle
|
68f3f2e691
|
make it possible to detect transferID part
|
2013-11-11 17:47:46 +01:00 |
Thomas Müller
|
808e9b0f51
|
Merge pull request #5402 from owncloud/fixing-5367-master
fixes chunked upload
|
2013-10-24 00:56:46 -07:00 |
Thomas Müller
|
caa3a8d784
|
Merge pull request #5464 from owncloud/fixing-5456-master
Fixing 5456 master
|
2013-10-23 10:50:36 -07:00 |
Thomas Müller
|
09903aa36c
|
- delete properties on node delete
- move properties on node move
|
2013-10-22 19:41:26 +02:00 |
Thomas Müller
|
6e0e621218
|
creating and deleting of file and folder 'Shared' in root is not allowed
|
2013-10-22 11:10:07 +02:00 |
Thomas Müller
|
2628601e79
|
adding oc-mtime handling to chunked upload
|
2013-10-21 15:00:28 +02:00 |
Thomas Müller
|
3cb666ad77
|
chunked files are assembled into a part file on the target storage followed by an atomic rename operation.
|
2013-10-21 13:21:39 +02:00 |
Thomas Müller
|
d2d2c9a46d
|
fixes #5367
|
2013-10-17 20:20:13 +02:00 |
Thomas Müller
|
a5e808defc
|
Merge branch 'master' into fixing-4546-master
Conflicts:
lib/private/connector/sabre/file.php
|
2013-10-14 10:56:50 +02:00 |
Thomas Müller
|
dc58195c7f
|
Merge pull request #5207 from owncloud/fixing-4011-part2-master
[OC6] file upload exception handling
|
2013-10-11 10:35:17 -07:00 |
Thomas Müller
|
caa27824a9
|
catch specific file exceptions and convert them to proper http status code via webdav
|
2013-10-08 15:04:31 +02:00 |
Bjoern Schiessle
|
6c45fab037
|
part file needs to have .part extension
|
2013-10-08 12:00:32 +02:00 |
Bjoern Schiessle
|
0293d8e04f
|
If a existing file in Shared/ with update permissions gets updated we need to write the .part file to a different place because we can't create new files in the Shared folder
|
2013-10-08 11:26:49 +02:00 |
Thomas Müller
|
61a534fb60
|
moving createFileChunked() to OC_Connector_Sabre_File
|
2013-10-07 17:49:21 +02:00 |
Thomas Müller
|
f496609085
|
the path for reassembling was created the wrong way
|
2013-10-07 17:34:21 +02:00 |
Thomas Müller
|
730c80ff9c
|
adding additional exceptions for special cases where creating a file might not be allowed
|
2013-10-07 15:11:47 +02:00 |
Thomas Müller
|
aebc330f26
|
Merge branch 'master' into fixing-4011-master
|
2013-10-04 14:06:42 +02:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |