Commit Graph

86 Commits (95cee0eb5d39ceb0c47c053c81134d039ab514d6)

Author SHA1 Message Date
Thomas Mueller 8724fe4b11 backport of #271 to stable45 13 years ago
Brice Maron bfff3d3f9b Correct quoting error with Sabre connector. Fix critical pg pbms 13 years ago
Björn Schießle 9e0a6d86ba make getFileSource static 13 years ago
Björn Schießle 501bb0afd6 if file gets modified, always remove etag for all shared folder to make sure that the sync client checks the shared folder for changes 13 years ago
Björn Schießle 5f7d053c3a some more checks if file is a shared file 13 years ago
Björn Schießle 72d6c3246f find correct source file and owner of shared files 13 years ago
Björn Schießle 166edb2cc1 start implementing a solution to fix broken etags for shared files 13 years ago
Robin Appelman a606131a6a Allow changing the way etags are generated 13 years ago
Arthur Schiwon 677cec6e1c get effective username after webdav login, fixes oc-2108 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