summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* fix: reduce memory consumption of scansGit'Fellow2024-01-161-3/+6
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-171-1/+1
* select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
* Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
* Fix return types in phpdocCôme Chilliet2023-05-151-1/+1
* Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-111-6/+7
* fix type hintsRobin Appelman2023-04-041-5/+3
* fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-041-1/+24
* fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-041-3/+5
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-011-0/+22
* Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_...Côme Chilliet2023-03-211-1/+19
|\
| * Dispatch event for all remove entryLouis Chemineau2023-01-311-1/+19
* | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* | Try fixing OracleJoas Schilling2023-02-021-1/+6
|/
* 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