-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(bulk-upload): change the default to disabled as there are still some bugs present #51431
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
|
/backport to stable31 |
|
/backport to stable30 |
|
Setting to draft for now as discussed with @Rello |
|
Hm it seems it's the client that is broken and not the server, so it should be disabled in the client instead? |
I just discussed this with @Rello and It will disabled in the future in the desktop client. However to also cover outdated clients, it is necessary to disable it here as well. |
…some bugs present Signed-off-by: Simon L. <szaimen@e.mail.de>
92022d5 to
5e6478f
Compare
|
So ready for review! |
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.
🤷♀️
|
I don't get why this is merged. The desktop client has a much more flexible release schedule, and I would assume that clients get upgraded much sooner than servers. Also, it would have been better to change the capability name instead of disabling it altogether, this would have allowed futur desktop client versions improve their logic. We now have arbitrary server versions for which it does not work for no reason. |
|
I agree with @artonge, like I said before already. |
See nextcloud/desktop#6990