| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ |
|
* | | Merge pull request #45058 from nextcloud/perf/db/sort-before-chunking | Christoph Wurst | 2024-05-07 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | perf(db): Sort data for IN before chunking | Christoph Wurst | 2024-04-26 | 1 | -0/+3 |
* | | fix: fix FileAccess::getByFileId(InStorage) | Robin Appelman | 2024-05-01 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata | Maxence Lange | 2024-04-17 | 3 | -11/+6 |
|\ |
|
| * | migrate metadata to lazy appconfig | Maxence Lange | 2024-02-14 | 3 | -11/+6 |
* | | fix: use proper jailed patch in watcher | Robin Appelman | 2024-04-08 | 1 | -0/+74 |
* | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 4 | -5/+5 |
* | | feat(files)): Add retry logic to cover deadlock situations when moving many f... | Louis Chemineau | 2024-03-28 | 1 | -6/+25 |
* | | feat: add interface for lower level filecache acess without having to do dire... | Robin Appelman | 2024-03-25 | 1 | -0/+116 |
* | | Refactor `OC\Server::getLockingProvider` | Andrew Summers | 2024-03-15 | 1 | -1/+1 |
* | | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -3/+3 |
* | | fix(filecache): Move from array_merge to avoid memory exhaustion | Git'Fellow | 2024-03-04 | 1 | -2/+7 |
* | | fix types + autoloader | Robin Appelman | 2024-02-15 | 1 | -5/+14 |
* | | optimize query pattern used by storage filter | Robin Appelman | 2024-02-15 | 1 | -38/+90 |
|/ |
|
* | use OCP\Server | Robin Appelman | 2024-02-12 | 1 | -1/+2 |
* | also improe cache ci for shared cache | Robin Appelman | 2024-02-09 | 3 | -18/+24 |
* | improve di performance for cache | Robin Appelman | 2024-02-09 | 3 | -46/+89 |
* | Merge pull request #43131 from nextcloud/fix/files/cache-wrapper-no-partial-c... | Christoph Wurst | 2024-02-06 | 1 | -1/+1 |
|\ |
|
| * | fix(files): Don't attempt to format a partial cache entry | Christoph Wurst | 2024-01-25 | 1 | -1/+1 |
* | | also updated parent etags when a changed etag is detected during scanning | Robin Appelman | 2024-01-31 | 1 | -6/+29 |
* | | dont reuse etag for folders marked explicitly unscanned | Robin Appelman | 2024-01-31 | 1 | -1/+2 |
|/ |
|
* | perf: Avoid updating the folder size if we know the size difference | Julius Härtl | 2024-01-12 | 1 | -12/+14 |
* | Merge pull request #41272 from nextcloud/fixOccScans | Git'Fellow | 2023-11-28 | 1 | -3/+6 |
|\ |
|
| * | fix: reduce memory consumption of scans | Git'Fellow | 2023-11-03 | 1 | -3/+6 |
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -3/+3 |
* | | Merge pull request #41459 from nextcloud/enh/noid/search-metadata-null | Maxence Lange | 2023-11-23 | 1 | -0/+2 |
|\ \ |
|
| * | | implements search on null/notnull metadata | Maxence Lange | 2023-11-22 | 1 | -0/+2 |
* | | | refactor: Repalce array_search with in_array in lib/ | Christoph Wurst | 2023-11-22 | 2 | -3/+3 |
|/ / |
|
* | | fix psalm | Maxence Lange | 2023-11-14 | 1 | -5/+1 |
* | | ignore metadata if table is empty | Maxence Lange | 2023-11-14 | 4 | -6/+26 |
* | | moving metadataquery | Maxence Lange | 2023-11-13 | 3 | -3/+3 |
* | | feat(files): Allow advanced search for files | Benjamin Gaussorgues | 2023-11-10 | 3 | -1/+17 |
* | | Support getting and setting metadata in DAV requests | Louis Chemineau | 2023-11-08 | 3 | -19/+27 |