summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sabre-objecttreeRobin Appelman2013-07-243-3/+27
|\
| * Merge pull request #3392 from owncloud/googledriveBart Visscher2013-07-231-2/+5
| |\
| | * Merge branch 'master' into googledriveThomas Müller2013-07-125-24/+71
| | |\
| | * \ Merge branch 'master' into googledriveMichael Gapczynski2013-05-271-1/+1
| | |\ \
| | * | | Return null if file size is negative for WebDAV, fix #2013Michael Gapczynski2013-05-271-2/+5
| * | | | 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
| |/ / /
* | | | style fixRobin Appelman2013-07-191-1/+1
* | | | improved copy operation for objecttreeRobin Appelman2013-06-301-0/+29
* | | | improved move operation for sabre's objecttreeRobin Appelman2013-06-301-0/+24
* | | | make use of the fact that rmdir is already recursiveRobin Appelman2013-06-301-1/+0
* | | | overwrite Sabre_DAV_ObjectTree with a faster getNodeForPathRobin Appelman2013-06-301-0/+49
|/ / /
* | | 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
| |/