refactor of authentication and html-templates into separate modules
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 30 Dec 2021 22:41:18 +0000 (14:41 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 30 Dec 2021 22:41:18 +0000 (14:41 -0800)
commit3c547e314b79a31fb3f15412a47707a22dc3eefd
treec333af7012f94992cf1e9235b898d56d88a67c0d
parent4807a77eca2858e8dc23d9ec2247a778814988d7
refactor of authentication and html-templates into separate modules
25 files changed:
config/default.js
package-lock.json
package.json
src/authenticator.js [deleted file]
src/service.js
src/session-manager.js [deleted file]
src/template/admin-ia-html.js [deleted file]
src/template/admin-login-html.js [deleted file]
src/template/admin-overview-html.js
src/template/admin-topic-details-html.js
src/template/index.js
src/template/root-html.js
src/template/template-helper.js
static/custom.css [new file with mode: 0644]
static/theme.css
test/lint-html.js [new file with mode: 0644]
test/src/authenticator.js [deleted file]
test/src/service.js
test/src/session-manager.js [deleted file]
test/src/template/admin-ia-html.js [deleted file]
test/src/template/admin-login-html.js [deleted file]
test/src/template/admin-overview-html.js
test/src/template/admin-topic-details-html.js
test/src/template/root-html.js
test/src/template/template-helper.js