• Joined on 2026-05-26
sidney pushed to main at sidney/microtecflix 2026-07-22 20:16:36 -03:00
64a78495d9 feat: add total revenue card to dashboard metrics
sidney pushed to main at sidney/microtecflix 2026-07-22 20:10:40 -03:00
7599b6bc2e fix(react): extract CoursePricingCard from array map to fix hook rules violation
sidney pushed to main at sidney/microtecflix 2026-07-22 20:07:55 -03:00
5bbe00b2f3 feat: dashboard charts with recharts, mrr fix and dynamic payment product tracking
sidney pushed to main at sidney/microtecflix 2026-07-22 19:54:03 -03:00
5e1218148b fix: restore missing parenthesis in AdminDashboard.tsx
sidney pushed to main at sidney/microtecflix 2026-07-22 19:28:20 -03:00
90de5ebd1b feat: Add plan selection in CourseUnlockModal and CPF to ProfileView
sidney pushed to main at sidney/microtecflix 2026-07-21 21:07:01 -03:00
9a5a977387 docs: save Asaas webhook configurations
sidney pushed to main at sidney/microtecflix 2026-07-21 20:56:14 -03:00
391b7c5aab feat: improve 401 webhook debug response
sidney pushed to main at sidney/microtecflix 2026-07-21 20:40:42 -03:00
094b9e5707 fix: refactor asaas webhook for reliability and security
sidney pushed to main at sidney/microtecflix 2026-07-21 20:30:19 -03:00
a8f439c1cd docs: update memory and gemini rules with MinIO, Profile Edit and CPFs logic
sidney pushed to main at sidney/microtecflix 2026-07-21 20:25:29 -03:00
844796e404 fix: use correct token key for profile API and add CPF to profile view
sidney pushed to main at sidney/microtecflix 2026-07-21 20:16:04 -03:00
1ab4326778 feat: add MinIO S3 integration for avatar upload and editable profile
sidney pushed to main at sidney/microtecflix 2026-07-21 20:04:16 -03:00
647338fe75 fix: return all user data in auth endpoints and add mock data to seed users
sidney pushed to main at sidney/microtecflix 2026-07-21 19:52:33 -03:00
3d0420b006 fix: use mathematically valid cpf for seed users to avoid asaas validation errors
sidney pushed to main at sidney/microtecflix 2026-07-21 19:52:00 -03:00
8bc4226185 fix: clear fake customer IDs from mock users so Asaas can create valid customer records
sidney pushed to main at sidney/microtecflix 2026-07-21 19:43:48 -03:00
f495d94019 feat: add CPF to user registration and update seed users
sidney pushed to main at sidney/microtecflix 2026-07-21 19:31:21 -03:00
5be0eda2a2 fix: handle PAYMENT_DELETED webhook event properly and add DELETED/CANCELED statuses to Payment type
sidney pushed to main at sidney/microtecflix 2026-07-21 19:25:14 -03:00
6df27544a6 fix: correct Asaas Sandbox API URL from /v3 to /api/v3 to prevent HTML login page responses
sidney pushed to main at sidney/microtecflix 2026-07-21 19:15:14 -03:00
280335305a fix: resolve 404 by restoring explicit Traefik TLS and service name routing labels
sidney pushed to main at sidney/microtecflix 2026-07-21 19:09:29 -03:00
520a647daf fix: revert Dockerfile and docker-stack.yml to exact original configurations
sidney pushed to main at sidney/microtecflix 2026-07-21 19:04:00 -03:00
d4a6ea3222 fix: make AsaasService.getApiKey public to fix server build compilation crash