aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache
Commit message (Expand)AuthorAgeFilesLines
* Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
* Don't keep the full info of all children in memoryRobin Appelman2014-09-241-7/+12
* Use ILIKE in cache searchRobin Appelman2014-09-171-13/+1
* Fix typoLukas Reschke2014-09-081-1/+1
* Use bigger transactions when doing explicit file system scansRobin Appelman2014-09-081-2/+21
* Remove explicit propagate callsRobin Appelman2014-09-051-11/+6
* Fix warning in homecacheRobin Appelman2014-09-051-0/+3
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-052-146/+69
* Added repair step for legacy storagesVincent Petry2014-08-201-9/+16
* Ensure that filename is prefixed with a slashJoas Schilling2014-08-141-0/+1
* Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-111-0/+5
* Remove doubled slash between folder and pathJoas Schilling2014-08-111-5/+4
* Improved scanner error messageMartin2014-07-311-1/+1
* use case insensitive LIKE when searching for files in mysqlRobin Appelman2014-07-081-0/+2
* make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-031-3/+21
* Add server<->server sharing backendRobin Appelman2014-06-141-5/+5
* Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-37/+40
|\
| * 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
* | call self::getNumericStorageId() to get the numeric IDBjoern Schiessle2014-06-101-1/+1
|/
* Merge pull request #8921 from owncloud/fix-remove-storage-masterThomas Müller2014-06-061-10/+22
|\
| * No need to create a storage within removeThomas Müller2014-06-061-10/+22
* | Don't do rename hooks for cache when moving the mountpointRobin Appelman2014-06-061-0/+4
|/
* 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-054-294/+10
|\ \
| * | - drop permissions table and related codeThomas Müller2014-06-054-294/+10
* | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-041-1/+1
|\ \ \ | |_|/ |/| |
| * | let file cache handle the versions sizeBjoern Schiessle2014-06-021-1/+1
* | | Merge pull request #8822 from owncloud/cache-change-propagatorVincent Petry2014-06-042-46/+147
|\ \ \ | |_|/ |/| |
| * | 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
| * | Add a change propagator class to handle propagating etag and mtime changesRobin Appelman2014-06-021-0/+98
| |/
* / get permissions directly from share storage to avoid additional db callsBjoern Schiessle2014-06-021-0/+14
|/
* 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
| * Allow apps to control via a hook to skip adding/removing a file during filescanringmaster2014-05-271-3/+15
* | Cast to number instead of integer in OC\Files\Cache\HomeCacheAndreas Fischer2014-05-291-2/+4
* | Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer2014-05-291-5/+5
* | Change visibility of scanner internalsringmaster2014-05-281-4/+4
|/
* Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek2014-05-261-1/+1
|\
| * Fix phpdocRobin Appelman2014-05-221-1/+1