aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/scanner.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-503/+0
|
* dont do optimized size propagation for encrypted filesRobin Appelman2016-04-211-0/+7
|
* When the scanner detects a file is changed clear checksumRoeland Jago Douma2016-04-191-0/+2
| | | | | | | | | Fixes #23782 and #23783 If the file scanner detects a changed file we clear the checksum while we update the cache. * Unit test added
* handle completely unscanned storages in the background scannerRobin Appelman2016-03-241-19/+31
|
* Update author informationLukas Reschke2016-03-011-1/+0
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* fix size propagation for new filesRobin Appelman2016-02-291-1/+5
|
* propagate folder size in the same query for write updatesRobin Appelman2016-01-151-0/+1
|
* Merge pull request #21702 from owncloud/fix_emit_scanFiles_IIThomas Müller2016-01-151-7/+25
|\ | | | | Fix: emit 'scanFiles' will only fire on files and not on folders (II)
| * Fix: emit 'scanFiles' will only fire on files and not on folders (II)Martin2016-01-131-7/+25
| |
* | only trigger locking on lockingstoragesRobin Appelman2016-01-141-4/+13
| |
* | add scanner interfaceRobin Appelman2016-01-141-8/+3
| |
* | Return a class from cache operations instead of an arrayRobin Appelman2016-01-141-1/+2
|/
* Happy new year!Thomas Müller2016-01-121-2/+3
|
* Remove beginTransaction, commit, rollback from OC_DBMorris Jobke2016-01-071-3/+3
|
* Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-171-0/+2
|
* Update license headersLukas Reschke2015-10-261-0/+1
|
* 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
| | | | postScanFile is important when scanning external storage as it indicates when the file is ready to be used
* Add reset method to mimetype loaderRobin McCorkell2015-09-111-1/+1
| | | | Used to solve concurrency issues
* 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 ↵Thomas Müller2015-04-201-1/+1
| | | | control over the data array
* Introduce Storage::getData() to allow storage implementations more control ↵Thomas Müller2015-04-201-10/+3
| | | | over the data array
* Update license headersJenkins for ownCloud2015-03-261-4/+27
|
* Revert "Updating license headers"Morris Jobke2015-02-261-27/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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 scanner
| * 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 changed
| * Don't update the mtime if the storage mtime hasn't changedRobin Appelman2014-06-051-0/+1
| |