Commit Graph

83 Commits (17d466b03b91ccc058fe1a88340df36c22a580c2)

Author SHA1 Message Date
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
scambra 5af8adc169 code style changes 13 years ago
scambra d9c14292a4 fix checking quota in webdav, adding a sabredav plugin 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Arthur Schiwon b43b85c849 get effective username after webdav login, fixes oc-2108 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Arthur Schiwon 783c02eda9 fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker 13 years ago
Björn Schießle f8f73e2675 move back to "lastmodified" property since "getlastmodified" is protected by webdav 13 years ago
Björn Schießle 50d7cfbbe7 prepare server for move of property name "lastmodified" to "getlastmodified" according to RFC4918. 13 years ago
Björn Schießle c3c6e52104 - take webdav namespace for properties into account 13 years ago
Bart Visscher 8820cd934a Forgot to return the fileinfo 13 years ago
Bart Visscher b6dc6c5bb9 Don't use OC_FileCache directly, but use the functions in OC_Files 13 years ago
Bart Visscher 703aff6c35 Run proxies and emit signals when finising chunked upload 13 years ago
Bart Visscher b1bab6d113 Check format of chunked filename 13 years ago
Bart Visscher 78a022fda6 dirname can also return '.' for empty path 13 years ago
Thomas Müller 5721bd2786 Respect coding style 13 years ago
Thomas Müller 1a10955644 Respect coding style 13 years ago
Thomas Müller 2271a97992 Respect coding style 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 285c198c36 EOL fixes 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Jakob Sack 1dfa6f3d8f Fix OC_Connector_Sabre_Locks for SQLite 13 years ago
Jakob Sack 1fe9892292 Fix #476 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Michael Gapczynski 89027545a0 Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 13 years ago
Bart Visscher 1ea33ff36b Chunked upload: Refactor OC_FileChunking to object 13 years ago
Bart Visscher 2d85ef0e04 Chunked upload: Refactor to static class 13 years ago
Bart Visscher d26f87e738 Smarter remove of etag properties for path 13 years ago
Bart Visscher 783d67be62 Create uniqid ETag for directories 13 years ago
Bart Visscher 381e493a8c Rename functions 13 years ago
Bjoern Schiessle 73734c98e0 - remove namespace from file property name (webdav) 13 years ago
Bjoern Schiessle bd63fddbf4 fix broken properties in the database 13 years ago
Bjoern Schiessle c0e37c7d69 quick fix for broken properties 13 years ago
Robin Appelman 8a19e134df fix ununsed variables 13 years ago
Bart Visscher 0b338a7a41 Add missing public to function definition 13 years ago
Bart Visscher cdd9ffc8a5 Add ETag support to the Sabre file connector. 13 years ago
Bjoern Schiessle 53bdb049cb adapted to new SabreDav version 13 years ago
Robin Appelman 445f52ef8b dont check for filecache updates when getting quota info over webdav 13 years ago
Robin Appelman e52ab59b40 Revert "use readfile() instead iof fopen() for file download over webdav." 13 years ago
Robin Appelman f047fdbfaa revert to using fopen for webdav instead of readfile 13 years ago
Michael Gapczynski b1a7826d56 Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 13 years ago
Bjoern Schiessle 9af74a9c80 use readfile() instead iof fopen() for file download over webdav. 13 years ago
Bjoern Schiessle e7a0c4f0bb use readfile() instead iof fopen() for file download over webdav. 13 years ago
Bjoern Schiessle 7d41d3aba8 webdav ssl cleanup 13 years ago
Bart Visscher e8010209bb Custom chunking support 13 years ago
Bjoern Schiessle e91b4bc2ac allow user to upload his own root certificate for secure webdav mount 13 years ago
Bjoern Schiessle ba8dee0520 introduce subclassed client.php and revert changes to 3rdparty 13 years ago
Robin Appelman 420d23a875 fix webdav errors for empty folders 13 years ago
Bart Visscher f655981baf Fix initialization of OC_Filesystem setup from DAV 13 years ago