-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix null displayname crash as described in #21885 #23065
Conversation
5860824
to
4c3be97
Compare
@TomG736 what is the status? :) |
@rullzer This issue has been plaguing me (and many others) for a long time... It breaks large sections of Nextcloud. What's happening here? Isn't @TomG736:s fix good enough for now? Or are we missing something? @jospoortvliet do you know? |
Signed-off-by: tgrant <[email protected]>
Signed-off-by: tgrant <[email protected]>
4c3be97
to
23dbbca
Compare
Rebased back off current master |
Oracle fails:
Looks slightly related, but not sure |
looking closer, if the search finds 3 users containing "bar" instead of 2, maybe there's some random cleanup issue in the tests, likely unrelated. I'll restart the tests just in case... |
Did it work? There seems to be some "requested changes" (that don't really need to be addressed) blocking merge? |
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 👍
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
backport for stable21? |
Hi, |
/backport to stable22 |
/backport to stable21 |
/backport to stable20 |
The backport to stable22 failed. Please do this backport manually. |
/backport to stable22 |
The backport to stable22 failed. Please do this backport manually. |
backprt to stable22 fails because it is already included in stable22 |
makes sense :) |
As discussed in #21885,
displayname
is sometimes Null when updating from older versions. This pull requests adds the code suggested in that issue by @dh-connect with modifications suggested by @kbzowski