summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/DAV.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2022-04-261-1/+0
* Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-261-3/+3
* use the same cached propfind for free space for dav storageRobin Appelman2022-04-041-2/+2
* Use the null coalescing operator to set the value of `size`.Max Kunzelmann2022-03-281-1/+1
* Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann2022-03-231-1/+1
* Fix typo.Max Kunzelmann2022-03-201-1/+1
* Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann2022-03-201-2/+5
* Remove redundant if clauseCôme Chilliet2022-01-251-4/+1
* Fix OC\Files\Storage\DAV::hasUpdated when cache is not setCôme Chilliet2022-01-251-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-2/+2
|\
| * storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
|/
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+7
* Use elseif instead of else ifChristoph Wurst2020-04-101-11/+11
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-2/+4
* delay creation of the cert bundleArthur Schiwon2019-11-281-11/+17
* Some php-cs fixesRoeland Jago Douma2019-11-221-5/+4
* Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
* Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
* handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
* Do not log to error loglevel when converting the errorRoeland Jago Douma2018-08-061-1/+1
* Request a valid property for DAV opendirRoeland Jago Douma2018-06-211-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Fix undefined variable - found by PhanMorris Jobke2018-04-231-1/+1
* Adjust dav client to new guzzleRobin Appelman2018-02-091-2/+2
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-7/+3
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+1
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-9/+17
|\
| * Fallback to filename based detection if the remote dav server doesn't know th...Robin Appelman2017-09-281-9/+17
* | Run updated license header updaterMorris Jobke2017-11-071-1/+1
* | Update license headersMorris Jobke2017-11-061-1/+1
|/
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-2/+10
* Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
* bug when connect to yandex webdav servervkuimov2017-02-101-1/+1
* Make DAV external storage test more reliableRobin Appelman2017-01-241-2/+2
* Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\
| * Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
* | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-10/+8
|/
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6