summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* fix(ci): update return type in php docArthur Schiwon2023-10-111-1/+1
* fix type hintsRobin Appelman2023-10-114-8/+6
* fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-10-112-31/+26
* fix unencrypted_size for files when scanningRobin Appelman2023-10-111-0/+8
* fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-10-112-6/+16
* fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-121-1/+1
* Merge pull request #39726 from nextcloud/backport/39698/stable26Arthur Schiwon2023-09-051-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
* | Merge pull request #39872 from nextcloud/backport/38714/stable26Andy Scherzinger2023-08-281-5/+9
|\ \
| * | select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
| |/
* / fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-4/+4
|/
* fix: include invisible tags for adminsArthur Schiwon2023-07-072-41/+36
* fix: favorites view and universal search against tagsArthur Schiwon2023-07-071-17/+30
* fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-071-19/+24
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-071-16/+21
* ci: adjust return annotation to older psalm versionArthur Schiwon2023-06-261-1/+1
* refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-231-8/+3
* chore: ugly type jugglingArthur Schiwon2023-06-231-4/+14
* fix: expect interface, not a specific implementationArthur Schiwon2023-06-231-3/+2
* fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* refactor: remove where specification from SELECT getterArthur Schiwon2023-05-162-3/+0
* refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-161-0/+39
* feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-161-0/+4
* PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-162-22/+58
* Fix return types in phpdocCôme Chilliet2023-05-154-4/+4
* Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-151-6/+7
* fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-131-2/+6
* ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-211-1/+13
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
* Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* Try fixing OracleJoas Schilling2023-02-021-1/+6
* composer run cs:fixCôme Chilliet2023-01-203-4/+1
* Switch logical operatorsGit'Fellow2023-01-111-18/+11
* Merge pull request #34924 from nextcloud/cache-jail-path-prefixVincent Petry2022-12-161-1/+1
|\
| * escape path prefix when doing cache jail searchRobin Appelman2022-11-021-1/+1
* | Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-291-1/+1
|/
* Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry2022-10-211-1/+1
|\
| * fix null error in getUnencryptedSizeRobin Appelman2022-10-131-1/+1
* | 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
|\ \