update depedencies, changes to support updated authentication-module
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 27 Mar 2024 00:08:59 +0000 (17:08 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Wed, 27 Mar 2024 23:28:41 +0000 (16:28 -0700)
commitfba42a499fe1af051b0982c1f3e8b3873c9ed2fb
tree123a094f14d6cf09668d745b9b361d0a5a74933c
parente8dccf76ec2776f07eddd1ce2f1c4fc150a6f790
update depedencies, changes to support updated authentication-module
38 files changed:
documentation/media/postgres-er.svg
documentation/media/sqlite-er.svg
package-lock.json
package.json
server.js
src/db/abstract.js
src/db/postgres/index.js
src/db/postgres/sql/authentication-update-credential.sql [new file with mode: 0644]
src/db/postgres/sql/authentication-update-otp-key.sql [new file with mode: 0644]
src/db/postgres/sql/authentication-upsert.sql
src/db/postgres/sql/schema/1.2.0/apply.sql [new file with mode: 0644]
src/db/postgres/sql/schema/1.2.0/er.dot [new file with mode: 0644]
src/db/postgres/sql/schema/1.2.0/revert.sql [new file with mode: 0644]
src/db/sqlite/index.js
src/db/sqlite/sql/authentication-get.sql
src/db/sqlite/sql/authentication-update-credential.sql [new file with mode: 0644]
src/db/sqlite/sql/authentication-update-otp-key.sql [new file with mode: 0644]
src/db/sqlite/sql/authentication-upsert.sql
src/db/sqlite/sql/schema/1.2.0/apply.sql [new file with mode: 0644]
src/db/sqlite/sql/schema/1.2.0/er.dot [new file with mode: 0644]
src/db/sqlite/sql/schema/1.2.0/revert.sql [new file with mode: 0644]
src/logger/data-sanitizers.js
src/service.js
src/template/admin-html.js
src/template/admin-maintenance-html.js
src/template/admin-ticket-html.js
src/template/authorization-error-html.js
src/template/authorization-request-html.js
src/template/root-html.js
src/template/template-helper.js
static/theme.css
test/src/db/integration.js
test/src/db/postgres.js
test/src/db/sqlite.js
test/src/logger.js
test/src/service.js
test/src/template/template-helper.js
test/stub-db.js