nextcloud-server/lib/public/Files/Cache
Carl Schwan 475c84722f refactor(IPropagator): Cleanup implementation
- Add missing type hinting
- Use only public methods from IStorage instead of relying on internal
  \OC\Storage methods
- Refactor HomePropagator to use ignore argument from Propagator instead
  of reimplementing the same logic.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-08 17:15:18 +07:00
..
AbstractCacheEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CacheEntryInsertedEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CacheEntryRemovedEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CacheEntryUpdatedEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CacheInsertEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CacheUpdateEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ICache.php fix(psalm): Fix @throws annotations 2024-09-17 17:18:30 +07:00
ICacheEntry.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +07:00
ICacheEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IFileAccess.php fix(FileAccess): Use one param for rewriting home dirs and excluding non-user files mounts 2025-07-15 09:15:16 +07:00
IPropagator.php refactor(IPropagator): Cleanup implementation 2025-10-08 17:15:18 +07:00
IScanner.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IUpdater.php fix(files): Correctly copy the cache information on copy operations 2024-12-03 17:04:44 +07:00
IWatcher.php fix: don't use cached root info from shared cache if the watcher has detected an update 2025-02-06 19:41:43 +07:00