Commit Graph

12 Commits

Author SHA1 Message Date
95fd91cced config: add reCAPTCHA secret key 2025-12-02 16:53:52 +01:00
b75f209c35 feat: add reCAPTCHA verification, email check, fix email service
- Add reCAPTCHA verification on registration
- Add POST /api/auth/check-email endpoint
- Fix email service lazy loading
- Add FRONTEND_URL and RECAPTCHA keys to env

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:37:16 +01:00
2eddd7aa1a feat: add email check endpoint and fix email service
- Add POST /api/auth/check-email endpoint for email validation
- Check if email exists in database
- Validate email domain with MX DNS records
- Fix email service transporter lazy loading
- Add detailed logging for email sending
- Add FRONTEND_URL to .env for email links

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:16:09 +01:00
772202dc6e fix: configure Gmail App Password and SSL for contact form emails
- Update SMTP_PASS with Gmail App Password in all environment files
- Add TLS configuration to ignore self-signed certificate errors
- Fix email sending functionality for contact form

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 14:07:12 +01:00
6d7c536a7e feat: add contact form email functionality
- Add SMTP configuration in all .env files
- Create sendContactEmail function in email service
- Add contact controller with form validation
- Create contact API route (POST /api/contact)
- Register contact route in main index.js
- Emails sent to thetiptopgr3@gmail.com

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 11:38:08 +01:00
25c7a0b304 dev 2025-11-17 23:47:54 +01:00
720b307d7e Initial commit du frontend The Tip Top 2025-10-30 11:11:05 +00:00
c1793f6383 flatten backend folder 2025-10-28 00:31:47 +01:00
e8615afe99 push
All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
2025-10-24 15:00:38 +02:00
2b7fbf6173 push
All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
2025-10-23 23:51:18 +02:00
dfbdc37abc push
All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
2025-10-23 19:34:59 +02:00
root
fb3d2cfd3f Initial commit - backend depuis VPS 2025-10-22 20:40:47 +00:00