summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-191-0/+7
|\
| * Allow setting the watcher policy as mount optionRobin Appelman2015-03-111-0/+7
* | Remove unreqired backtick removalLukas Reschke2015-03-181-3/+0
* | Throw a RuntimeException in the cache aswellJoas Schilling2015-03-112-4/+9
* | Get the id before using itJoas Schilling2015-03-091-1/+2
* | Better save then sorryJoas Schilling2015-03-091-0/+2
* | insertIfNotExists() for storage insertionJoas Schilling2015-03-091-3/+9
* | Only check unique keys for the comparison on filecache insert & update otherwiseJoas Schilling2015-03-091-1/+6
|/
* use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
* Allow disabling the cache updaterRobin Appelman2015-02-271-3/+16
* Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-1/+4
* Revert "Updating license headers"Morris Jobke2015-02-2610-207/+50
* Updating license headersJenkins for ownCloud2015-02-2310-50/+207
* Merge pull request #13767 from owncloud/issue/13764-mimetype-raceconditionThomas Müller2015-02-201-3/+7
|\
| * Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-021-3/+7
* | Merge pull request #13836 from owncloud/part-no-cache-updateThomas Müller2015-02-191-0/+12
|\ \
| * | Dont bother updating the cache when working with part filesRobin Appelman2015-02-051-0/+12
| |/
* | Dont lower the mtime of a folder when propagating changesRobin Appelman2015-02-131-2/+2
* | only read permissions onceRobin Appelman2015-02-111-2/+3
* | Only try to scan the children of directoriesRobin Appelman2015-02-111-3/+3
* | Cast mtimes and size to intRobin Appelman2015-02-111-0/+3
* | Reuse cache data of existing files during scanRobin Appelman2015-02-111-69/+116
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-103-5/+5
|\ \
| * | Cleanup of PHPDoc return typesRobin McCorkell2015-01-163-5/+5
* | | Use transactions when renaming directory contentsRobin Appelman2015-02-061-0/+2
| |/ |/|
* | Close cursor early in calculateFolderSizeVincent Petry2014-11-282-0/+4
* | check is mimetype is set - fixed #13452Thomas Müller2015-01-191-1/+1
|/
* Remove children from the cache in one queryRobin Appelman2015-01-151-24/+36
* 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 #13181 from owncloud/filecache-preventleadingslashRobin McCorkell2015-01-092-2/+2
|\
| * Fix cache jail to not duplicate slashesVincent Petry2015-01-091-1/+1
| * Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-1/+1
* | 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
* | Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-123-0/+69
|\ \
| * | Added searchByTag in cache jail wrapperVincent Petry2014-12-121-0/+12
| * | Make $userId mandatory for searchByTagsVincent Petry2014-12-122-5/+2
| * | Added searchByTags to view, storage and cacheVincent Petry2014-12-112-0/+60
* | | Merge pull request #11892 from owncloud/remove_triggerupdateThomas Müller2014-12-101-2/+4
|\ \ \ | |/ / |/| |
| * | make path absoluteJörn Friedrich Dreyer2014-12-101-2/+4
* | | Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+9
|/ /
* | Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-271-0/+32
* | Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-273-1/+503
* | don't scan part filesBjoern Schiessle2014-11-071-4/+4
* | Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-071-0/+5
|/
* Pass the cached data to the filesystem watcherRobin Appelman2014-10-241-4/+7
* 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