nextcloud-server/lib/private/Files/Cache
Vincent Petry f8b2b95408
Scanner must normalize new children names for cache diff
Since new children from the storage might contain NFD entries, these
must be normalized to NFC to be properly diff'ed with the cache
contents which is always NFC.

This fixes an issue where NFD entries would disappear from the cache
after rescannng for children.
2016-05-20 09:33:59 +02:00
..
Wrapper Properly get the internal path for a cachejail move 2016-04-30 10:40:45 +02:00
Cache.php
CacheEntry.php
FailedCache.php
HomeCache.php
HomePropagator.php do propagation in a single query 2016-04-25 16:18:59 +02:00
MoveFromCacheTrait.php
Propagator.php do propagation in a single query 2016-04-25 16:18:59 +02:00
Scanner.php Scanner must normalize new children names for cache diff 2016-05-20 09:33:59 +02:00
Storage.php
Updater.php
Watcher.php