aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/DAV.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-301-44/+8
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-241-34/+4
| * fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
| * dav: fix wrong decoding of pluses in URLsLorenz Brun2024-01-311-1/+1
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-2/+2
* | Refactor `OC\Server::getHTTPClientService`Andrew Summers2023-08-291-1/+1
|/
* dav: clean path before putting it in the statcacheRobin Appelman2023-06-231-0/+1
* implement optimized getDirectoryContent for DAVRobin Appelman2023-06-221-96/+125
* Fix deprecated method callDominik Fuchß2023-06-131-1/+2
* Changes after code review.Dominik Fuchß2023-06-131-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-131-2/+6
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-4/+4
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-4/+4
* | Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-111-2/+3
|/
* debug log requests made by dav external storage/sharesRobin Appelman2023-04-241-0/+18
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Adapt types of subclassesCôme Chilliet2023-04-011-1/+1
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-23/+23
* 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