Commit Graph

43 Commits (8f33286b1933cf3532a8cf15d391e85deb30d429)

Author SHA1 Message Date
Thomas Müller 51a8172868 always get the right node for the given file path 13 years ago
Bjoern Schiessle 68f3f2e691 make it possible to detect transferID part 13 years ago
Thomas Müller c455cb989b add header 'OC-FileId' on PUT 13 years ago
Thomas Müller 3bca1519ee switch instance id and file id 13 years ago
Thomas Müller a22f12cfe0 - fixing namespace 13 years ago
Thomas Müller b02a485712 handle case where fileid is not set 13 years ago
Thomas Müller b60ae11db8 introducing new dav property {xmlns:oc="http://owncloud.org/ns}id 13 years ago
Thomas Müller 09903aa36c - delete properties on node delete 13 years ago
Thomas Müller 6e0e621218 creating and deleting of file and folder 'Shared' in root is not allowed 13 years ago
Thomas Müller 2628601e79 adding oc-mtime handling to chunked upload 13 years ago
Thomas Müller 3cb666ad77 chunked files are assembled into a part file on the target storage followed by an atomic rename operation. 13 years ago
Thomas Müller d2d2c9a46d fixes #5367 13 years ago
Andreas Fischer 5ee74b656c Move OC_Connector_Sabre_Server to expected location. 13 years ago
Thomas Müller 5318df3b3c there shall be tabs 13 years ago
Thomas Müller fb3829e8b8 file system is now initialized with apache authentication as well 13 years ago
Thomas Müller 27738fc4f5 due to internal implementations touch will always be successful - $mtime will be stored in the cache 13 years ago
Thomas Müller 3f27fefdbe fixing status code and formatting 13 years ago
Thomas Müller caa27824a9 catch specific file exceptions and convert them to proper http status code via webdav 13 years ago
Bjoern Schiessle 6c45fab037 part file needs to have .part extension 13 years ago
Thomas Müller c77f74e1de adding check isDeletable() on $sourcePath 13 years ago
Bjoern Schiessle dd202d9ad3 updating a existing large file creates new file chunks. Therefore createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file" 13 years ago
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 13 years ago
Thomas Müller 61a534fb60 moving createFileChunked() to OC_Connector_Sabre_File 13 years ago
Thomas Müller f496609085 the path for reassembling was created the wrong way 13 years ago
Thomas Müller 730c80ff9c adding additional exceptions for special cases where creating a file might not be allowed 13 years ago
Thomas Müller 414b2eb4b6 upload abortion detection only for PUT 13 years ago
Markus Goetz 7f7718888d DAV: Use fileinfo_cache for ETag 13 years ago
Thomas Müller 4cecede13d code cleanup - remove special case for webdav in handleApacheAuth() 13 years ago
Thomas Müller 8e0060405d reorganize file in lib 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago