aboutsummaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix_return_value_search_principalsGeorg Ehrke2013-07-221-0/+21
|\
| * WebDAV Auth Connector: Check if already logged inMarkus Goetz2013-07-171-0/+21
* | return empty array instead of 0Georg Ehrke2013-07-151-1/+1
|/
* Merge pull request #3799 from owncloud/fix_pdo_statement_wrapper_numrows_on_m...Bart Visscher2013-06-281-1/+1
|\
| * fix numRows usage in core libJörn Friedrich Dreyer2013-06-241-1/+1
* | Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman2013-06-252-3/+27
* | use to_char when comparing clob to string on oracle, use execute auditedJörn Friedrich Dreyer2013-06-242-2/+6
|/
* Merge pull request #3721 from owncloud/oracle_setup_fixesThomas Müller2013-06-141-14/+16
|\
| * coding styleThomas Mueller2013-06-141-1/+4
| * use executeAudited in sabredav lockJörn Friedrich Dreyer2013-06-141-13/+12
* | Merge branch 'master' into move-maint-startThomas Mueller2013-06-142-5/+19
|\|
| * use to_char to allow comparing string to CLOB cloumns in oracleJörn Friedrich Dreyer2013-06-101-4/+18
| * small typo in the commentsAlessandro Cosentino2013-05-231-1/+1
* | Also check for needed upgrade in the Sabre Maintenance connectorBart Visscher2013-05-041-0/+3
|/
* return 403 when mkdir failed on webDAV, fixes #2127Arthur Schiwon2013-03-061-1/+3
* Reuse $freeSpace variableMichael Gapczynski2013-02-231-1/+1
* Don't throw insufficient storage exception if free space is unknownMichael Gapczynski2013-02-231-1/+2
* Whitespace fixesBart Visscher2013-02-222-10/+10
* Style-fix: Breakup long linesBart Visscher2013-02-144-12/+41
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-142-3/+3
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer2013-02-112-14/+18
* delete partial file when file upload is abortedJörn Friedrich Dreyer2013-02-112-14/+17
* check Content-Length to detect aborted uploadsJörn Friedrich Dreyer2013-02-112-0/+19
* also rename file when it has not been present beforeJörn Friedrich Dreyer2013-02-111-2/+2
* readd renaming and mtime handling to new directory nodesJörn Friedrich Dreyer2013-02-111-1/+17
* send back 'X-OC-MTime: accepted' when X-OC-MTime was appliedJörn Friedrich Dreyer2013-02-111-1/+3
* add a custom header clients can use to skip a n additional propset requestJörn Friedrich Dreyer2013-02-111-0/+6
* Merge pull request #1588 from owncloud/etag_quotesFrank Karlitschek2013-02-101-1/+1
|\
| * wrap etags in quotes when doing a propfind on a folderRobin Appelman2013-02-101-1/+1
* | append .part to put filesJörn Friedrich Dreyer2013-02-101-1/+7
|/
* Dav: update etag in filecache when doing a PROPSETRobin Appelman2013-02-021-1/+3
* Dav: don't overwrite etag from filecache with old etag from properties tableRobin Appelman2013-02-021-1/+3
* add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-0/+50
* merge master into filesystemRobin Appelman2013-01-161-3/+3
|\
| * Whitespace cleanupBart Visscher2013-01-161-3/+3
* | merge master into filesystemRobin Appelman2013-01-153-173/+78
|\|
| * Merge pull request #1127 from owncloud/fixing-641-for-webdav-masterThomas Müller2013-01-102-0/+78
| |\
| | * webdav returns "503 Service Unavailable" in case the ownCloud server is curre...Thomas Mueller2013-01-092-0/+78
| * | Upstream merged my patch to add additional ssl root certificates to the webda...Björn Schießle2013-01-081-173/+0
| |/
* | Wrap the etag in double quotesMichael Gapczynski2013-01-111-1/+1
* | Don't waste time making another call since we know it doesn't existMichael Gapczynski2013-01-111-1/+1
* | Remove old create etag functionMichael Gapczynski2013-01-111-9/+0
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-1/+1
|\ \
| * | merge master into filesystemRobin Appelman2013-01-071-1/+1
| |\|
* | | Remove old etag codeMichael Gapczynski2012-12-301-24/+0
* | | Use etags from file cache in SabreDAV connectorMichael Gapczynski2012-12-302-8/+6
|/ /
* | merge master into filesystemRobin Appelman2012-12-152-2/+17
|\|
| * implement getCurrentUser in Sabre Auth Connector, fixes #508Arthur Schiwon2012-12-141-0/+15
| * use username, not passed loginname, might differArthur Schiwon2012-12-141-1/+1