Commit Graph

152 Commits (f4182d2dc9380015a1dadc6be40a731b8092c971)

Author SHA1 Message Date
Vincent Petry 8210200770 Revert "adding OC-ETag header" 12 years ago
Robin Appelman 05035ef4af Fix webdav put for single file webdav shares 12 years ago
Thomas Müller b7cf4d551e let init() take an INode - fixes PHP message 12 years ago
Lukas Reschke 476579b9c6 Fix WebDAV auth for session authentication only 12 years ago
Lukas Reschke 730460c9fa Close session properly 12 years ago
Lukas Reschke dfbc405a45 Prioritise Basic Auth header over Cookie 12 years ago
Thomas Müller 5f171618fd remove unused variable and fix undefined variable 12 years ago
Vincent Petry 2e57fe93e4 Disable part files for OC ext storage backend + s2s backend 12 years ago
Chris Wilson 402a3ed146 Improve debugging for ServiceUnavailable exceptions 12 years ago
Lukas Reschke 0ed00bca43 Use namespace 12 years ago
Lukas Reschke 556c9b6f46 Write unit-tests and use DI 12 years ago
Lukas Reschke f2ddd565e8 Fix code-style 12 years ago
derkostka deedfad050 fix "app":"PHP","message":"Undefined variable: user at/principal.php#66" 12 years ago
Thomas Müller 81243b0f5d adding getDirectDownload() to Wrapper 12 years ago
Thomas Müller 5b00bc1d6e Adding basement for the direct download url 12 years ago
Vincent Petry 6224e29f25 Fix code style issues for tags plugin 12 years ago
Vincent Petry 3c67900421 Remove obsolete method 12 years ago
Vincent Petry 0b3f0716fc Returns and update tags through WebDAV PROPFIND and PROPPATCH 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Joas Schilling 78a307995c Fix namespace of Files_Encryption outside of the app 12 years ago
Robin Appelman 0b630a37ab Fix type hinting for app manager 12 years ago
Robin Appelman 7cb12d4bff Add sabredav plugin to check if a user has access to an app 12 years ago
Vincent Petry 0b2c24081f Return real mime type on PROPFIND 12 years ago
Vincent Petry cccedf6f30 Convert StorageNotAvailableException to SabreDAV exception 12 years ago
Bjoern Schiessle a10ae2816e clean up encryption exceptions 12 years ago
Bjoern Schiessle c2a45c1238 throw exception if private key is missing 12 years ago
Morris Jobke 56cf1d9d27 fix odd behaviour 12 years ago
Vincent Petry 21d825ed6c Properly catch 503 storage not available in getQuotaInfo 12 years ago
libasys cbd130bed0 adding missing email address for principal 12 years ago
Robin Appelman 19de425a50 Use the cached fileinfo to get creatable permissions 12 years ago
Robin Appelman 10c350b895 Fix dav permissions for folders without create permissions 12 years ago
Vincent Petry 470c25eff4 WebDAV now throws 403 when deletion did not work 12 years ago
scolebrook f31e4066de Conceal or display SabreDAV version number in browser and http response headers. 12 years ago
Thomas Müller 27cd30aa94 content size checks are not valid for LOCK 12 years ago
chli1 712487c861 fix BadRequest error if CONTENT_LENGTH not set 12 years ago
Thomas Müller 96a931929e adding OC-ETag header 12 years ago
Thomas Müller 647120fb36 adding new webdav property containing the folder size 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 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 ec274ad40b Use afterBind to send fileId header for files and directories 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