-
-
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
[stable29] fix: Add command to update re-share if shared-by user has been revoked #49613
base: stable29
Are you sure you want to change the base?
Conversation
fe97427
to
07e62ab
Compare
…erring Signed-off-by: Luka Trovic <luka@nextcloud.com>
07e62ab
to
2f7db91
Compare
|
||
class FixShareOwners extends Base { | ||
public function __construct( | ||
private readonly OrphanHelper $orphanHelper, |
Check failure
Code scanning / Psalm
InvalidDocblock Error
|
||
class FixShareOwners extends Base { | ||
public function __construct( | ||
private readonly OrphanHelper $orphanHelper, |
Check failure
Code scanning / Psalm
ParseError Error
} | ||
|
||
public function execute(InputInterface $input, OutputInterface $output): int { | ||
$shares = $this->orphanHelper->getAllShares(); |
Check failure
Code scanning / Psalm
UndefinedThisPropertyFetch Error
Psalm issues to fix |
Backport of #43025
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.