nextcloud-server/core
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
..
BackgroundJobs also use updatedir for cleanup of backups 2022-10-01 17:01:28 +07:00
Command Merge pull request #37622 from nextcloud/group-list-numeric-userid 2023-04-24 17:14:11 +07:00
Controller feat(translation): Allow guests to use translations as well 2023-04-13 09:02:46 +07:00
Data composer run cs:fix 2023-01-20 11:45:08 +07:00
Db Add type hints for mappers 2023-04-07 09:49:42 +07:00
Events Add password reset typed events 2022-06-10 16:41:41 +07:00
Exception
Listener Only check unsupported browsers on user rendering 2022-10-28 12:23:02 +07:00
Middleware composer run cs:fix 2023-01-20 11:45:08 +07:00
Migrations allow storing multiple mounts for the same rootid in the mount cache 2023-04-28 15:08:08 +07:00
Notification update notifications for one-click instances 2022-10-24 18:28:00 +07:00
Service Update core to PHP 7.4 standard 2022-05-20 22:18:06 +07:00
ajax update wording for disabled web updater 2023-03-04 16:24:46 +07:00
css Show modified in filepicker grid 2023-04-25 17:21:12 +07:00
doc
fonts
img fix(assets): Optimize PNGs with optipng 0.7.7 2023-04-24 09:01:38 +07:00
js Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0 2023-04-19 15:28:12 +07:00
l10n Fix(l10n): Update translations from Transifex 2023-04-28 02:28:37 +07:00
skeleton
src Merge pull request #37806 from nextcloud/fix/37410 2023-04-26 17:05:04 +07:00
templates chore(404): Extend 404 error message to mention possibly missing permissions 2023-04-26 11:21:56 +07:00
vendor Remove jstz usage from server 2023-01-04 17:40:40 +07:00
.l10nignore
Application.php Add parent index on filecache 2023-03-20 15:02:23 +07:00
register_command.php add command for getting fileinfo for debugging 2023-04-17 16:23:52 +07:00
routes.php feat(translations): Add translation provider API 2023-02-27 16:52:03 +07:00
shipped.json set theming app to alwaysEnabled 2022-10-17 17:51:39 +07:00
strings.php