Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-29Merge pull request #25218 from nextcloud/fix/25213/do-no-remove-vali-dav-grou...Christoph Wurst
2021-01-29Properly handle SMB ACL blocking scanning a directoryJulius Härtl
2021-01-25Catch NotFoundException when querying quotaVincent Petry
2021-01-21also use storage copy when dav copying directoriesRobin Appelman
2021-01-20do not remove valid group sharesArthur Schiwon
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-15use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon
2020-12-15dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon
2020-12-09Handle deck share type in audit and dav appJulius Härtl
2020-12-03Merge pull request #24358 from nextcloud/dav-storage-copyMorris Jobke
2020-11-26A valid user session is required for circles.Daniel Kesselberg
2020-11-26Update phpdoc for circleToPrincipalDaniel Kesselberg
2020-11-24use storage copy implementation when doing dav copyRobin Appelman
2020-11-04Have the CommentsPropertiesPlugin use the new fancy methodRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-24Fix numeric folders throwing on markDirtyJoas Schilling
2020-09-14Merge pull request #22799 from nextcloud/bugfix/noid/dont-log-microsoft-webda...Morris Jobke
2020-09-11Don't log Microsoft WebDAV client trying to tag thingsJoas Schilling
2020-09-10Mitigate encoding issue with user principal uriGeorg Ehrke
2020-09-10Properly catch exception from writing to stream when copying a fileJulius Härtl
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-03Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
2020-07-14Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma
2020-07-06Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-06-06Allow for compression of the PROPFIND responsesRoeland Jago Douma
2020-05-24In LockPlugin, only release a lock if it was acquiredJaakko Salo
2020-05-06Translate the maintenance mode message in webdavMorris Jobke
2020-04-30Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-24Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl
2020-04-24Only catch anonymous OPTIONS for OfficeJulius Härtl
2020-04-22Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma
2020-04-21Fix usages of afterMethod -> afterMethod:*Georg Ehrke
2020-04-21Make sure that OC-ETag is set againRoeland Jago Douma
2020-04-15DAV's exception logger should deal with any ThrowableArthur Schiwon
2020-04-13dont set headers for cliRobin Appelman
2020-04-13Return hashes of uploaded content for dav uploadsRobin Appelman
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst