Commit graph

12 commits

Author SHA1 Message Date
Adrian Astles
a140f27d04
Merge branch 'dev' into user-management-and-resources 2025-07-18 22:21:55 +08:00
Owen
963bc5f0bc
Add migrations to the callers 2025-07-15 15:59:37 -07:00
Owen
3dc79da2fa
Merge branch 'dev' into clients-pops-dev 2025-07-14 16:59:00 -07:00
Adrian Astles
ec8d3569d3 fix: resolve build errors and improve database migration system
- Remove unused SQLite migration script 1.8.1.ts that was causing
  TypeScript compilation errors during PostgreSQL builds
- Fix verifyTotp.ts type error by adding proper null check for password
  parameter before passing to verifyPassword function
- Fix SQLite migration script 1.7.0.ts syntax errors in transaction
  structure and error handling
**- Update SQLite migration system to not drop tables by default, as this was used during testing and should not be in production.**

Fixes build failures for both "make build" (SQLite) and "make build-pg"
(PostgreSQL) Docker image builds.
2025-07-15 06:40:31 +08:00
Adrian Astles
deb2fad59a Add missing import for PostgreSQL migration 1.7.0 to resolve make build. 2025-07-08 12:54:42 +08:00
Adrian Astles
d467f4c437
Merge branch 'dev' into user-management-and-resources 2025-07-05 16:00:32 +08:00
miloschwartz
719d75f8a6
fix pg migration for >1.6.0 2025-07-01 21:03:10 -07:00
Adrian Astles
fd933e3dec Implemented a resouce landing page for members and Implemented basic user details (full name) and password reset via that is sent via SMTP or if SMTP is disabled will be shown to the admin to copy. 2025-06-27 18:55:04 +08:00
miloschwartz
acf25e8ad7
Merge branch 'dev' into clients-pops 2025-06-19 16:34:06 -04:00
miloschwartz
58ba0d07b0
add migration to set trust_proxy to 1 if it exists in config 2025-06-19 12:08:06 -04:00
miloschwartz
72d8ad3204
disable migrations 2025-06-16 15:23:28 -04:00
miloschwartz
2cca561e51
support postgresql as database option 2025-06-04 12:02:07 -04:00