[stable10] Backport of Increase size of login_name from 64 to 255#34280
Conversation
|
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 <sharidasan@owncloud.com>
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 sharidasan@owncloud.com
Description
Increase the size of
login_namecolumn 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_namecolumn 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: