-
-
Couldn't load subscription status.
- Fork 4.6k
fix(external_storage): fix settings save #51320
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
e3919da to
938d20d
Compare
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
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.
Makes sense
938d20d to
c19fe5f
Compare
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.
🙏
c19fe5f to
56b2c7b
Compare
|
/compile |
|
I'm running 31.0.0 and noticed that when saving global credentials the browser says it submits payload: But by the time saveGlobalCredentials is called in AjaxController, $uid is NULL rather than an empty string, so the $uid === '' comparison fails and permission to set the credentials is denied. Unfortunately I'm too basic to see if all these changes that were implemented will correctly pass an empty string to the saveGlobalCredentials rather than a NULL. [Edit] |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3f08110 to
b25b11d
Compare
|
/compile amend / |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
b25b11d to
2f4b4ce
Compare
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/51320/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 07264dff 2f4b4ce4
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51320/stable31Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"} Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport 07264df to stable31 |
That's a new one 🤔 |
Fix #49829
Followup from #50910
Regression from