aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #29281 from vijfhoek/masterJohn Molakvoæ2021-11-011-4/+12
|\
| * Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-10-171-10/+12
| * Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-10-171-8/+14
* | Fix permissions when copying from ObjectStorageCarl Schwan2021-10-281-1/+1
|/
* Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-2/+2
* inject SearchBuilderRobin Appelman2021-06-141-6/+1
* perform file search in a single queryRobin Appelman2021-06-141-1/+1
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-2/+3
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-103/+37
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
* only require user to be set in a query that handles tagsRobin Appelman2021-03-181-4/+8
* Merge pull request #26013 from nextcloud/object-store-copy-cache-idRobin Appelman2021-03-161-1/+44
|\
| * verify that cache entry is validRobin Appelman2021-03-121-0/+3
| * add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-121-1/+41
* | do cachejail search filtering in sqlRobin Appelman2021-01-261-1/+1
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-9/+11
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma2020-12-211-1/+2
|\
| * Limit getIncomplete query to one rowDaniel Kesselberg2020-12-151-1/+2
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
|/
* code style and dispatchTypedRobin Appelman2020-12-021-2/+1
* rename cache event to follow new naming standardsRobin Appelman2020-11-261-8/+22
* extend cache eventsRobin Appelman2020-11-261-3/+15
* Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-091-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