summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* Extra fixes needed for icewind/streams update to 0.7.2Vincent Petry2021-10-251-1/+1
* Throttle on public DAV endpointLukas Reschke2021-06-231-1/+15
* Header must contain a colonacsfer2021-06-101-1/+1
* l10n: Spelling unificationValdnet2021-05-051-1/+1
* do not remove valid group sharesArthur Schiwon2021-02-171-2/+18
* Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-02-011-0/+3
* Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
* also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
* 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
* Merge pull request #22799 from nextcloud/bugfix/noid/dont-log-microsoft-webda...Morris Jobke2020-09-141-0/+5
|\
| * Don't log Microsoft WebDAV client trying to tag thingsJoas Schilling2020-09-111-0/+5
* | Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-101-1/+5
|/
* Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+5
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-9/+9
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-2/+0
* Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma2020-07-141-0/+3
* Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke2020-07-061-0/+14
|\
| * In LockPlugin, only release a lock if it was acquiredJaakko Salo2020-05-241-0/+14
* | Update share type constant usageJoas Schilling2020-06-242-12/+12
* | Allow for compression of the PROPFIND responsesRoeland Jago Douma2020-06-061-0/+74
|/
* Translate the maintenance mode message in webdavMorris Jobke2020-05-062-8/+15
* 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