Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into sabre-objecttree | Robin Appelman | 2013-07-24 | 3 | -3/+27 |
|\ | |||||
| * | Merge pull request #3392 from owncloud/googledrive | Bart Visscher | 2013-07-23 | 1 | -2/+5 |
| |\ | | | | | | | Switch to using Google Drive SDK, closes #2047 | ||||
| | * | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 5 | -24/+71 |
| | |\ | |||||
| | * \ | Merge branch 'master' into googledrive | Michael Gapczynski | 2013-05-27 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Return null if file size is negative for WebDAV, fix #2013 | Michael Gapczynski | 2013-05-27 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Merge branch 'master' into fix_return_value_search_principals | Georg Ehrke | 2013-07-22 | 1 | -0/+21 |
| |\ \ \ \ | |||||
| | * | | | | WebDAV Auth Connector: Check if already logged in | Markus Goetz | 2013-07-17 | 1 | -0/+21 |
| | | |_|/ | | |/| | | |||||
| * / | | | return empty array instead of 0 | Georg Ehrke | 2013-07-15 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | style fix | Robin Appelman | 2013-07-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | improved copy operation for objecttree | Robin Appelman | 2013-06-30 | 1 | -0/+29 |
| | | | | |||||
* | | | | improved move operation for sabre's objecttree | Robin Appelman | 2013-06-30 | 1 | -0/+24 |
| | | | | |||||
* | | | | make use of the fact that rmdir is already recursive | Robin Appelman | 2013-06-30 | 1 | -1/+0 |
| | | | | |||||
* | | | | overwrite Sabre_DAV_ObjectTree with a faster getNodeForPath | Robin Appelman | 2013-06-30 | 1 | -0/+49 |
|/ / / | |||||
* | | | Merge pull request #3799 from ↵ | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/fix_pdo_statement_wrapper_numrows_on_modification Fix pdo statement wrapper numrows on modification | ||||
| * | | | fix numRows usage in core lib | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Sabre: throw exceptions when delete/create/write operations are not permitted | Robin Appelman | 2013-06-25 | 2 | -3/+27 |
| | | | | |||||
* | | | | use to_char when comparing clob to string on oracle, use execute audited | Jörn Friedrich Dreyer | 2013-06-24 | 2 | -2/+6 |
|/ / / | |||||
* | | | Merge pull request #3721 from owncloud/oracle_setup_fixes | Thomas Müller | 2013-06-14 | 1 | -14/+16 |
|\ \ \ | | | | | | | | | Oracle setup fixes | ||||
| * | | | coding style | Thomas Mueller | 2013-06-14 | 1 | -1/+4 |
| | | | | |||||
| * | | | use executeAudited in sabredav lock | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -13/+12 |
| | | | | |||||
* | | | | Merge branch 'master' into move-maint-start | Thomas Mueller | 2013-06-14 | 2 | -5/+19 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: lib/util.php | ||||
| * | | | use to_char to allow comparing string to CLOB cloumns in oracle | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -4/+18 |
| | |/ | |/| | |||||
| * | | small typo in the comments | Alessandro Cosentino | 2013-05-23 | 1 | -1/+1 |
| |/ | |||||
* / | Also check for needed upgrade in the Sabre Maintenance connector | Bart Visscher | 2013-05-04 | 1 | -0/+3 |
|/ | |||||
* | return 403 when mkdir failed on webDAV, fixes #2127 | Arthur Schiwon | 2013-03-06 | 1 | -1/+3 |
| | |||||
* | Reuse $freeSpace variable | Michael Gapczynski | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | Don't throw insufficient storage exception if free space is unknown | Michael Gapczynski | 2013-02-23 | 1 | -1/+2 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -10/+10 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 4 | -12/+41 |
| | |||||
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 2 | -3/+3 |
| | |||||
* | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | only check content lenght on PUT to make litmus happy | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -14/+18 |
| | |||||
* | delete partial file when file upload is aborted | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -14/+17 |
| | |||||
* | check Content-Length to detect aborted uploads | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -0/+19 |
| | |||||
* | also rename file when it has not been present before | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -2/+2 |
| | |||||
* | readd renaming and mtime handling to new directory nodes | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -1/+17 |
| | |||||
* | send back 'X-OC-MTime: accepted' when X-OC-MTime was applied | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -1/+3 |
| | |||||
* | add a custom header clients can use to skip a n additional propset request | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -0/+6 |
| | |||||
* | Merge pull request #1588 from owncloud/etag_quotes | Frank Karlitschek | 2013-02-10 | 1 | -1/+1 |
|\ | | | | | wrap etags in quotes when doing a propfind on a folder | ||||
| * | wrap etags in quotes when doing a propfind on a folder | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
| | | |||||
* | | append .part to put files | Jörn Friedrich Dreyer | 2013-02-10 | 1 | -1/+7 |
|/ | |||||
* | Dav: update etag in filecache when doing a PROPSET | Robin Appelman | 2013-02-02 | 1 | -1/+3 |
| | |||||
* | Dav: don't overwrite etag from filecache with old etag from properties table | Robin Appelman | 2013-02-02 | 1 | -1/+3 |
| | |||||
* | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -0/+50 |
| | | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions. | ||||
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -3/+3 |
|\ | |||||
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -3/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2013-01-15 | 3 | -173/+78 |
|\| | |||||
| * | Merge pull request #1127 from owncloud/fixing-641-for-webdav-master | Thomas Müller | 2013-01-10 | 2 | -0/+78 |
| |\ | | | | | | | webdav returns "503 Service Unavailable" in case the ownCloud server is ... | ||||
| | * | webdav returns "503 Service Unavailable" in case the ownCloud server is ↵ | Thomas Mueller | 2013-01-09 | 2 | -0/+78 |
| | | | | | | | | | | | | currently in maintenance mode. | ||||
| * | | Upstream merged my patch to add additional ssl root certificates to the ↵ | Björn Schießle | 2013-01-08 | 1 | -173/+0 |
| |/ | | | | | | | | | | | webdav client. This means that OC_Connector_Sabre_Client is no longer needed |