-
Notifications
You must be signed in to change notification settings - Fork 803
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
Display a message to upgrade client if minimumSupportedDesktopVersion is thrown #6405
Conversation
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.
Nice! Definitely such a big improvement! Only a minor change in the wording:
Unable to connect to Nextcloud.
This version of the client is unsupported. Upgrade to version 3.0.0 or later
not blocking, but if possible we should link to the latest version or instructions on how to update, but that can be a follow-up :)
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.
Code-wise looks good :)
this text change will go in the server side PR: nextcloud/server#43281 |
@camilasan it is unclear for me if you are waiting for more feedback or if we can merge this ? |
e8e7375
to
92335db
Compare
92335db
to
8567acd
Compare
Signed-off-by: Camila Ayres <[email protected]>
…ingBody. - Add const auto. - Remove extra error message information to make it more user friendly. Signed-off-by: Camila Ayres <[email protected]>
Signed-off-by: Camila Ayres <[email protected]>
Signed-off-by: Camila Ayres <[email protected]>
8567acd
to
d6df907
Compare
Quality Gate failedFailed conditions 34.8% Coverage on New Code (required ≥ 80%) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
AppImage file: nextcloud-PR-6405-d6df90796197f1203cf8586966a671d5bd97b4c6-x86_64.AppImage |
/backport to stable-3.12 |
The backport to # Switch to the target branch and update it
git checkout stable-3.12
git pull origin stable-3.12
# Create the new backport branch
git checkout -b backport/6405/stable-3.12
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 211233dd f197ce07 17ffc06d d6df9079
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6405/stable-3.12 Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
/backport to stable-3.12 |
The backport to # Switch to the target branch and update it
git checkout stable-3.12
git pull origin stable-3.12
# Create the new backport branch
git checkout -b backport/6405/stable-3.12
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 211233dd f197ce07 17ffc06d d6df9079
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6405/stable-3.12 Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
minimumSupportedDesktopVersion
is thrown #6273to do:
Before:
After:
Systray message