Commit Graph

132 Commits (29e1c3a898a66b0b005d230a836a0275e462071c)

Author SHA1 Message Date
Joas Schilling 78a307995c Fix namespace of Files_Encryption outside of the app 10 years ago
Robin Appelman 0b630a37ab Fix type hinting for app manager 10 years ago
Robin Appelman 7cb12d4bff Add sabredav plugin to check if a user has access to an app 10 years ago
Vincent Petry 0b2c24081f Return real mime type on PROPFIND 11 years ago
Vincent Petry cccedf6f30 Convert StorageNotAvailableException to SabreDAV exception 11 years ago
Bjoern Schiessle a10ae2816e clean up encryption exceptions 11 years ago
Bjoern Schiessle c2a45c1238 throw exception if private key is missing 11 years ago
Morris Jobke 56cf1d9d27 fix odd behaviour 11 years ago
Vincent Petry 21d825ed6c Properly catch 503 storage not available in getQuotaInfo 11 years ago
libasys cbd130bed0 adding missing email address for principal 11 years ago
Robin Appelman 19de425a50 Use the cached fileinfo to get creatable permissions 11 years ago
Robin Appelman 10c350b895 Fix dav permissions for folders without create permissions 11 years ago
Vincent Petry 470c25eff4 WebDAV now throws 403 when deletion did not work 11 years ago
scolebrook f31e4066de Conceal or display SabreDAV version number in browser and http response headers. 11 years ago
Thomas Müller 27cd30aa94 content size checks are not valid for LOCK 11 years ago
chli1 712487c861 fix BadRequest error if CONTENT_LENGTH not set 11 years ago
Thomas Müller 96a931929e adding OC-ETag header 11 years ago
Thomas Müller 647120fb36 adding new webdav property containing the folder size 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Morris Jobke b3b3354809 move to public namespace 11 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 11 years ago
Vincent Petry ec274ad40b Use afterBind to send fileId header for files and directories 11 years ago
Vincent Petry cc8c1d8e07 Return whole file if range request cannot be granted due to encryption 11 years ago
Thomas Müller 31149fb1c3 adding special handling of checkPrecondition() for chunked upload 11 years ago
Thomas Müller 0a9e0d1051 perm -> permissions 11 years ago
Thomas Müller ea269f0067 Upload abortion is now detected within the OC_Connector_Sabre_File::put() 11 years ago
Robin Appelman 8161104420 Catch StorageInvalidException in webdav 11 years ago
Robin Appelman 99960d7747 Handle StorageNotAvailableException in webdav 11 years ago
Robin Appelman 80e6d357a2 Fix permissions check when moving a file to a different directory over webdav 11 years ago
Robin Appelman 07fdeba50b Fix moving movablemount over webdav 11 years ago
Robin Appelman c6a83b2f17 Fix exposing single files over webdav 11 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 11 years ago
Bjoern Schiessle b0a74edbb2 allow moving files to the root 11 years ago
Markus Goetz e6665a0542 WebDAV Permissions: Distinguish between renameing and moving 11 years ago
Thomas Müller 48eee0b432 use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface 11 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 11 years ago
ringmaster cda87fd9c4 Normalize lock exception messages. 11 years ago
Lukas Reschke 9bbc4b0034 Fix typo 11 years ago
ringmaster 6b94732bdf Respect locked files, surface correct exception. 11 years ago
Andreas Fischer fb4556033a Cast '{DAV:}getcontentlength' to number instead of int. 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Thomas Müller e5ee84ca9b - update permissions 11 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 11 years ago
Thomas Müller c92c577b5e - Introduce isShared() and isMounted() on FileInfo class 11 years ago
Robin Appelman cd0c5990f8 properly quote etags 11 years ago
Robin Appelman 49b44e7e22 Normalize paths when moving properties 11 years ago
Thomas Müller 4ba6f4839d fixing typos and PHPDoc 11 years ago
Robin Appelman e77d89fc4b Revert changes to OC_Connector_Sabre_Server 11 years ago