Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #48769 from nextcloud/copy-share-unmasked | Robin Appelman | 2024-12-04 | 1 | -1/+8 |
|\ | | | | | Fix incorrect permissions when copying shared files | ||||
| * | fix: use scan_permissions when copying cache items | Robin Appelman | 2024-12-04 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: store unmaked source permissions as scan_permissions when loading share ↵ | Robin Appelman | 2024-12-04 | 1 | -0/+3 |
| | | | | | | | | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | 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 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2024-12-03 | 1 | -9/+32 |
|/ | | | | | | Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entry | Louis Chemineau | 2024-11-21 | 1 | -2/+2 |
| | | | | | | | | Because it is returned here: https://github.com/nextcloud/server/blob/7b7d07c5750583ab3a7b29112af475f5c8891143/lib/private/Files/Cache/Cache.php#L136-L137 And some implementation got stricter: https://github.com/nextcloud/groupfolders/blob/df95bf6ba807da5171de91108879b6d8aa9f3611/lib/Mount/RootEntryCache.php#L23-L28 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(cache): etag constraint violationfix/etag-constraint-search-query | skjnldsv | 2024-11-21 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(systemtags): add etag support and handle proppatch | skjnldsv | 2024-10-29 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 3 | -27/+27 |
| | | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm | ||||
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 2 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager | ||||
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -6/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: verify that parent exists in cache when inserting | Robin Appelman | 2024-09-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -6/+7 |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(files): Adjust Cache::searchQuery() parameter name to match interface | provokateurin | 2024-09-13 | 2 | -4/+4 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 1 | -9/+9 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: hint storage id in more places | Robin Appelman | 2024-08-28 | 1 | -2/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 1 | -4/+92 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -8/+8 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix: make batch propagator work with sharding restrictions | Robin Appelman | 2024-07-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: make joining on tags in search queries work with sharding | Robin Appelman | 2024-07-17 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: always set storage id in Cache::get | Robin Appelman | 2024-07-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: add set storage id for more cache queries | Robin Appelman | 2024-07-17 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add base class for extending the query builder | Robin Appelman | 2024-07-12 | 4 | -18/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | 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 | ||||
| * | feat: add option to disable scanner transactions | Robin Appelman | 2024-05-03 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: get child ids for folder in a separate query during move | Robin Appelman | 2024-06-13 | 1 | -4/+21 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(files): Use isRetryable to catch retryable exceptions | Louis Chemineau | 2024-06-11 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 24 | -510/+79 |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | | Merge pull request #43794 from nextcloud/fix/files/scanner-metadata-diff | Côme Chilliet | 2024-05-13 | 1 | -2/+47 |
|\ \ | | | | | | | fix(files): handle multidimensional arrays in scanner | ||||
| * | | fix(Files): Change how scanner diffs for changed metadata | Josh | 2024-05-08 | 1 | -2/+47 |
| |/ | | | | | | | | | Fixes #43408 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | 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 | ||||
| * | perf(db): Sort data for IN before chunking | Christoph Wurst | 2024-04-26 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix: fix FileAccess::getByFileId(InStorage) | Robin Appelman | 2024-05-01 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata | Maxence Lange | 2024-04-17 | 3 | -11/+6 |
|\ | | | | | enh(metadata): migrate metadata to lazy appconfig | ||||
| * | migrate metadata to lazy appconfig | Maxence Lange | 2024-02-14 | 3 | -11/+6 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix: use proper jailed patch in watcher | Robin Appelman | 2024-04-08 | 1 | -0/+74 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(files)): Add retry logic to cover deadlock situations when moving many ↵ | Louis Chemineau | 2024-03-28 | 1 | -6/+25 |
| | | | | | | | | | | | | files Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | feat: add interface for lower level filecache acess without having to do ↵ | Robin Appelman | 2024-03-25 | 1 | -0/+116 |
| | | | | | | | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Refactor `OC\Server::getLockingProvider` | Andrew Summers | 2024-03-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | fix(filecache): Move from array_merge to avoid memory exhaustion | Git'Fellow | 2024-03-04 | 1 | -2/+7 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> |