nextcloud/core
Robin Appelman 6cfd5cbe64
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-05-31 15:38:00 +02:00
..
ajax address review 2023-03-22 15:11:16 +01:00
BackgroundJobs also use updatedir for cleanup of backups 2022-10-01 17:01:28 +02:00
Command add option to list all files instead of limiting 2023-05-15 10:06:01 +00:00
Controller fix(lostpassword): Also rate limit the setPassword endpoint 2023-05-15 15:57:25 +02:00
css Revert "[stable26] Ungroup placeholder css rules to prevent browsers from removing all rules" 2023-05-24 15:19:13 +02:00
Data composer run cs:fix 2023-01-20 11:45:08 +01:00
Db composer run cs:fix 2023-01-20 11:45:08 +01:00
doc
Events Add password reset typed events 2022-06-10 16:41:41 +02:00
Exception Update php licenses 2021-06-04 22:02:41 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img feat: Add notes as recommended app 2023-03-02 23:04:43 +00:00
js fix(jsunit): Modify OC.L10N tests as it does not depend on OC. anymore 2023-02-20 15:03:31 +01:00
l10n Fix(l10n): Update translations from Transifex 2023-05-30 00:17:47 +00:00
Listener Only check unsupported browsers on user rendering 2022-10-28 12:23:02 +02:00
Middleware composer run cs:fix 2023-01-20 11:45:08 +01:00
Migrations allow storing multiple mounts for the same rootid in the mount cache 2023-05-31 15:38:00 +02:00
Notification update notifications for one-click instances 2022-10-24 18:28:00 +02:00
Service Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
skeleton
src fix(search): fix load more 2023-05-16 19:25:52 +00:00
templates Add label for logo link 2023-03-30 00:32:30 +00:00
vendor Remove jstz usage from server 2023-01-04 17:40:40 +00:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-13 13:55:22 +02:00
Application.php Add parent index on filecache 2023-03-22 14:50:40 +00:00
register_command.php add command to summarize space usage 2023-05-15 10:06:01 +00:00
routes.php feat(translations): Add translation provider API 2023-02-27 16:52:03 +01:00
shipped.json set theming app to alwaysEnabled 2022-10-17 17:51:39 +02:00
strings.php core: add more strict_types 2021-04-26 12:44:37 +02:00