nextcloud/lib/private/Files/Cache
Vincent Petry 67ebe75d0e
Move storage encoding compatibility warning logic
The encoding check for file names is now happening the Scanner, and an
event will be emitted only if the storage doesn't contain the encoding
compatibility wrapper.

The event is listened to by the occ scan command to be able to display a
warning in case of file name mismatches when they have NFD encoding.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-17 09:24:13 +01:00
..
Wrapper properly handle cases where cache wrappers block access 2021-11-01 11:48:01 +01:00
Cache.php Merge pull request #29281 from vijfhoek/master 2021-11-01 11:29:37 +01:00
CacheEntry.php rework search api to allow searching on multiple caches at once 2021-06-14 16:11:22 +02:00
CacheQueryBuilder.php Move query outside the loop and reduce chunk size to 1000 2021-10-17 20:57:28 +02:00
FailedCache.php use searchoperation for storage filter instead of db expression 2021-06-14 16:11:25 +02:00
HomeCache.php Update php licenses 2021-06-04 22:02:41 +02:00
HomePropagator.php Update php licenses 2021-06-04 22:02:41 +02:00
LocalRootScanner.php Update php licenses 2021-06-04 22:02:41 +02:00
MoveFromCacheTrait.php Update php licenses 2021-06-04 22:02:41 +02:00
NullWatcher.php Update php licenses 2021-06-04 22:02:41 +02:00
Propagator.php Update php licenses 2021-06-04 22:02:41 +02:00
QuerySearchHelper.php generate a better optimized query for path prefix search filters 2021-08-26 19:07:52 +02:00
Scanner.php Move storage encoding compatibility warning logic 2021-11-17 09:24:13 +01:00
SearchBuilder.php generate a better optimized query for path prefix search filters 2021-08-26 19:07:52 +02:00
Storage.php Update php licenses 2021-06-04 22:02:41 +02:00
StorageGlobal.php Update php licenses 2021-06-04 22:02:41 +02:00
Updater.php Update php licenses 2021-06-04 22:02:41 +02:00
Watcher.php more reliable return value for Watcher::checkUpdate 2021-10-15 16:03:18 +02:00