d99d92a27c
Add docker-compose.local.yml for local development environment
ilham_gmail
2026-06-13 10:38:28 +07:00
4fa2cd162c
Convert landing-page and database services to custom Dockerfile builds to avoid host volume mounting errors
ilham_gmail
2026-06-12 14:08:00 +07:00
a907d9ced2
Remove host ports mapping from landing-page service to prevent deployment conflicts in Coolify
ilham_gmail
2026-06-11 23:15:53 +07:00
23e7f159d6
ini ngapain di push, beliau ada ada aja
ilham6522026-06-11 15:30:12 +00:00
4476152587
Fix verification_attempts table definition in init-db.sql to match running schema and php queries
ilham_gmail
2026-06-11 22:24:48 +07:00
077d120586
Align database schema in init-db.sql with verification_attempts and rejection_reason, and ignore all uploads directories in root .gitignore
ilham_gmail
2026-06-11 22:23:31 +07:00
f59fd5a24a
Change reject action to delete user from database to allow re-registration
ilham_gmail
2026-06-11 22:13:25 +07:00
56bad098a3
Implement rejection reason modal instead of prompt, and fix SQL syntax error for column creation in MySQL 8.0
ilham_gmail
2026-06-11 22:03:18 +07:00
da9796755a
Ensure submit button is enabled on modal open and close
ilham_gmail
2026-06-11 22:00:30 +07:00
4ad0081a02
Fix double submission bug, use createUnsafeMutable to override empty env values in Docker, and suppress direct warning printing
ilham_gmail
2026-06-11 21:50:36 +07:00
4f52db834e
Remove client side attempts and lockedUntil logic to avoid local state desync with server database
ilham_gmail
2026-06-11 21:33:54 +07:00
1e0044c260
Fix SMTP connection in Docker with IPv4 force, and prevent attempts from incrementing on mail failure
ilham_gmail
2026-06-11 21:27:58 +07:00
3d281d570e
Fix form variable reference error causing GET page reloads on submit, and add pointer cursor style to buttons on hover
ilham_gmail
2026-06-11 21:04:32 +07:00