Commit graph

1391 commits

Author SHA1 Message Date
rzmk
7210323c03 chore: remove Umami
Some checks failed
API Lint / ruff (push) Has been cancelled
API Tests / test (push) Has been cancelled
App Build / docker-build (push) Has been cancelled
Web Lint / next-lint (18) (push) Has been cancelled
2025-10-15 09:57:32 -04:00
rzmk
14c5ffc569 build: lock mailgun dependency 2025-10-15 09:33:34 -04:00
rzmk
8db3eca887 build: add mailgun dependency 2025-10-15 09:22:31 -04:00
rzmk
505f58171e build: add @types/mdx 2025-10-15 08:55:38 -04:00
rzmk
8eac050bac build: add tailwindcss/typography 2025-10-15 08:33:26 -04:00
rzmk
d64e43ccfe build: update lockfile 2025-10-15 08:12:20 -04:00
rzmk
76b607ff2f fix: remove mention of debug route 2025-10-15 08:01:08 -04:00
rzmk
da4fd9c233 chore: use coollabs fonts instead of Google Fonts 2025-10-15 08:01:08 -04:00
rzmk
508e0d8338 build: remove duplicate @types/mdx package 2025-10-15 08:01:08 -04:00
rzmk
424aa106dd chore: remove debug endpoints 2025-10-15 08:01:08 -04:00
rzmk
50ad84d27d fix: remove extra Exception from debug.py 2025-10-15 08:01:08 -04:00
rzmk
05450ae7dc chore: mention Cloudflare proxy in privacy policy 2025-10-15 08:01:08 -04:00
rzmk
483929f882 feat: add privacy policy, remove Umami analytics, add mdx 2025-10-15 08:01:08 -04:00
WhiteX
be4aeca0a3 Remove outdated debug and verification scripts for deployment isolation
- Deleted `debug-services.sh`, `deploy-enhanced-debug.sh`, and `deploy-isolation-fix.sh` as they are no longer needed.
- Removed `test-nextauth-cookie-isolation.sh`, `verify-all-isolation.sh`, `verify-db-isolation.sh`, `verify-enhanced-isolation.sh`, and `verify-isolation.sh` due to redundancy and updates in the verification process.
2025-10-15 08:01:08 -04:00
WhiteX
ac03952dd1 Add LearnHouse Deployment Isolation Toolkit and debugging tools
- Introduced comprehensive documentation for diagnosing and fixing deployment isolation issues between DEV and LIVE instances.
- Implemented enhanced debug API endpoints for deployment verification, URL hardcoding detection, cookie isolation testing, and session configuration checks.
- Created scripts for visual demonstration of cookie isolation, enhanced debugging deployment, and verification of NextAuth cookie isolation.
- Developed a master isolation verification script to run all isolation checks in sequence and summarize results.
- Added detailed README and environment variable guidelines for proper deployment isolation.
2025-10-15 08:01:08 -04:00
WhiteX
1a1398a378 Add isolation debug router with deployment verification endpoint 2025-10-15 08:01:08 -04:00
swve
d276f6a1df feat(wip): implement certificate generation and download functionality in CourseEndView component 2025-10-15 08:01:08 -04:00
swve
90a90cd360 feat(wip): initial ui and functionality for certifications 2025-10-15 08:01:08 -04:00
rzmk
585400ebad feat: sync with upstream change 2025-10-15 08:01:08 -04:00
rzmk
fb8e5b9be5 build: update apps/web/pnpm-lock.yaml 2025-10-15 08:01:08 -04:00
rzmk
6ed50e4b58 feat: add privacy policy agreement to invite-only signup 2025-10-15 08:01:08 -04:00
rzmk
26ef11ca4f feat: add privacy policy, remove Umami analytics, add mdx 2025-10-15 08:01:08 -04:00
rzmk
a78baad41b fix: add orgslug=default to login 2025-10-15 08:01:08 -04:00
rzmk
3b60ec5547 feat: use MailGun instead of Resend 2025-10-15 08:01:08 -04:00
rzmk
5fd979b2a2 chore: remove bio from signups 2025-10-15 08:01:08 -04:00
rzmk
b41e0da13c chore: undo bio changes 2025-10-15 08:01:08 -04:00
rzmk
e8c467c3a2 chore: remove bio from signups 2025-10-15 08:01:08 -04:00
rzmk
272ea6c4ae chore: disable Google signup 2025-10-15 08:01:08 -04:00
WhiteX
15fe844728 feat: remove Traefik labels from app service in Docker Compose configuration 2025-10-15 08:01:08 -04:00
WhiteX
a9ed915068 feat: streamline Dockerfile by consolidating app file copies and removing unnecessary environment files 2025-10-15 08:01:08 -04:00
WhiteX
cb8ed15615 feat: add .gitkeep to utils directory for maintaining empty folder structure 2025-10-15 08:01:08 -04:00
WhiteX
f46f4dd552 feat: remove domain isolation scripts and related components for cleanup 2025-10-15 08:01:08 -04:00
WhiteX
98b833c8ba feat: implement domain isolation system with API response sanitizer and interceptor scripts 2025-10-15 08:01:08 -04:00
WhiteX
9bbcb58c79 feat: implement API response sanitizer and enhance middleware for cross-domain handling 2025-10-15 08:01:08 -04:00
WhiteX
f4b942984c feat: implement domain isolation system with middleware and loader scripts for enhanced security 2025-10-15 08:01:08 -04:00
WhiteX
950876adf3 feat: add comprehensive TypeScript patching script and update Dockerfile for improved build handling 2025-10-15 08:01:08 -04:00
WhiteX
93dc16713b feat: improve TypeScript handling and add build configuration for type safety 2025-10-15 08:01:08 -04:00
WhiteX
1b8c7730cb feat: add additional environment variables for runtime configuration in Dockerfile 2025-10-15 08:01:08 -04:00
WhiteX
27c8e48578 feat: enhance API request handling and improve type safety in auth layout 2025-10-15 08:01:08 -04:00
WhiteX
78cabbc665 feat: implement runtime configuration and API client enhancements 2025-10-15 08:01:08 -04:00
WhiteX
4663256eed refactor: remove unused debug URL patching from Dockerfile 2025-10-15 08:01:08 -04:00
WhiteX
ee64e9b52d Remove outdated debug and verification scripts for deployment isolation
- Deleted `debug-services.sh`, `deploy-enhanced-debug.sh`, and `deploy-isolation-fix.sh` as they are no longer needed.
- Removed `test-nextauth-cookie-isolation.sh`, `verify-all-isolation.sh`, `verify-db-isolation.sh`, `verify-enhanced-isolation.sh`, and `verify-isolation.sh` due to redundancy and updates in the verification process.
2025-10-15 08:01:08 -04:00
WhiteX
d32389a8ef Add LearnHouse Deployment Isolation Toolkit and debugging tools
- Introduced comprehensive documentation for diagnosing and fixing deployment isolation issues between DEV and LIVE instances.
- Implemented enhanced debug API endpoints for deployment verification, URL hardcoding detection, cookie isolation testing, and session configuration checks.
- Created scripts for visual demonstration of cookie isolation, enhanced debugging deployment, and verification of NextAuth cookie isolation.
- Developed a master isolation verification script to run all isolation checks in sequence and summarize results.
- Added detailed README and environment variable guidelines for proper deployment isolation.
2025-10-15 08:01:08 -04:00
WhiteX
2ace169ab1 feat: implement deployment isolation checklist and update environment variable templates 2025-10-15 08:01:08 -04:00
WhiteX
e94fcded2a Implement comprehensive deployment isolation fixes and verification tools 2025-10-15 08:01:08 -04:00
WhiteX
0a9d0df15d Add isolation debug router with deployment verification endpoint 2025-10-15 08:01:08 -04:00
WhiteX
abbd5444d8 feat: enhance deployment isolation verification with detailed frontend response analysis 2025-10-15 08:01:08 -04:00
WhiteX
482dd930ce feat: implement deployment isolation verification and enhance API URL patching 2025-10-15 08:01:08 -04:00
WhiteX
e10e8ee5ba fix: resolve backend API execution error and update start script for Python execution 2025-10-15 08:01:08 -04:00
WhiteX
40c63156a5 feat: enhance deployment configuration with port fixes, debug script, and updated documentation 2025-10-15 08:01:08 -04:00