config
default.json +4 -3
middlewares
session.js +1 -1
routes
root.js +51 -2
views
layouts
outer-header.ejs +6 -7
partials
folders.html +4 -4
index.ejs +1 -1
spacedeck.ejs +32 -32
+ 4
- 3
@@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
@@ -32,6 +32,7 @@
@@ -32,6 +32,7 @@
+ 1
- 1
@@ -35,7 +35,7 @@ module.exports = (req, res, next) => {
@@ -35,7 +35,7 @@ module.exports = (req, res, next) => {
var domain = (process.env.NODE_ENV == "production") ? new URL(config.get('endpoint')).hostname : req.headers.hostname;
+ 51
- 2
@@ -32,6 +32,7 @@ const uuidv4 = require('uuid/v4');
@@ -32,6 +32,7 @@ const uuidv4 = require('uuid/v4');
@@ -148,7 +149,7 @@ router.post('/saml/SSO', passport.authenticate('saml', { failureRedirect: '/logi
@@ -148,7 +149,7 @@ router.post('/saml/SSO', passport.authenticate('saml', { failureRedirect: '/logi
var domain = (process.env.NODE_ENV == "production") ? new URL(config.get('endpoint')).hostname : req.headers.hostname;
@@ -245,10 +246,58 @@ router.get('/login', passport.authenticate('saml',
@@ -245,10 +246,58 @@ router.get('/login', passport.authenticate('saml',
+ 6
- 7
@@ -7,22 +7,21 @@
@@ -7,22 +7,21 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<a class="btn btn-transparent btn-nude" href="<%= config.endpoint %>/"><img src="/images/sd6-logo-black.svg" width="190"></a>
+ 4
- 4
@@ -71,11 +71,11 @@
@@ -71,11 +71,11 @@