freightdesk/webapp
FreightDesk 5e10afebf1 [OWL] Security fixes: remove hardcoded password, add setup form, soft-delete migration
- Replace hardcoded admin123 with user-defined password via /setup form
- Add proper GET/POST /setup routes
- Create setup.ejs view with password validation (min 6 chars)
- Add migration 003: soft-delete columns (deleted_at) on loads/payments/shippers/vehicles
- Add load_count column to shippers
- requireRole middleware already present in auth.js
2026-06-07 19:34:22 +00:00
..
src [OWL] Security fixes: remove hardcoded password, add setup form, soft-delete migration 2026-06-07 19:34:22 +00:00
.env.example Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
Dockerfile Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
package.json Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
seed.js Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00