-
-
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
improve handling of files we can't access in the scanner #22943
Conversation
/backport to stable20 |
/backport to stable19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
static code analysis is not happy: https://github.com/nextcloud/server/pull/22943/checks?check_run_id=1134675980 |
@icewind1991 rebase and fix psalm ? |
6039742
to
7565b10
Compare
rebasing made psalm happy |
@icewind1991 could you check the tests? |
CI unhappy, 35 errors in samba tests |
This comment has been minimized.
This comment has been minimized.
7565b10
to
986a242
Compare
Samba tests failing |
/rebase |
986a242
to
ebab4f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix samba (tests)
ebab4f8
to
2364d1c
Compare
instead of erroring, remove the items from the cache. this situation can be triggered if a user has access to a file but looses it afterwards Signed-off-by: Robin Appelman <robin@icewind.nl>
2364d1c
to
b1f352c
Compare
instead of erroring, remove the items from the cache.
this situation can be triggered if a user has access to a file but looses it afterwards
Signed-off-by: Robin Appelman robin@icewind.nl