14 Commits
Author SHA1 Message Date
azures04 87407fe604 Add DDL-based DB init and bootstrap
Add bootstrap entrypoint and migrate DB schema setup to SQL files. Introduces bootstrap.js, many data/ddl/*.sql files, and a new runDDL() in modules/database.js (exports pool and runDDL). Remove legacy modules/databaseGlobals.js. Update repositories and code to use database.pool.query calls. Bump package version and set main to bootstrap.js. Clean up server.js to remove inline DB/cert init (now handled by bootstrap). Overall: refactor DB initialization to run ordered SQL DDL files and centralize startup logic.
2026-09-06 23:52:25 +02:00
azures04 33d54e655a Create success.html 2026-01-24 21:48:14 +01:00
azures04 21fd655a1f Update register.js 2026-01-19 20:35:58 +01:00
azures04 074a5dc04b Update register.js 2026-01-19 20:35:19 +01:00
azures04 6cf822e603 Update register.js 2026-01-19 20:34:51 +01:00
azures04 535c21b971 register 2026-01-19 20:34:07 +01:00
azures04 44a9ff12b1 register 2026-01-19 20:31:13 +01:00
azures04 f5df40f264 Update register.html 2026-01-19 20:28:56 +01:00
azures04 caa318f2c7 register 2026-01-19 20:26:58 +01:00
azures04 d6ac0fd8b4 r 2026-01-19 20:26:05 +01:00
azures04 6666025726 Update register.html 2026-01-19 20:24:30 +01:00
azures04 57aeb47ed1 Update register.html 2026-01-19 20:19:19 +01:00
azures04 4975f7e191 Add static registration page and static file serving
Added a new registration HTML page under data/static/register.html and introduced a static file serving route in routes/static.js. Minor adjustments were made to authRepository.js and userRepository.js to update module imports. This enables serving static assets and provides a registration UI.
2026-01-19 02:47:55 +01:00
azures04 e8f58e63cd Refactor texture handling and update route structure
Moved sessionserver routes to correct directory and removed subdirectory logic from texture file lookup. Updated texture URLs to remove leading slashes and fixed endpoint concatenation. Added default textures for Alex and Steve.
2025-12-28 22:22:54 +01:00