-
-
Couldn't load subscription status.
- Fork 4.6k
fix(ownCloud): ensure that accounts.display_name fits into users.displayname
#55006
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
|
Possible performance regression detected Show Output |
|
/backport to stable32 |
|
/backport to stable31 |
|
/backport to stable25 |
|
Possible performance regression detected Show Output |
|
Possible performance regression detected Show Output |
…isplayname` `user.displayname` only allows 64 characters but old `accounts.display_name` allowed 255 characters. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4b28b61 to
05191ce
Compare
|
The backport to # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b backport/55006/stable25
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 414f7786 05191ce1
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/55006/stable25Error: Failed to push branch backport/55006/stable25: remote: Invalid username or token. Password authentication is not supported for Git operations. Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
…isplayname` - manual backport of #55006 Needed because we recommend to do migrations from OC 10.x to NC 25 ... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Summary
user.displaynameonly allows 64 characters but old ownCloudaccounts.display_nameallowed 255 characters.Checklist