aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #8921 from owncloud/fix-remove-storage-masterThomas Müller2014-06-061-10/+22
|\ | | | | No need to create a storage within remove
| * 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 changed
| * 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
|\ \ | | | | | | Kill permissions table
| * | - drop permissions table and related codeThomas Müller2014-06-054-294/+10
| | | | | | | | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-041-1/+1
|\ \ \ | |_|/ |/| | [versioning] let the file cache track the size of the versions
| * | 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
|\ \ \ | |_|/ |/| | [WIP] Improved propagation of cache changes
| * | 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
|\ | | | | Allow apps to control via a hook skipping add/remove a file during filescan
| * Missed one.ringmaster2014-05-301-1/+1
| |
| * Updates per comments on PR:ringmaster2014-05-301-6/+20
| | | | | | | | | | | | * Use "filesystem_cache_readonly" config setting, update comment in config.sample * Use $this->cacheActive to cache config setting * Add public Scanner::setCacheActive() to set $cacheActive programmatically
| * 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
|/ | | | so that descendant classes can access them.
* Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek2014-05-261-1/+1
|\ | | | | Add a config option for setting the filesystem watcher policy
| * Fix phpdocRobin Appelman2014-05-221-1/+1
| |
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-3/+16
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-192-2/+2
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-132-2/+2
|
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-132-3/+3
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-133-5/+5
|
* Fix getPathById for OracleVincent Petry2014-05-081-0/+4
| | | | | Added extra code to handle the case of Oracle which saves empty strings as null values.
* Prevent error if previously cached data doesn't have an etagRobin Appelman2014-04-221-3/+4
|
* Improve phpdocRobin Appelman2014-03-311-1/+3
|
* Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-03-281-0/+16
|
* Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-251-1/+4
|\ | | | | Manually triger the filecache update hooks before any other hook
| * Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-131-3/+8
| |\
| * | Fix updater when getFileInfo failsRobin Appelman2014-03-031-1/+4
| | |
* | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-254-14/+27
|\ \ \ | | | | | | | | Allow re-using already known fileinfo when calculating folder sizes
| * \ \ Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-111-3/+8
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: lib/private/files/cache/homecache.php
| * | | Check if fields we need are actually set to prevent errorsRobin Appelman2014-03-032-3/+3
| | | |
| * | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-284-12/+25
| | |/ | |/|
* | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-182-374/+0
| |/ |/|
* | Merge pull request #7398 from owncloud/trash_dont_rely_on_dbVincent Petry2014-03-101-1/+1
|\ \ | | | | | | [trash] fall back if file is not in db
| * | get trash size from file cacheBjoern Schiessle2014-03-101-1/+1
| | |
* | | Propagate unencrypted_size up to the file cache rootVincent Petry2014-03-071-2/+7
| |/ |/|
* | Remove fileid parameter for getFolderContentRobin Appelman2014-02-211-5/+2
| |