summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5327 from owncloud/backport-4867-stable5Thomas Müller2013-10-311-8/+32
|\
| * fixes #5367Thomas Müller2013-10-291-1/+1
| * minimize diff for easier reviewThomas Müller2013-10-141-32/+35
| * adding detection of aborted uploadsThomas Müller2013-10-141-43/+64
* | Merge pull request #5613 from owncloud/upload_to_sharedJörn Friedrich Dreyer2013-10-301-1/+1
|\ \ | |/ |/|
| * fix check if we upload to /SharedBjoern Schiessle2013-10-291-1/+1
* | Merge pull request #5208 from owncloud/fix_5126_stable5Björn Schießle2013-10-092-4/+18
|\|
| * Backport of https://github.com/owncloud/core/pull/5193/Bjoern Schiessle2013-10-082-4/+18
* | adding privilege check on move and rename operationsThomas Müller2013-10-041-0/+11
|/
* duplicate code :sigh: - will fix this in a second prThomas Müller2013-10-021-1/+8
* adding file_exists check just to be on the save sideThomas Müller2013-10-021-1/+2
* handle error situation of rename properThomas Müller2013-10-021-1/+6
* webdav quota information contains the values for used and free - not totalThomas Müller2013-08-291-1/+1
* lacy initialization of fileView - in case basic auth is used FileSystem is no...Thomas Müller2013-08-271-4/+16
* adding unit tests for quota checksThomas Müller2013-08-271-32/+43
* adding unit tests to determine lengthThomas Müller2013-08-271-1/+1
* fixes #4343Thomas Müller2013-08-271-2/+16
* webdav quota now displays the same values as the web interface doesThomas Müller2013-08-271-3/+3
* Merge pull request #4458 from owncloud/dav_principal_groupmembersetThomas Tanghus2013-08-161-6/+8
|\
| * Don't barf on OC_Connector_Sabre_Principal::getGroupMemberSetThomas Tanghus2013-08-161-6/+8
* | Return null if file size is negative for WebDAV, fix #2013Michael Gapczynski2013-08-031-2/+5
|/
* return empty array instead of 0Georg Ehrke2013-07-221-1/+1
* WebDAV Auth Connector: Check if already logged inMarkus Goetz2013-07-171-0/+21
* fix numRows usage in core libJörn Friedrich Dreyer2013-07-041-1/+1
* Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman2013-07-022-3/+27
* backport oracle related changes, mostly comments, but also setup related fixesJörn Friedrich Dreyer2013-06-202-5/+19
* Squashed commit of the following:Thomas Mueller2013-06-141-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
|\|