Uh oh!
There was an error while loading. Please reload this page.
Make the token expiration also work for autocasting 0 - #9802
Conversation
Some bad databases don't respect the default null apprently. Now even if they cast it to 0 it should work just fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
MorrisJobke
commented
Jun 8, 2018
This causes an endless login loop on a handful of instances. cc @tflidd@rakekniven - we stopped also the updater for now and plan a followup release next week. |
Codecov Report
@@ Coverage Diff @@## master #9802 +/- ##
============================================
- Coverage 51.92% 51.92% -0.01%
Complexity 25768 25768 ============================================
Files 1635 1635 Lines 95426 95426 Branches 1308 1308 ============================================
- Hits 49553 49552 -1 - Misses 45873 45874 +1
|
MorrisJobke
commented
Jun 9, 2018
Just to be clear:
That was the bug that this PR fixes ;) |
I updated my nextcloud to the latest version and it was working fine. Once I log out and wanted to log in again, I faced with log in loop :'( |
MorrisJobke
commented
Jun 11, 2018
@ali-rahmanian On which version are you? |
ali-rahmanian
commented
Jun 11, 2018
@MorrisJobke Nextcloud 13.0.3 |
MorrisJobke
commented
Jun 11, 2018
@ali-rahmanian This is fixed in the upcoming 13.0.4. Either choose the beta channel or wait for later today to receive the update on the stable channel. |
ali-rahmanian
commented
Jun 11, 2018
@MorrisJobke Good news. Thanks for your help (: |
Some bad databases don't respect the default null apprently.
Now even if they cast it to 0 it should work just fine.
Signed-off-by: Roeland Jago Douma roeland@famdouma.nl