summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
* reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-011-1/+3
* Fix search limit to homeRoeland Jago Douma2019-12-091-0/+4
* Update license headersChristoph Wurst2019-12-051-2/+1
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* filter out empty filecache extension valuesRobin Appelman2019-11-131-1/+1
* fix folder deleteRobin Appelman2019-11-131-3/+9
* dont create empty filecache extended rowsRobin Appelman2019-11-131-19/+33
* store filecache extension fieldsRobin Appelman2019-11-131-21/+73
* move more cache logic to querybuilderRobin Appelman2019-11-131-169/+181
* Properly return an int in the getId function of the cacheRoeland Jago Douma2019-08-071-1/+1
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-46/+0
* remove extra param in cache update callRobin Appelman2019-05-071-2/+2
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-3/+27
* add event for cache updateRobin Appelman2019-02-181-1/+7
* add event for inserting cache entriesRobin Appelman2019-02-071-9/+15
* return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
* Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-121-7/+18
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-2/+1
* Use basename() instead of self implementationMorris Jobke2017-11-231-2/+2
* Update license headersMorris Jobke2017-11-061-2/+2
* Merge pull request #5812 from MrJeos/masterMorris Jobke2017-07-221-1/+1
|\
| * Fix for mb strlenArtem Kochnev2017-07-201-1/+1
* | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-211-1/+1
* | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
|/
* rename fun to funcRobin Appelman2017-03-301-1/+1
* Add tests for query builder (i)likeRobin Appelman2017-03-301-1/+1
* Move all children of a folder in a single queryRobin Appelman2017-03-301-18/+27
* Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-281-0/+8
|\
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-0/+8
* | Merge pull request #3850 from nextcloud/search-orderMorris Jobke2017-03-231-0/+2
|\ \ | |/ |/|
| * Fix search orderingRobin Appelman2017-03-231-0/+2
* | [OC/Files/Cache]: Fix wrong usage of basenameXuanwo2017-03-141-1/+2
|/
* dont allow empty wildcard searchRobin Appelman2017-03-131-0/+4
* Allow searching for favoritesRobin Appelman2017-03-081-4/+17
* Implement webdav SEARCHRobin Appelman2017-03-011-7/+36
* Refactor files' CacheEntry object creation to call cacheEntryFromData() all t...Frédéric Fortier2017-02-221-36/+16
* Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-0/+2
* always use numeric storage id in cacheentryRobin Appelman2016-12-131-4/+2
* fix cacheentry return wrong storage idRobin Appelman2016-12-131-0/+1
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-16/+28
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4