-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
properly handle cases where cache wrappers block access #28385
Conversation
possibly related, or needs additional fixing. nextcloud/groupfolders#1464 |
@icewind1991 seems psalm not happy |
/rebase |
bc88ef3
to
99dbe6a
Compare
This comment has been minimized.
This comment has been minimized.
99dbe6a
to
9f3a2ab
Compare
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out Signed-off-by: Robin Appelman <robin@icewind.nl>
9f3a2ab
to
118c647
Compare
Fixed psalm, ready to merge |
backport? EDIT: groupfolders seems to also behave in stablexx branches following server. Backporting up to reported version, 22 |
/backport to stable22 |
Is it possible and should be backport to |
CacheWrapper::formatCacheEntry
can return false for files that should be filtered outFixes nextcloud/groupfolders#1621