nextcloud-server/lib
Robin Appelman f5e2b0b22f
allow storing multiple mounts for the same rootid in the mount cache
currently `[$userId, $rootId]` is used as the unique key for storing mounts in the mount cache,
however there are cases where the same rootid is mounted in multiple places for a user which currently leads to not all of those mounts being added to the cache.

Previously this didn't matter as the mount cache was only used to list users with access to a specific file, so a user having access to the file multiple times didn' change anything.

With 24 the mount cache is used for more cases and multiple mounts for the same id becomes relevant.
While I think there isn't a real negative effect atm besides missing the optimized path we should ensure that the mounts are properly listed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-04-28 15:08:08 +07:00
..
composer allow storing multiple mounts for the same rootid in the mount cache 2023-04-28 15:08:08 +07:00
l10n Fix(l10n): Update translations from Transifex 2023-04-26 02:28:10 +07:00
private allow storing multiple mounts for the same rootid in the mount cache 2023-04-28 15:08:08 +07:00
public fix(psalm): systemtags 2023-04-28 12:23:52 +07:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
base.php Read mtime of version.php only once 2023-04-21 14:10:47 +07:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +07:00