Commit Graph

107 Commits (96a931929ea837a40a7e9b836252587c949a8127)

Author SHA1 Message Date
Thomas Müller 96a931929e adding OC-ETag header 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Vincent Petry cc8c1d8e07 Return whole file if range request cannot be granted due to encryption 12 years ago
Thomas Müller 31149fb1c3 adding special handling of checkPrecondition() for chunked upload 12 years ago
Thomas Müller 0a9e0d1051 perm -> permissions 12 years ago
Thomas Müller ea269f0067 Upload abortion is now detected within the OC_Connector_Sabre_File::put() 12 years ago
Robin Appelman 8161104420 Catch StorageInvalidException in webdav 12 years ago
Robin Appelman 99960d7747 Handle StorageNotAvailableException in webdav 12 years ago
Robin Appelman 80e6d357a2 Fix permissions check when moving a file to a different directory over webdav 12 years ago
Robin Appelman 07fdeba50b Fix moving movablemount over webdav 12 years ago
Robin Appelman c6a83b2f17 Fix exposing single files over webdav 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago
Bjoern Schiessle b0a74edbb2 allow moving files to the root 12 years ago
Markus Goetz e6665a0542 WebDAV Permissions: Distinguish between renameing and moving 12 years ago
Thomas Müller 48eee0b432 use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface 12 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 12 years ago
ringmaster cda87fd9c4 Normalize lock exception messages. 12 years ago
Lukas Reschke 9bbc4b0034 Fix typo 12 years ago
ringmaster 6b94732bdf Respect locked files, surface correct exception. 12 years ago
Andreas Fischer fb4556033a Cast '{DAV:}getcontentlength' to number instead of int. 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Thomas Müller e5ee84ca9b - update permissions 12 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 12 years ago
Thomas Müller c92c577b5e - Introduce isShared() and isMounted() on FileInfo class 12 years ago
Robin Appelman cd0c5990f8 properly quote etags 12 years ago
Robin Appelman 49b44e7e22 Normalize paths when moving properties 12 years ago
Thomas Müller 4ba6f4839d fixing typos and PHPDoc 12 years ago
Robin Appelman e77d89fc4b Revert changes to OC_Connector_Sabre_Server 12 years ago
Bjoern Schiessle 7ef8f6d352 always allow to rename the share mount point 12 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 13 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 13 years ago
Vincent Petry 4f11786a3d Fixed Sabre Node implementation to correctly return timestamps as int 13 years ago
Vincent Petry 4033eba374 Fixed chunking and insufficient storage check 13 years ago
Thomas Müller f0603a971d close the session for all DAV calls right after authentication - no need to write to the session afterwards 13 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Robin Appelman 5ef37c28d1 Remove the need for a custom SabreDav server constructor 13 years ago
Robin Appelman fe994669cd Make path for dummy fileinfo absolute 13 years ago
Robin Appelman 3a21755963 Pass the filesystem view as argument in the sabredav connectors and use the fileinfo object 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Vincent Petry bd71a1b7b6 Added file name check in webdav connector 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 13 years ago
Vincent Petry 5ad28f4d1f Allow getting info or renaming part files through WebDAV 13 years ago
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 13 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 13 years ago
Niklas Sombert 4c179850ab Revert "Added support for extra backends (see pull request #5043)" 13 years ago