nextcloud/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 Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
CacheEntry.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
FailedCache.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
HomeCache.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
HomePropagator.php do propagation in a single query 2016-04-25 16:18:59 +02:00
MoveFromCacheTrait.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
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 Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
Updater.php Merge branch 'master' of https://github.com/d--j/core into d--j-master 2016-04-25 14:52:38 +02:00
Watcher.php Merge branch 'master' of https://github.com/d--j/core into d--j-master 2016-04-25 14:52:38 +02:00