Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -503/+0 |
| | |||||
* | dont do optimized size propagation for encrypted files | Robin Appelman | 2016-04-21 | 1 | -0/+7 |
| | |||||
* | When the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 1 | -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 scanner | Robin Appelman | 2016-03-24 | 1 | -19/+31 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | fix size propagation for new files | Robin Appelman | 2016-02-29 | 1 | -1/+5 |
| | |||||
* | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 1 | -0/+1 |
| | |||||
* | Merge pull request #21702 from owncloud/fix_emit_scanFiles_II | Thomas Müller | 2016-01-15 | 1 | -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) | Martin | 2016-01-13 | 1 | -7/+25 |
| | | |||||
* | | only trigger locking on lockingstorages | Robin Appelman | 2016-01-14 | 1 | -4/+13 |
| | | |||||
* | | add scanner interface | Robin Appelman | 2016-01-14 | 1 | -8/+3 |
| | | |||||
* | | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 1 | -1/+2 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | Remove beginTransaction, commit, rollback from OC_DB | Morris Jobke | 2016-01-07 | 1 | -3/+3 |
| | |||||
* | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 1 | -0/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 1 | -0/+4 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Always send a postScanFile event when done scanning a file | Olivier Paroz | 2015-09-30 | 1 | -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 loader | Robin McCorkell | 2015-09-11 | 1 | -1/+1 |
| | | | | Used to solve concurrency issues | ||||
* | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -4/+14 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Rollback folder scan if an entry was locked | Vincent Petry | 2015-06-24 | 1 | -0/+5 |
| | |||||
* | extends phpdoc | Robin Appelman | 2015-06-18 | 1 | -3/+4 |
| | |||||
* | update the file cache within the write lock | Robin Appelman | 2015-06-18 | 1 | -11/+23 |
| | |||||
* | keep a read lock while scanning a file or folder | Robin Appelman | 2015-06-15 | 1 | -0/+11 |
| | |||||
* | move permission related code into getMetaData() | Thomas Müller | 2015-04-20 | 1 | -8/+2 |
| | |||||
* | Introduce Storage::getMetaData() to allow storage implementations more ↵ | Thomas Müller | 2015-04-20 | 1 | -1/+1 |
| | | | | control over the data array | ||||
* | Introduce Storage::getData() to allow storage implementations more control ↵ | Thomas Müller | 2015-04-20 | 1 | -10/+3 |
| | | | | over the data array | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+27 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -27/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+27 |
| | |||||
* | only read permissions once | Robin Appelman | 2015-02-11 | 1 | -2/+3 |
| | |||||
* | Only try to scan the children of directories | Robin Appelman | 2015-02-11 | 1 | -3/+3 |
| | |||||
* | Reuse cache data of existing files during scan | Robin Appelman | 2015-02-11 | 1 | -69/+116 |
| | |||||
* | drop dead code - ref #13301 | Morris Jobke | 2015-01-13 | 1 | -4/+0 |
| | |||||
* | drop useless "!!! No reuse of etag" - fixes #13187 | Morris Jobke | 2015-01-13 | 1 | -3/+0 |
| | |||||
* | Merge pull request #12011 from owncloud/reuse-etag-default | Morris Jobke | 2015-01-09 | 1 | -2/+2 |
|\ | | | | | Default to reusing etags in the scanner | ||||
| * | Default to reusing etags in the scanner | Robin Appelman | 2014-11-06 | 1 | -2/+2 |
| | | |||||
* | | make path absolute | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -2/+4 |
|/ | |||||
* | Don't keep the full info of all children in memory | Robin Appelman | 2014-09-24 | 1 | -7/+12 |
| | |||||
* | Fix typo | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 1 | -2/+21 |
| | |||||
* | Improved scanner error message | Martin | 2014-07-31 | 1 | -1/+1 |
| | |||||
* | remove unused argument | Robin Appelman | 2014-06-10 | 1 | -3/+2 |
| | |||||
* | add some comments | Robin Appelman | 2014-06-10 | 1 | -0/+2 |
| | |||||
* | Repair broken parent link in the scanner | Robin Appelman | 2014-06-10 | 1 | -34/+36 |
| | |||||
* | Merge pull request #8889 from owncloud/mtime-reuse | Thomas Müller | 2014-06-05 | 1 | -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 changed | Robin Appelman | 2014-06-05 | 1 | -0/+1 |
| | |