nextcloud-server/lib/private/Files/Cache
Carl Schwan c4e6fbdae7 fix(query-builder): Don't catch UniqueConstraintViolationException
UniqueConstraintViolationException is no longer throw directly but
instead is now wrapped inside a \OCP\DB\Exception. So check the
exception reason.

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2025-09-02 11:55:58 +07:00
..
Wrapper fix: fix moving cache items from cache jail with sharding 2025-08-22 19:21:31 +07:00
Cache.php fix(query-builder): Don't catch UniqueConstraintViolationException 2025-09-02 11:55:58 +07:00
CacheDependencies.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CacheEntry.php feat: add getParentId to ICacheEntry 2025-03-28 16:47:07 +07:00
CacheQueryBuilder.php fix: add missing color select to tags usage query 2025-08-01 02:47:04 +07:00
FailedCache.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
FileAccess.php fix(FileAccess): Use one param for rewriting home dirs and excluding non-user files mounts 2025-07-15 09:15:16 +07:00
HomeCache.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
HomePropagator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LocalRootScanner.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MoveFromCacheTrait.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NullWatcher.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Propagator.php fix: don't propagate future mtimes 2024-11-28 17:24:36 +07:00
QuerySearchHelper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Scanner.php fix: better error message when trying to scan a folder that is already being scanned 2025-04-25 18:40:03 +07:00
SearchBuilder.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Storage.php fix: Run cleanByMoundId query on all shards 2025-06-06 14:36:34 +07:00
StorageGlobal.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
Updater.php fix: Fix copying to the root of another mountpoint 2024-12-17 18:24:35 +07:00
Watcher.php fix(cache): always require updates if mtime is null 2025-04-04 13:41:32 +07:00