aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-7/+10
* Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-245-39/+50
|\
| * fix type hintsRobin Appelman2023-04-044-8/+6
| * fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| * fix unencrypted_size for files when scanningRobin Appelman2023-04-041-0/+8
| * fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-042-6/+16
* | Merge pull request #37820 from nextcloud/parent-storage-mtime-ignore-errorRobin Appelman2023-04-211-1/+13
|\ \
| * | ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-201-1/+13
* | | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-4/+10
|\| |
| * | improve handling of files we can't access in the scannerRobin Appelman2023-04-051-5/+11
| |/
* / Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
|/
* Fix inherited parameter namesjld31032023-04-031-4/+4
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
* 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
|/
* 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
|\ \
| * | 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
|\ \