aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
* Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-031-1/+1
* Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
* directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-171-2/+6
* Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-ch...Vincent Petry2022-08-172-30/+40
|\
| * fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-163-8/+62
| * Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-163-53/+5
* | Merge pull request #33550 from nextcloud/jail-search-postVincent Petry2022-08-171-5/+7
|\ \
| * | optimize search post-processing for jail wrapperRobin Appelman2022-08-161-5/+7
| |/
* | Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry2022-08-171-3/+10
|\ \
| * | don't update the folder size if we know it hasn't changedRobin Appelman2022-08-161-3/+10
| |/
* / fixed the cache searchBuilder negative mapDavid2022-08-161-1/+1
|/
* Document all getIncomplete implementations as returning string|falseCôme Chilliet2022-08-022-2/+2
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-276-9/+9
* Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-291-1/+1
* Search without join on filecache_extendedCarl Schwan2022-06-232-5/+9
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-024-6/+54
* Files: Extend search to also cover tagsMarcel Klehr2022-05-173-7/+22
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-9/+8
* tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-0/+11
* Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-072-3/+8
|\
| * only request free space once for external sharesRobin Appelman2022-04-041-1/+1
| * don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-042-2/+7
* | Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling2022-04-041-0/+1
|\ \
| * | Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
| |/
* | Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman2022-04-042-16/+32
|\ \ | |/ |/|
| * cache storage id mapping both waysRobin Appelman2022-03-312-16/+32
* | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-2/+3
* | Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-242-6/+5
|/
* some file scanner performance improvementsRobin Appelman2022-03-171-3/+2
* return dummy availability if storage is not found in cacheRobin Appelman2022-02-251-2/+5
* Switch logical operatorsacsfer2021-12-031-4/+4
* background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-021-12/+25
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+7
* Normalize directory entries in Encoding wrapperVincent Petry2021-11-171-1/+4
* Move storage encoding compatibility warning logicVincent Petry2021-11-171-2/+8
* Normalize file name before existence check in scannerVincent Petry2021-11-171-0/+1
* properly handle cases where cache wrappers block accessRobin Appelman2021-11-012-3/+4
* Merge pull request #29281 from vijfhoek/masterJohn Molakvoæ2021-11-012-6/+14
|\
| * Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-10-172-12/+14
| * Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-10-171-8/+14
* | Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-c...Carl Schwan2021-10-281-1/+1
|\ \
| * | Fix permissions when copying from ObjectStorageCarl Schwan2021-10-281-1/+1
* | | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-151-1/+8
| |/ |/|
* | generate a better optimized query for path prefix search filtersRobin Appelman2021-08-262-9/+17
|/
* Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry2021-08-242-3/+5
|\
| * use case insensitive like when limiting search to jailRobin Appelman2021-08-172-3/+5
* | use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-231-1/+1