-
Notifications
You must be signed in to change notification settings - Fork 87
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
[stable27] Handle missing disk versions #2762
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Robin Appelman <robin@icewind.nl>
15.0.0-beta2
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
chore(CI): Adjust testing matrix for Nextcloud 27 on stable27
Using ${var} in strings is deprecated, use {$var} instead Signed-off-by: Marc Hefter <marchefter@gmail.com>
[stable27] fix PHP 8.2 ${var} deprecated
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Release 15
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
[stable27] Check if index exists before trying to delete it
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
See https://github.com/nextcloud/server/blob/5538a40029da60547798ae6f9e11179c4ee4a642/apps/files/src/actions/openFolderAction.ts#L70 Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Robin Appelman <robin@icewind.nl>
[stable27] preload the acl rules for the root of the groupfolders
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
[stable27] Drop need of user folder
…t payload Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
[stable27] fix(ACL): don't put inherited ACL permissions in the propPatch request payload
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
[stable27] Emit hook for restore
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
[stable27] fix downloading trashbin items
Signed-off-by: Robin Appelman <robin@icewind.nl>
[stable27] don't apply acls when scanning
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Fixing the error requires newer psalm which brings in other errors, so for stable27 just silence the warning Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
[stable27] Add a listener to update trashed items when parent is renamed
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
Backport of #2758