-
Notifications
You must be signed in to change notification settings - Fork 806
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
Configuration Options for Windows Registry #2914
Conversation
Thanks for creating a feature request and the PR 🎉 for it |
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.
LGTM, just the remaining comment from @allexzander to address and it's good to go.
Probably worth backporting too after proper testing.
Should be fixed now. Thank you all for your great support. |
OK, I'll rebase it to get rid of the merge commits. Once this is done could you please just pull and squash it all back into a single commit? Then it can go in. |
/rebase |
Ah damn, the automatic rebase failed because your branch is called master and the script doesn't expect that, this step would need to be done manually as well. Could you please squash into a single commit and rebase on latest master by hand? We unfortunately can't do it for you and push it ourselves since master is a protected branch in your repository. |
Added the configuration options confirmExternalStorage crashReporter newBigFolderSizeLimit useNewBigFolderSizeLimit to the Windows registry Signed-off-by: Marco Hald <marcohald@users.noreply.github.com>
/rebase |
AppImage file: Nextcloud-PR-2914-43ed8423e5014081bb4b04ca47cb7c80e2d2ea98-x86_64.AppImage |
@marcohald please rebase it against the latest master and feel free to merge. |
AppImage file: Nextcloud-PR-2914-6032f2baef0d22fcf90664f85e1387cb64c2351f-x86_64.AppImage |
I guess now we just need a go from @camilasan so the merging will become possible. |
I did read the conversation but I missed the fact that the merge commit was still there :/ |
/backport to stable-3.1 |
The backport to stable-3.1 failed. Please do this backport manually. |
OK... backport bot totally failed, I guess it's confused by the merge commit. I guess it'll have to wait for 3.2.0, this is a feature not a bug fix after all. |
Hi,
I created this issue #2890 and tried to implement it.
I have added these configuration options
to the Windows registry.
They should behave the same as when you change it in the GUI.
I used a REG File wih these Settings to test:
This is what the Client UI looks like: