nextcloud/lib/private/Files/Cache
Vincent Petry a721d346b9 Normalize directory entries in Encoding wrapper
Directory entry file names are now normalized in getMetaData(),
getDirectoryContents() and opendir().

This makes the scanner work properly as it assumes pre-normalized names.

In case the names were not normalized, the scanner will now skip the
entries and display a warning when applicable.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-19 14:51:40 +00:00
..
Wrapper Merge pull request #28583 from nextcloud/backport/28566/stable22 2021-08-25 13:21:41 +02:00
Cache.php Move query outside the loop and reduce chunk size to 1000 2021-11-01 11:08:32 +00: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-11-01 11:08:32 +00: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-10-07 15:19:58 +00:00
Scanner.php Normalize directory entries in Encoding wrapper 2021-11-19 14:51:40 +00:00
SearchBuilder.php generate a better optimized query for path prefix search filters 2021-10-07 15:19:58 +00: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-22 12:34:30 +00:00