diff --git a/LICENSE b/LICENSE index 98d01c29..1898c1d9 100644 --- a/LICENSE +++ b/LICENSE @@ -32,6 +32,10 @@ images/github.png (modified) images/titleBackground.jpg The image is from free set of material design backgrounds, published by oxygenna.com and absolutely free to use (Source: http://www.oxygenna.com/news/brand-new-set-of-40-material-design-backgrounds) +images/titleBackground_small.jpg +images/titleBackground_login.jpg +Same as above, but the image sizes was changed for Script server project + images/cookie.png (modified) https://github.com/whitebird/FontAwesome-cookie Licensed under http://creativecommons.org/publicdomain/zero/1.0 diff --git a/src/tests/web/server_test.py b/src/tests/web/server_test.py index 7252fe4c..94e6fae0 100644 --- a/src/tests/web/server_test.py +++ b/src/tests/web/server_test.py @@ -197,7 +197,7 @@ class LoginResourcesTest(TestCase): ('/js/login.be16f278.js.map'), ('/js/chunk-login-vendors.18e22e7f.js'), ('/js/chunk-login-vendors.18e22e7f.js.map'), - ('/img/titleBackground.a6c36d4c.jpg'), + ('/img/titleBackground_login.a6c36d4c.jpg'), ('/css/login.8e74be0f.css'), ('/fonts/roboto-latin-400.60fa3c06.woff'), ('/fonts/roboto-latin-400.479970ff.woff2'), diff --git a/src/web/server.py b/src/web/server.py index f1bf6cc0..7a694e32 100755 --- a/src/web/server.py +++ b/src/web/server.py @@ -93,7 +93,7 @@ def is_allowed_during_login(request_path, login_url, request_handler): '/fonts/roboto-latin-500.woff', '/fonts/roboto-latin-400.woff2', '/fonts/roboto-latin-400.woff', - '/img/titleBackground.jpg'] + '/img/titleBackground_login.jpg'] return request_path in login_resources diff --git a/web-src/public/login.html b/web-src/public/login.html index b9a6f941..04904bff 100644 --- a/web-src/public/login.html +++ b/web-src/public/login.html @@ -12,6 +12,7 @@