summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/scanner.php
Commit message (Expand)AuthorAgeFilesLines
* add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
* Revert "add locks in the scanner to prevent multiple scanners running on the ...Robin Appelman2016-04-251-2/+0
* add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
* also detect files in a .part folder as part fileBjoern Schiessle2015-10-121-0/+4
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-2/+2
* Add reset method to mimetype loaderRobin McCorkell2015-09-111-1/+1
* Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-241-4/+14
* Remove OC_LogThomas Müller2015-07-031-1/+1
* Rollback folder scan if an entry was lockedVincent Petry2015-06-241-0/+5
* extends phpdocRobin Appelman2015-06-181-3/+4
* update the file cache within the write lockRobin Appelman2015-06-181-11/+23
* keep a read lock while scanning a file or folderRobin Appelman2015-06-151-0/+11
* move permission related code into getMetaData()Thomas Müller2015-04-201-8/+2
* Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-201-1/+1
* Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-201-10/+3
* Update license headersJenkins for ownCloud2015-03-261-4/+27
* Revert "Updating license headers"Morris Jobke2015-02-261-27/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+27
* only read permissions onceRobin Appelman2015-02-111-2/+3
* Only try to scan the children of directoriesRobin Appelman2015-02-111-3/+3
* Reuse cache data of existing files during scanRobin Appelman2015-02-111-69/+116
* drop dead code - ref #13301Morris Jobke2015-01-131-4/+0
* drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke2015-01-131-3/+0
* Merge pull request #12011 from owncloud/reuse-etag-defaultMorris Jobke2015-01-091-2/+2
|\
| * Default to reusing etags in the scannerRobin Appelman2014-11-061-2/+2
* | make path absoluteJörn Friedrich Dreyer2014-12-101-2/+4
|/
* Don't keep the full info of all children in memoryRobin Appelman2014-09-241-7/+12
* Fix typoLukas Reschke2014-09-081-1/+1
* Use bigger transactions when doing explicit file system scansRobin Appelman2014-09-081-2/+21
* Improved scanner error messageMartin2014-07-311-1/+1
* remove unused argumentRobin Appelman2014-06-101-3/+2
* add some commentsRobin Appelman2014-06-101-0/+2
* Repair broken parent link in the scannerRobin Appelman2014-06-101-34/+36
* Merge pull request #8889 from owncloud/mtime-reuseThomas Müller2014-06-051-0/+1
|\
| * Don't update the mtime if the storage mtime hasn't changedRobin Appelman2014-06-051-0/+1
* | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-051-9/+1
|\ \ | |/ |/|
| * - drop permissions table and related codeThomas Müller2014-06-051-9/+1
* | Fix size calculation during recursive scanRobin Appelman2014-06-031-7/+3
* | Fix recursive scanningRobin Appelman2014-06-021-3/+5
* | propagate changes in the scannerRobin Appelman2014-06-021-0/+1
* | Split of cache writes in the scanner to their own methodsRobin Appelman2014-06-021-39/+43
|/
* Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-301-8/+42
|\
| * Missed one.ringmaster2014-05-301-1/+1
| * Updates per comments on PR:ringmaster2014-05-301-6/+20
| * Prevent apps from affecting the scanner via hook.ringmaster2014-05-281-16/+18
| * Use 'filesystem_check_enable' as a config option.ringmaster2014-05-271-4/+4
| * Allow the default behavior to come from the config.ringmaster2014-05-271-6/+12
| * Rename variable to something more appropriate.ringmaster2014-05-271-3/+3