-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable10] Backport of Increase size of login_name from 64 to 255 #34280
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.
👍
Original PR #34269 |
will require release note and also would trigger the next release to be 10.2 instead of 10.1.1 due to DB change that requires downtime |
7ef3cec
to
5ff4311
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #34280 +/- ##
===========================================
Coverage ? 63.47%
Complexity ? 19123
===========================================
Files ? 1265
Lines ? 75192
Branches ? 1288
===========================================
Hits ? 47731
Misses ? 27083
Partials ? 378
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34280 +/- ##
==============================================
- Coverage 63.5% 63.5% -0.01%
- Complexity 19137 19139 +2
==============================================
Files 1264 1265 +1
Lines 75278 75281 +3
Branches 1291 1291
==============================================
Hits 47805 47805
- Misses 27093 27096 +3
Partials 380 380
Continue to review full report at Codecov.
|
drone https://drone.owncloud.com/owncloud/core/14918/247 got:
stupid thing! I will ask for a rebase again. |
@ownclouders rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
5ff4311
to
d177479
Compare
Automated rebase with GitMate.io was successful! 🎉 |
@ownclouders rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Increase size of column login_name from 64 to 255. It would help to accomonate long strings. Signed-off-by: Sujith H <[email protected]>
d177479
to
dbcbb67
Compare
Automated rebase with GitMate.io was successful! 🎉 |
Increase size of column login_name from 64 to 255.
It would help to accomonate long strings.
Signed-off-by: Sujith H [email protected]
Description
Increase the size of
login_name
column of tableoc_authtoken
. This would help to use long user name for login. This issue was seen when user was trying to authenticate with long username using OAuth2.Related Issue
Motivation and Context
Increasing the size of
login_name
column of the tableoc_authtoken
. This would help to use long user name for login.How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: