Commit Graph

49 Commits (75c8d74c945293a65f0009caeb5a1ba33f21e37b)

Author SHA1 Message Date
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 11 years ago
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 11 years ago
Thomas Müller ed469a7d2c in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string 11 years ago
Niklas Sombert 4c179850ab Revert "Added support for extra backends (see pull request #5043)" 11 years ago
Thomas Müller 1c0b8ed214 Adding a random postfix to the part file. 11 years ago
Vincent Petry 80d2371f97 Fixed touch after chunk assembling 11 years ago
Thomas Müller 27cc333dfe adding chunked upload handling 11 years ago
Thomas Müller 51a8172868 always get the right node for the given file path 11 years ago
Bjoern Schiessle 68f3f2e691 make it possible to detect transferID part 12 years ago
Thomas Müller c455cb989b add header 'OC-FileId' on PUT 12 years ago
Thomas Müller 3bca1519ee switch instance id and file id 12 years ago
Thomas Müller a22f12cfe0 - fixing namespace 12 years ago
Thomas Müller b02a485712 handle case where fileid is not set 12 years ago
Thomas Müller b60ae11db8 introducing new dav property {xmlns:oc="http://owncloud.org/ns}id 12 years ago
Thomas Müller 09903aa36c - delete properties on node delete 12 years ago
Thomas Müller 6e0e621218 creating and deleting of file and folder 'Shared' in root is not allowed 12 years ago
Thomas Müller 2628601e79 adding oc-mtime handling to chunked upload 12 years ago
Thomas Müller 3cb666ad77 chunked files are assembled into a part file on the target storage followed by an atomic rename operation. 12 years ago
Thomas Müller d2d2c9a46d fixes #5367 12 years ago
Andreas Fischer 5ee74b656c Move OC_Connector_Sabre_Server to expected location. 12 years ago
Thomas Müller 5318df3b3c there shall be tabs 12 years ago
Thomas Müller fb3829e8b8 file system is now initialized with apache authentication as well 12 years ago
Thomas Müller 27738fc4f5 due to internal implementations touch will always be successful - $mtime will be stored in the cache 12 years ago
Thomas Müller 3f27fefdbe fixing status code and formatting 12 years ago
Thomas Müller caa27824a9 catch specific file exceptions and convert them to proper http status code via webdav 12 years ago
Bjoern Schiessle 6c45fab037 part file needs to have .part extension 12 years ago
Thomas Müller c77f74e1de adding check isDeletable() on $sourcePath 12 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" 12 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 12 years ago
Thomas Müller 61a534fb60 moving createFileChunked() to OC_Connector_Sabre_File 12 years ago
Thomas Müller f496609085 the path for reassembling was created the wrong way 12 years ago
Thomas Müller 730c80ff9c adding additional exceptions for special cases where creating a file might not be allowed 12 years ago
Thomas Müller 414b2eb4b6 upload abortion detection only for PUT 12 years ago
Markus Goetz 7f7718888d DAV: Use fileinfo_cache for ETag 12 years ago
Thomas Müller 4cecede13d code cleanup - remove special case for webdav in handleApacheAuth() 12 years ago
Thomas Müller 8e0060405d reorganize file in lib 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago