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
2022-04-26Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
2022-03-18some file scanner performance improvementsRobin Appelman
2021-12-02background scan the source storage when a background scan on a storage jail i...Robin Appelman
2021-11-17Normalize directory entries in Encoding wrapperVincent Petry
2021-11-17Move storage encoding compatibility warning logicVincent Petry
2021-11-17Normalize file name before existence check in scannerVincent Petry
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-06ignore files that have no read permissions during scanningRobin Appelman
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-01call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman
2020-04-01dont try to get existing cache data during scanning if we already know its a ...Robin Appelman
2020-04-01reuse known parentId when inserting cache entries in scannerRobin Appelman
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-03-06Avoid calculating folder size for parent that needs scan.Ari Selseng
2018-05-04cleanup locks in scanner on errorRobin Appelman
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-13Remove deprecated \OCP\ConfigRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-26unlock file when an exception occurs during scanningRobin Appelman
2017-07-27Use IConfig instead of static OCP\ConfigMorris Jobke
2017-05-18use unmasked permissions during scanningRobin Appelman
2017-04-23Remove unused use statementsMorris Jobke
2017-02-15Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma
2017-02-11also apply permissions mask in getMetaDataRobin Appelman
2017-01-25Make sure we use the correct storage id when scanning a jailed storageRobin Appelman
2016-11-21Move the validation into one place onlyJoas Schilling
2016-11-21Make sure we don't scan files that can not be accessedJoas Schilling
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-06-07Ignore forbidden files while scanningRobin Appelman
2016-05-26Update license headersLukas Reschke
2016-05-23Merge pull request #24777 from owncloud/scanner-dont-propagateVincent Petry
2016-05-23Only recurse into incomplete folders during background scansRobin Appelman
2016-05-23dont needlessly triger the propgator in the scannerRobin Appelman
2016-05-23Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry
2016-05-20Scanner must normalize new children names for cache diffVincent Petry
2016-04-29Free up folder content from memory before recursing in the file scannerRobin Appelman
2016-04-25Merge branch 'master' of https://github.com/d--j/core into d--j-masterThomas Müller
2016-04-25add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman