Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
749ed1b5
Commit
749ed1b5
authored
Oct 06, 2019
by
echel0n
Browse files
Pre-Release v9.4.178.dev8
parent
da38c261
Changes
3
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
749ed1b5
# Changelog
-
*
da38c261d - 2019-10-06: Pre-Release v9.4.178.dev7
-
*
94946f8b0 - 2019-10-06: Added code to ensure token.json exists and if not then force logout.
-
*
0707d807c - 2019-10-06: Pre-Release v9.4.178.dev6
-
*
062ac6958 - 2019-10-06: Pre-Release v9.4.178.dev5
...
...
sickrage/core/webserver/handlers/base.py
View file @
749ed1b5
...
...
@@ -103,7 +103,7 @@ class BaseHandler(RequestHandler, ABC):
def
get_current_user
(
self
):
try
:
if
not
API
().
token
:
return
self
.
redirect
(
'/logout'
)
return
if
self
.
application
.
settings
[
'httpclient_secret'
]
==
self
.
get_cookie
(
'sr_httpclient_token'
):
return
{
'email'
:
''
}
...
...
sickrage/version.txt
View file @
749ed1b5
9.4.178.dev7
\ No newline at end of file
9.4.178.dev8
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment