Commit Graph

20 Commits (f06df170cb287009ece7098ff2a28a7af2a0b545)

Author SHA1 Message Date
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 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