Uh oh!
There was an error while loading. Please reload this page.
fix(external_storage): fix settings save - #51320
Conversation
Uh oh!
There was an error while loading. Please reload this page.
e3919da to
938d20dCompareskjnldsv
commented
Mar 7, 2025
/backport to stable31 |
skjnldsv
commented
Mar 7, 2025
/backport to stable30 |
skjnldsv
commented
Mar 7, 2025
/backport to stable29 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
938d20d to
c19fe5fComparec19fe5f to
56b2c7bCompareskjnldsv
commented
Mar 8, 2025
/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
b25b11dCompareskjnldsv
commented
Mar 11, 2025
/compile amend / |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
b25b11d to
2f4b4ceCompareThe 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. |
skjnldsv
commented
Mar 11, 2025
/backport 07264df to stable31 |
skjnldsv
commented
Mar 11, 2025
That's a new one 🤔 |
Fix#49829
Followup from #50910
Regression from