From 951b3c508cafb8e7da8508fbfad97f082f8312d1 Mon Sep 17 00:00:00 2001
From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com>
Date: Fri, 22 Oct 2021 07:47:28 -0700
Subject: [PATCH 01/16] Update index.html
---
default-templates/server/index.html | 107 +++++++++++++++++++++-------
1 file changed, 80 insertions(+), 27 deletions(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index 37df7b336..c7a84c3d2 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -1,23 +1,62 @@
-
-
-
-
-
- Welcome to Solid
+
+
-
-
-
-
+
+
+
This is a prototype implementation of a Solid server.
@@ -27,14 +66,9 @@
Welcome to the Solid Prototype
If you have not already done so, please create an account.
-
- You are logged in as
- .
-
-
{{#if serverLogo}}
-
+
{{/if}}
Server info
@@ -49,7 +83,26 @@ Server info
-
-
-
-
+
+
+
+
+
+
From 754cbadda16e7c37c539e3f871040e942895e284 Mon Sep 17 00:00:00 2001
From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com>
Date: Fri, 22 Oct 2021 09:42:42 -0700
Subject: [PATCH 02/16] Update default-templates/server/index.html
Co-authored-by: Ted Thibodeau Jr
---
default-templates/server/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index c7a84c3d2..e973c078a 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -24,7 +24,7 @@
window.localStorage.removeItem(keyname);
document.getElementById('prototype').style.display = "none";
document.getElementById('loggedIn').style.display = "block";
- document.getElementById('loggedIn').innerHTML = `Your webId and profile address are
<${webId}>.
visit your profile to login `;
+ document.getElementById('loggedIn').innerHTML = `Your WebID and profile address are
<${webId}>.
Visit your profile to log in.`;
}
// IF NOT LOGGED IN AND COOKIE DOES NOT EXIST
From 7f625734780c3713264372aed1a108ad989bff82 Mon Sep 17 00:00:00 2001
From: bourgeoa
Date: Sat, 23 Oct 2021 16:41:51 +0200
Subject: [PATCH 03/16] lint
---
default-templates/server/index.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index e973c078a..032cbf6cc 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -32,15 +32,15 @@
// HIDE LOGIN BUTTON, ADD REGISTER BUTTON
//
else {
- let loginArea = document.getElementById('loginStatusArea');
- document.getElementById('prototype').style.display = "block";
- let html = ``
- let span = document.createElement("SPAN")
- span.innerHTML=html
- loginArea.appendChild(span);
- loginArea.appendChild(UI.authn.loginStatusBox(document, null, {}))
- const signUpButton = loginArea.querySelectorAll('input')[2];
- signUpButton.style.display="none";
+ let loginArea = document.getElementById('loginStatusArea');
+ document.getElementById('prototype').style.display = "block";
+ let html = ``
+ let span = document.createElement("SPAN")
+ span.innerHTML=html
+ loginArea.appendChild(span);
+ loginArea.appendChild(UI.authn.loginStatusBox(document, null, {}))
+ const signUpButton = loginArea.querySelectorAll('input')[2];
+ signUpButton.style.display="none";
}
}
})
From b98e88371eadc35221521fb1bfcfa63d42bdb475 Mon Sep 17 00:00:00 2001
From: bourgeoa
Date: Sun, 24 Oct 2021 11:30:02 +0200
Subject: [PATCH 04/16] redirect for Login to serverRoot
---
default-views/account/register-form.hbs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/default-views/account/register-form.hbs b/default-views/account/register-form.hbs
index bf8691ef1..fe01c725d 100644
--- a/default-views/account/register-form.hbs
+++ b/default-views/account/register-form.hbs
@@ -90,8 +90,9 @@
From 9edd3fd63c3863bcf81f479ecad96fc57b069f8c Mon Sep 17 00:00:00 2001
From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com>
Date: Thu, 28 Oct 2021 09:17:10 -0700
Subject: [PATCH 05/16] Update default-templates/server/index.html
Co-authored-by: Timea
---
default-templates/server/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index 032cbf6cc..f790f3a0a 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -54,7 +54,7 @@
Welcome to the Solid Prototype
-
+
From a773f11cdc3421225ee7b780107e22b0f0b6d7bf Mon Sep 17 00:00:00 2001
From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com>
Date: Thu, 28 Oct 2021 09:17:20 -0700
Subject: [PATCH 06/16] Update default-templates/server/index.html
Co-authored-by: Timea
---
default-templates/server/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index f790f3a0a..d5bb2e5d7 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -55,7 +55,7 @@
Welcome to the Solid Prototype
-
+
From 18dfda3ccf94caf04447b515b4f279f5704b3fd3 Mon Sep 17 00:00:00 2001
From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com>
Date: Thu, 28 Oct 2021 09:17:27 -0700
Subject: [PATCH 07/16] Update default-templates/server/index.html
Co-authored-by: Timea
---
default-templates/server/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index d5bb2e5d7..0ebd9a300 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -34,7 +34,7 @@
else {
let loginArea = document.getElementById('loginStatusArea');
document.getElementById('prototype').style.display = "block";
- let html = ``
+ let html = ``
let span = document.createElement("SPAN")
span.innerHTML=html
loginArea.appendChild(span);
From df6faa5de6691bf8e3371ab4b24a8f90145b7697 Mon Sep 17 00:00:00 2001
From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com>
Date: Thu, 28 Oct 2021 09:17:38 -0700
Subject: [PATCH 08/16] Update default-templates/server/index.html
Co-authored-by: Timea
---
default-templates/server/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default-templates/server/index.html b/default-templates/server/index.html
index 0ebd9a300..4201b0c9a 100644
--- a/default-templates/server/index.html
+++ b/default-templates/server/index.html
@@ -52,7 +52,7 @@
-