summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-0620-5/+30
* Use ::class to avoid errorsJoas Schilling2017-10-131-6/+12
* Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0Joas Schilling2017-10-131-1/+1
* Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-132-17/+79
* Merge pull request #5415 from nextcloud/search-cache-nodeMorris Jobke2017-09-063-5/+41
|\
| * cache nodes from search resultsRobin Appelman2017-08-263-5/+41
* | add propfind to detect encryption statusBjoern Schiessle2017-08-281-1/+7
|/
* Do not log WebDAV maintenance mode exceptionMorris Jobke2017-08-151-3/+7
* Fix file size comparisonJoas Schilling2017-08-011-2/+2
* Fix comparisons in the dav appJoas Schilling2017-08-013-4/+4
* Fix sabre testRoeland Jago Douma2017-08-011-3/+5
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-018-14/+14
* Stricter phan config fixesLukas Reschke2017-08-011-5/+3
* Don't log passwords on dav exceptionsJoas Schilling2017-06-291-21/+4
* Enhance the logging if the part file can not be renamedMorris Jobke2017-06-221-1/+1
* Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-itemsJoas Schilling2017-06-161-0/+6
|\
| * Allow dir-listing also when one child is blocked by access controlJoas Schilling2017-05-261-0/+6
* | Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-131-0/+14
|/
* Adjust realm from SabreDAV to NextcloudLukas Reschke2017-05-181-0/+4
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-3/+4
* Use Bearer backend for SabreDAVLukas Reschke2017-05-182-12/+76
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+13
* Revert "fix objectstore rename"Roeland Jago Douma2017-05-151-1/+0
* fix error when browsing the dav rootRobin Appelman2017-05-081-4/+3
* Enforce type hints in dav appMorris Jobke2017-05-042-2/+6
* check password for mail shares as wellBjoern Schiessle2017-05-041-1/+1
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+6
* Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-284-106/+187
|\
| * Add commentVincent Petry2017-04-271-0/+2
| * Properly handle missing READ permissionVincent Petry2017-04-273-0/+20
| * Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-262-4/+49
| * Accept moving FutureFile into a DirectoryVincent Petry2017-04-261-0/+6
| * Remove ObjectTree::move and let is use the IMoveTarget approach insteadVincent Petry2017-04-261-98/+0
| * Ported ObjectTree::move to IMoveTarget in new DAV endpointVincent Petry2017-04-261-4/+110
* | Merge pull request #4503 from nextcloud/downstream-27281Roeland Jago Douma2017-04-261-0/+1
|\ \ | |/ |/|
| * fix objectstore renameJoas Schilling2017-04-251-0/+1
* | Restrict proppatch to the proper nodesVincent Petry2017-04-252-20/+14
|/
* Remove unused use statementsMorris Jobke2017-04-226-14/+0
* Allow file upload when storage is unlimitedJoas Schilling2017-04-121-1/+1
* Update comments to NextcloudMorris Jobke2017-04-113-3/+3
* Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-301-1/+30
* Adding dav resource for avatarsThomas Müller2017-03-291-1/+1
* DummyGetResponsePlugin: ownCloud -> NexcloudChristoph Wickert2017-03-181-1/+1
* Don't set the HTTP status twiceJoas Schilling2017-03-161-1/+0
* switch reshares to trueMaxence Lange2017-03-141-1/+1
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-2/+2
|\
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-2/+2
* | Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+6
* | Merge pull request #3621 from kuimovvg/masterRoeland Jago Douma2017-03-091-0/+1
|\ \
| * | don't setted status when file is lockvkuimov2017-02-251-0/+1