summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* use storage copy implementation when doing dav copyRobin Appelman2020-12-071-2/+24
* A valid user session is required for circles.Daniel Kesselberg2020-11-301-1/+3
* Update phpdoc for circleToPrincipalDaniel Kesselberg2020-11-301-8/+1
* Fix numeric folders throwing on markDirtyJoas Schilling2020-09-251-0/+12
* Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-141-1/+5
* Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
* Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
* Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma2020-07-141-0/+3
* In LockPlugin, only release a lock if it was acquiredJaakko Salo2020-07-061-0/+14
* Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma2020-04-301-1/+2
|\
| * Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl2020-04-241-1/+2
* | Update license headers for 19Christoph Wurst2020-04-2918-1/+18
* | Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-241-2/+2
|/
* Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma2020-04-221-1/+1
|\
| * Make sure that OC-ETag is set againRoeland Jago Douma2020-04-211-1/+1
* | Fix usages of afterMethod -> afterMethod:*Georg Ehrke2020-04-212-2/+2
|/
* DAV's exception logger should deal with any ThrowableArthur Schiwon2020-04-151-1/+1
* dont set headers for cliRobin Appelman2020-04-131-1/+3
* Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-8/+19
* Format code according to PSR2Christoph Wurst2020-04-101-2/+1
* Add visibility to all constantsChristoph Wurst2020-04-1013-45/+45
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1012-21/+21
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1029-85/+40
* Use elseif instead of else ifChristoph Wurst2020-04-104-7/+7
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-37/+37
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-0/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-9/+9
* Fix multiline commentsChristoph Wurst2020-04-081-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3115-2/+17
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-306-6/+6
|\
| * Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-276-6/+6
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-6/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-254-6/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2611-37/+37
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-252-2/+2
|/
* Limit enumeration in principal searchJulius Härtl2020-03-201-1/+28
* merge the two almost identical custom property backendsRobin Appelman2020-03-182-352/+1
* pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-1/+1
* Check for empty authorization headers for office requests and allow anonymous...Julius Härtl2020-02-041-2/+5
* Update license headers for 18Christoph Wurst2019-12-202-1/+2
* Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-161-2/+21
|\
| * Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-2/+21
* | Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+6
|\ \
| * | using IShare::Maxence Lange2019-12-051-4/+5
| * | adding share type circlesMaxence Lange2019-12-051-1/+4
| |/
* / Update license headersChristoph Wurst2019-12-0539-50/+81
|/
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-0/+21
* Some php-cs fixesRoeland Jago Douma2019-11-2220-41/+47
* Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-181-3/+15
|\