Commit Graph

99 Commits (20fc4b8b533407c7282bf1634e90f3a52e5619f0)

Author SHA1 Message Date
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
Bjoern Schiessle 7ef8f6d352 always allow to rename the share mount point 11 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 11 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 11 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 11 years ago
Vincent Petry 4f11786a3d Fixed Sabre Node implementation to correctly return timestamps as int 11 years ago
Vincent Petry 4033eba374 Fixed chunking and insufficient storage check 11 years ago
Thomas Müller f0603a971d close the session for all DAV calls right after authentication - no need to write to the session afterwards 11 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 11 years ago
Robin Appelman 5ef37c28d1 Remove the need for a custom SabreDav server constructor 11 years ago
Robin Appelman fe994669cd Make path for dummy fileinfo absolute 11 years ago
Robin Appelman 3a21755963 Pass the filesystem view as argument in the sabredav connectors and use the fileinfo object 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Vincent Petry bd71a1b7b6 Added file name check in webdav connector 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 11 years ago
Vincent Petry 5ad28f4d1f Allow getting info or renaming part files through WebDAV 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 12 years ago
Thomas Müller 27cc333dfe adding chunked upload handling 12 years ago
Thomas Müller 51a8172868 always get the right node for the given file path 12 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