summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39731 from nextcloud/backport/39698/stable25Arthur Schiwon2023-09-051-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-061-1/+1
| * Catch more invalid cache source storage pathsJosh Richards2023-08-061-1/+1
* | select the fileid first when looking for incomplete filesRobin Appelman2023-08-281-3/+16
|/
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-011-0/+22
* fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-8/+39
* Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-161-30/+5
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
* Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-291-1/+1
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-5/+30
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-2/+3
* Switch logical operatorsacsfer2021-12-031-4/+4
* 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