Skip to content
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

[stable-3.13] nmc/2352-Windows_related_changes #266

Open
wants to merge 27 commits into
base: stable-3.13
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot added the custom MagentaCLOUD customisation label Jul 12, 2024
@memurats memurats added approved build-ready Include into custom client build labels Jul 12, 2024
claucambra and others added 20 commits August 12, 2024 14:22
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…ernal properties

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…ult size

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…n general settings

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Camila Ayres <hello@camilasan.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
when receiving a shell integration socket command for ENCRYPT, a generic
interface and generic code paths was used

the assumption was that the listener socket would need (and remain)
valid while hanlding teh request

some code paths need to display error messages to the user via a
QMessageBox

the issue is that this will execute a Qt event loop that will handle the
socket disconnection while the socket variable from the caller seems it
will stay valid and alive

prevent that by not using a blocking method invocation such that life
time mishandling about the socket listener is not possible

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
@memurats memurats self-assigned this Aug 13, 2024
@memurats memurats added custom MagentaCLOUD customisation approved build-ready Include into custom client build and removed custom MagentaCLOUD customisation approved build-ready Include into custom client build labels Aug 26, 2024
@memurats memurats added enhancement New feature or request custom MagentaCLOUD customisation approved build-ready Include into custom client build and removed custom MagentaCLOUD customisation approved build-ready Include into custom client build enhancement New feature or request labels Sep 5, 2024
@memurats memurats added custom MagentaCLOUD customisation approved build-ready Include into custom client build and removed custom MagentaCLOUD customisation approved build-ready Include into custom client build labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved build-ready Include into custom client build custom MagentaCLOUD customisation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants