summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/cache.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-1/+1
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-4/+1
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+48
* Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-271-1/+1
* don't scan part filesBjoern Schiessle2014-11-071-4/+4
* Use ILIKE in cache searchRobin Appelman2014-09-171-13/+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
* - drop permissions table and related codeThomas Müller2014-06-051-8/+9
* Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer2014-05-291-5/+5
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-2/+2
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Fix getPathById for OracleVincent Petry2014-05-081-0/+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
* Check if fields we need are actually set to prevent errorsRobin Appelman2014-03-031-2/+2
* Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-281-4/+8
* Remove fileid parameter for getFolderContentRobin Appelman2014-02-211-5/+2
* Split getFolderContentByIdRobin Appelman2014-02-211-0/+10
* Reuse the folder id in View->getFolderContentsRobin Appelman2014-02-191-2/+5
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
* Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-5/+17
* Users of getFolderContent are mostly interested in the unecrypted file sizeBart Visscher2013-12-061-0/+4
* Alias the aggregate columns so SQL Server doesn't combine them.ringmaster2013-11-141-1/+1
* Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller2013-11-041-0/+1
|\
| * cast storage_mtime to intThomas Müller2013-10-251-0/+1
* | Map empty mimetypes to octet-stream for Oracle DBMS.Andreas Fischer2013-10-291-0/+4
|/
* Catch duplicate insertion errors while scanning filesVincent Petry2013-10-231-5/+11
* Check result only onceVictor Dubiniuk2013-10-041-3/+5
* Make mimetypes static. Jenkis will be happyVictor Dubiniuk2013-10-041-11/+11
* Load all mimetypes in one goVictor Dubiniuk2013-10-041-17/+20
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+582