| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(cache): always require updates if mtime is nullfix/require-update-if-mtime-is-null | Ferdinand Thiessen | 2025-04-04 | 1 | -1/+1 |
* | feat: add getParentId to ICacheEntry | Robin Appelman | 2025-03-28 | 1 | -0/+4 |
* | perf(files): faster query to fetch incomplete directoriesperf/improve-incomplete-scan | Benjamin Gaussorgues | 2025-02-13 | 1 | -14/+5 |
* | fix: don't use cached root info from shared cache if the watcher has detected... | Robin Appelman | 2025-02-06 | 2 | -0/+16 |
* | fix: Harden files scanner for invalid null access | Ferdinand Thiessen | 2025-01-28 | 4 | -165/+163 |
* | fix: Metadata field searchartonge/fix/metadata_field_search | Louis Chemineau | 2025-01-20 | 1 | -6/+11 |
* | fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-root | Côme Chilliet | 2024-12-17 | 1 | -0/+3 |
* | Revert "fix: don't recalculate folder size in Cache::delete if the entry didn...ci/revert/47342 | Daniel Kesselberg | 2024-12-16 | 1 | -0/+3 |
* | Merge pull request #47342 from nextcloud/cache-delete-notfound-size | Robin Appelman | 2024-12-12 | 1 | -3/+0 |
|\ |
|
| * | fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-size | Robin Appelman | 2024-08-20 | 1 | -3/+0 |
* | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 1 | -9/+13 |
|\ \ |
|
| * | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 1 | -9/+13 |
* | | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excluded | Robin Appelman | 2024-12-06 | 1 | -1/+9 |
|/ / |
|
* | | Merge pull request #48769 from nextcloud/copy-share-unmasked | Robin Appelman | 2024-12-04 | 1 | -1/+8 |
|\ \ |
|
| * | | fix: use scan_permissions when copying cache items | Robin Appelman | 2024-12-04 | 1 | -1/+5 |
| * | | fix: store unmaked source permissions as scan_permissions when loading share ... | Robin Appelman | 2024-12-04 | 1 | -0/+3 |
* | | | Merge pull request #49551 from nextcloud/dont-propagate-future-time | John Molakvoæ | 2024-12-04 | 1 | -2/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix: don't propagate future mtimes | Robin Appelman | 2024-11-28 | 1 | -2/+9 |
* | | | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2024-12-03 | 1 | -9/+32 |
|/ / |
|
* | | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entry | Louis Chemineau | 2024-11-21 | 1 | -2/+2 |
* | | fix(cache): etag constraint violationfix/etag-constraint-search-query | skjnldsv | 2024-11-21 | 1 | -1/+1 |
* | | feat(systemtags): add etag support and handle proppatch | skjnldsv | 2024-10-29 | 1 | -1/+1 |
* | | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -1/+1 |
* | | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 3 | -27/+27 |
* | | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 2 | -11/+8 |
* | | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+1 |
* | | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -6/+6 |
* | | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -1/+1 |
* | | fix: verify that parent exists in cache when inserting | Robin Appelman | 2024-09-18 | 1 | -0/+3 |
* | | chore: Fix psalm issues, put back private versions of getter in private Stora... | Côme Chilliet | 2024-09-16 | 1 | -6/+7 |
* | | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -1/+1 |
|\ \ |
|
| * | | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 1 | -1/+1 |
* | | | fix(files): Adjust Cache::searchQuery() parameter name to match interface | provokateurin | 2024-09-13 | 2 | -4/+4 |
|/ / |
|
* | | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
* | | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 1 | -9/+9 |
* | | fix: hint storage id in more places | Robin Appelman | 2024-08-28 | 1 | -2/+5 |
* | | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 1 | -4/+92 |
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -8/+8 |
|/ |
|
* | fix: make batch propagator work with sharding restrictions | Robin Appelman | 2024-07-17 | 1 | -4/+4 |
* | fix: make joining on tags in search queries work with sharding | Robin Appelman | 2024-07-17 | 1 | -1/+0 |
* | fix: always set storage id in Cache::get | Robin Appelman | 2024-07-17 | 1 | -2/+2 |
* | fix: add set storage id for more cache queries | Robin Appelman | 2024-07-17 | 1 | -0/+5 |
* | feat: add base class for extending the query builder | Robin Appelman | 2024-07-12 | 4 | -18/+7 |
* | Merge pull request #45172 from nextcloud/test-scanner-no-transactions | Robin Appelman | 2024-06-13 | 1 | -1/+5 |
|\ |
|
| * | feat: add option to disable scanner transactions | Robin Appelman | 2024-05-03 | 1 | -1/+5 |
* | | fix: get child ids for folder in a separate query during move | Robin Appelman | 2024-06-13 | 1 | -4/+21 |
* | | fix(files): Use isRetryable to catch retryable exceptions | Louis Chemineau | 2024-06-11 | 1 | -2/+6 |
* | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 24 | -510/+79 |
* | | Merge pull request #43794 from nextcloud/fix/files/scanner-metadata-diff | Côme Chilliet | 2024-05-13 | 1 | -2/+47 |
|\ \ |
|
| * | | fix(Files): Change how scanner diffs for changed metadata | Josh | 2024-05-08 | 1 | -2/+47 |
| |/ |
|