aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-243-655/+0
|
* Move moveFromCache to CacheJailRoeland Jago Douma2016-04-191-0/+16
|
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix doc issue of cache wrapperJoas Schilling2016-03-211-1/+1
|
* split cache->insert from cache->putRobin Appelman2016-02-032-5/+25
|
* fix cachejail->updateRobin Appelman2016-01-281-1/+1
|
* cleanup shared cacheRobin Appelman2016-01-283-4/+9
|
* Return a class from cache operations instead of an arrayRobin Appelman2016-01-141-7/+8
|
* Happy new year!Thomas Müller2016-01-123-5/+5
|
* Update license headersJenkins for ownCloud2015-03-263-12/+58
|
* Revert "Updating license headers"Morris Jobke2015-02-263-55/+15
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-15/+55
|
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-162-3/+3
|
* Fix cache jail to not duplicate slashesVincent Petry2015-01-091-1/+1
|
* Added searchByTag in cache jail wrapperVincent Petry2014-12-121-0/+12
|
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-1/+1
| | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View)
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+12
|
* 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-272-0/+502