-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable24] Forbid tagging readonly files #44324
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
Conversation
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
25 supports 7.4 Signed-off-by: Côme Chilliet <[email protected]>
| $userSession, | ||
| $groupManager, | ||
| function ($name) { | ||
| function ($name): bool { |
Check notice
Code scanning / Psalm
MissingClosureParamType
| return !empty($nodes); | ||
| } | ||
| }, | ||
| function ($name): bool { |
Check notice
Code scanning / Psalm
MissingClosureParamType
| } | ||
| }, | ||
| function ($name): bool { | ||
| $nodes = \OC::$server->getUserFolder()->getById((int)$name); |
Check notice
Code scanning / Psalm
DeprecatedMethod
| } | ||
| }, | ||
| function ($name): bool { | ||
| $nodes = \OC::$server->getUserFolder()->getById((int)$name); |
Check notice
Code scanning / Psalm
PossiblyNullReference
| $groupManager, | ||
| $entityExistsFunction | ||
| $entityExistsFunction, | ||
| fn ($name) => true, |
Check notice
Code scanning / Psalm
MissingClosureParamType
Backport of PR #44309 / #44297