-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(files_trashbin): Allow preventing trash to be deleted permanently #50077
feat(files_trashbin): Allow preventing trash to be deleted permanently #50077
Conversation
ddd844a
to
ff1b072
Compare
Few minor comments, otherwise looks good! 👍 |
ff1b072
to
5858070
Compare
5858070
to
a0c36cc
Compare
/compile |
… array Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
…all trash was successful Signed-off-by: provokateurin <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
0c38de9
to
769b38f
Compare
/backport 26fa4da to stable30 |
/backport 26fa4da to stable29 |
Backporting the initial state change, so apps that support older versions and new ones can pass psalm again: nextcloud/announcementcenter#882 |
I don't see why you need to backport it for that? Apps only depend on a single OCP version, so you either have the baseline entry or you remove it. |
Apps that support against multiple versions, install all the different OCP versions on CI, so they check psalm against all those versions, which totally makes sense. |
Summary
Checklist