Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |||||
* | | Wrap the etag in double quotes | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | Don't waste time making another call since we know it doesn't exist | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | Remove old create etag function | Michael Gapczynski | 2013-01-11 | 1 | -9/+0 | |
| | | ||||||
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | |||||
| * | | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -1/+1 | |
| |\| | ||||||
* | | | Remove old etag code | Michael Gapczynski | 2012-12-30 | 1 | -24/+0 | |
| | | | ||||||
* | | | Use etags from file cache in SabreDAV connector | Michael Gapczynski | 2012-12-30 | 2 | -8/+6 | |
|/ / | ||||||
* | | merge master into filesystem | Robin Appelman | 2012-12-15 | 2 | -2/+17 | |
|\| | ||||||
| * | implement getCurrentUser in Sabre Auth Connector, fixes #508 | Arthur Schiwon | 2012-12-14 | 1 | -0/+15 | |
| | | ||||||
| * | use username, not passed loginname, might differ | Arthur Schiwon | 2012-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | throwing InsufficientStorage in case the quota is reached | Thomas Mueller | 2012-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -19/+13 | |
|\| | ||||||
| * | Cleaned up docblock comments | Sam Tuke | 2012-11-28 | 1 | -21/+15 | |
| | | ||||||
* | | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -9/+16 | |
|\| | ||||||
| * | Merge pull request #271 from owncloud/239_webdav_999_files | Lukas Reschke | 2012-11-14 | 1 | -10/+16 | |
| |\ | | | | | | | fixes #239 - query the database in chunks of 200 | |||||
| | * | adding comments to explain what's going on here | Thomas Mueller | 2012-11-06 | 1 | -0/+4 | |
| | | |