aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Scanner.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-1/+1
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* cleanup locks in scanner on errorRobin Appelman2018-05-041-9/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* unlock file when an exception occurs during scanningRobin Appelman2017-08-261-69/+87
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* use unmasked permissions during scanningRobin Appelman2017-05-181-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-151-1/+1
|\ | | | | also apply permissions mask in getMetaData
| * also apply permissions mask in getMetaDataRobin Appelman2017-02-101-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move the validation into one place onlyJoas Schilling2016-11-211-15/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Ignore forbidden files while scanningRobin Appelman2016-06-071-1/+6
|
* Update license headersLukas Reschke2016-05-261-4/+5
|
* Merge pull request #24777 from owncloud/scanner-dont-propagateVincent Petry2016-05-231-2/+4
|\ | | | | dont needlessly triger the propgator in the scanner
| * dont needlessly triger the propgator in the scannerRobin Appelman2016-05-231-2/+4
| |
* | Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-3/+6
| |
* | Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-231-1/+1
|\ \ | |/ |/| Add wrapper for NFD encoding workaround
| * Scanner must normalize new children names for cache diffVincent Petry2016-05-201-1/+1
| | | | | | | | | | | | | | | | | | Since new children from the storage might contain NFD entries, these must be normalized to NFC to be properly diff'ed with the cache contents which is always NFC. This fixes an issue where NFD entries would disappear from the cache after rescannng for children.
* | Free up folder content from memory before recursing in the file scannerRobin Appelman2016-04-291-22/+25
|/
* Merge branch 'master' of https://github.com/d--j/core into d--j-masterThomas Müller2016-04-251-1/+1
|
* add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
|
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+503