summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* fix type hintsRobin Appelman2021-03-241-0/+4
* only require user to be set in a query that handles tagsRobin Appelman2021-03-241-4/+8
* Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
* verify that cache entry is validRobin Appelman2021-03-161-0/+3
* add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-161-1/+41
* do cachejail search filtering in sqlRobin Appelman2021-03-161-1/+1
* Limit getIncomplete query to one rowDaniel Kesselberg2020-12-211-1/+2
* Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-121-1/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-101-12/+56
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* Make Cache::removeChildren non recursiveRobin Appelman2020-08-201-15/+25
* 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