Commit graph

247 commits

Author SHA1 Message Date
Tiago Yamamoto
6ec54460f8 docs: unify documentation structure
- Create docs/AGENTS.md for AI assistants context
- Create docs/WORKFLOWS.md consolidating deployment workflows
- Remove redundant docs/root/ folder
- Remove .agent/ folder (consolidated into docs/)
- Update dates in all documentation files
- Simplify README.md documentation section
2026-02-16 05:57:02 -06:00
Tiago Yamamoto
6fbd1f5ffc feat: implement full auth system with HTTPOnly cookies + JWT, fix migrations to UUID v7, remove mock data from frontend
Backend:
- Fix migrations 037-041 to use UUID v7 (uuid_generate_v7)
- Fix CORS defaults to include localhost:8963
- Fix FRONTEND_URL default to localhost:8963
- Update superadmin password hash with pepper
- Add PASSWORD_PEPPER environment variable

Frontend:
- Replace mockJobs with real API calls in home page
- Replace mockNotifications with notificationsApi in context
- Replace mockApplications with applicationsApi in dashboard
- Fix register/user page to call real registerCandidate API
- Fix hardcoded values in backoffice and messages pages

Auth:
- Support both HTTPOnly cookie and Bearer token authentication
- Login returns token + sets HTTPOnly cookie
- Logout clears HTTPOnly cookie
- Token valid for 24h
2026-02-16 05:20:46 -06:00
GoHorse Deploy
a3c2a18e61 Merge branch 'dev' of github.com:rede5/gohorsejobs into dev 2026-02-15 14:20:28 +00:00
Tiago Yamamoto
bbb7ecb462 Fix homepage card layout at medium-large breakpoints 2026-02-14 21:02:40 -03:00
Tiago Yamamoto
325a6efd71 Restaura fluxo Careerjet em 4 etapas no layout solicitado 2026-02-14 20:56:32 -03:00
Tiago Yamamoto
49d761cad8 feat: unificar campos de register job em publicar vaga 2026-02-14 20:33:54 -03:00
GoHorse Deploy
2a66e2888a Merge branch 'main' of github.com:rede5/gohorsejobs into dev 2026-02-14 21:58:08 +00:00
Tiago Yamamoto
83ed28a1fe feat(post-job): avançar checklist com status pós-pagamento e comprovante 2026-02-14 17:35:18 -03:00
Tiago Yamamoto
66c35ac6c5 feat(post-job): advance billing and payment flow parity 2026-02-14 17:30:37 -03:00
Tiago Yamamoto
01e7a3b920 feat(post-job): add preview and billing step to publish flow 2026-02-14 17:21:52 -03:00
Tiago Yamamoto
68e7db5e40 feat(post-job): add careerjet-style publication fields and validations 2026-02-14 17:14:15 -03:00
GoHorse Deploy
ae475e41a9 feat: implement careerjet gap analysis improvements
- Video Interview system (backend + frontend)
- Date Posted filter (24h, 7d, 30d)
- Company filter in jobs listing
- Recent searches persistence (LocalStorage)
- Job Alerts with email confirmation
- Favorite jobs with API
- Company followers system
- Careerjet URL compatibility (s/l aliases)
2026-02-14 19:37:25 +00:00
Tiago Yamamoto
66eb34a35b chore: update pnpm lockfiles for CI frozen installs 2026-02-14 15:57:54 -03:00
Tiago Yamamoto
5d2712f216 Ajusta colunas da home para evitar cards comprimidos 2026-02-14 15:51:43 -03:00
Tiago Yamamoto
b41bf56585 Refine migrations flow and lint tooling across apps 2026-02-14 15:42:40 -03:00
Tiago Yamamoto
b166ff440a Add Careerjet-compatible job search params and gap analysis 2026-02-14 15:12:04 -03:00
GoHorse Deploy
ed982caccc merge: resolve conflicts by accepting dev changes 2026-02-14 17:38:47 +00:00
Rede5
472ccc95e2 fix: resolve all merge conflicts in backend 2026-02-14 17:12:56 +00:00
Tiago Yamamoto
5884148f9f refactor(frontend): improve home visual hierarchy and responsiveness 2026-02-12 20:24:54 -03:00
Tiago Yamamoto
3ac4bc5fd5 chore: remove docker compose artifacts and references 2026-02-12 20:06:40 -03:00
Gabbriiel
f700dd075c Merge branch 'dev' of https://github.com/rede5/gohorsejobs into dev 2026-02-12 19:10:31 -03:00
Gabbriiel
1d8fe78697 docs: move diagrama de arquitetura para STATUS_REPORT.md 2026-02-12 19:09:41 -03:00
Tiago Yamamoto
e728a91deb docs(frontend): add design system guide for consistent UI changes 2026-02-12 16:34:19 -03:00
GoHorse Deploy
1569deb1ce Update infrastructure and frontend configuration 2026-02-11 13:24:12 +00:00
Tiago Yamamoto
5f984af73b Add architecture and frontend documentation anchors 2026-02-09 22:14:36 -03:00
GoHorse Deploy
5291f3f15d chore: database reset, frontend API configuration 2026-02-09 14:11:05 +00:00
GoHorse Deploy
65ac4233c2 fix(frontend): handle network errors gracefully in auth refresh 2026-02-09 11:31:30 +00:00
GoHorse Deploy
e1638f9275 feat(frontend): add Cadastro button next to Login, remove dropdown 2026-02-09 11:23:49 +00:00
GoHorse Deploy
5c8bdac215 fix(frontend): resolve hydration mismatch in navbar i18n 2026-02-09 11:16:18 +00:00
GoHorse Deploy
5c7b2c791c feat(frontend): apply HML layout with carousel arrows to dev 2026-02-09 11:10:59 +00:00
GoHorse Deploy
0df21b5dae feat(ui): implement jobs carousel and clean registration links 2026-02-08 03:21:15 +00:00
GoHorse Deploy
9f0b6ca809 feat(ui): remove registration submenu 2026-02-07 23:37:05 +00:00
GoHorse Deploy
5614d3b8b6 fix: use npm in Dockerfile 2026-02-07 23:06:46 +00:00
GoHorse Deploy
e51a16f622 trigger rebuild 2026-02-07 19:48:28 +00:00
GoHorse Deploy
fee98a651b fix: standardize apiUrl to api.rede5.com.br 2026-02-07 16:51:04 +00:00
GoHorse Deploy
ec974e8b1f fix: point apiUrl to api-dev.gohorsejobs.com 2026-02-07 16:36:04 +00:00
GoHorse Deploy
197e40bc2c fix: change default API URL to /api/v1 2026-02-07 15:37:45 +00:00
GoHorse Deploy
bf41617ac6 chore: merge dev into hml resolving conflicts 2026-02-07 14:46:03 +00:00
GoHorse Deploy
285b0f12f5 chore: ensure all changes are committed 2026-02-07 14:32:59 +00:00
GoHorse Deploy
e1a5163c3b Merge branch 'dev' into hml 2026-02-07 13:29:01 +00:00
Marcus
8a3b661a53 voltando 2026-01-31 10:34:26 -03:00
GoHorse Deploy
8070492e48 feat: New Home layout, Navbar and I18n improvements 2026-01-27 01:26:10 +00:00
Marcus
ea4f922c70 ci: imagens compressadas 2026-01-26 21:10:44 -03:00
eycksilva
5a38f49279 erro de deploy corrigido 2026-01-23 15:20:21 -03:00
eycksilva
ff23cb4eb4 atualizacao imagens e descricoes 2026-01-23 15:13:36 -03:00
NANDO9322
baf4f68ed0 ajuste page principal 2026-01-22 23:16:14 -03:00
eycksilva
2c7249b404 corrigido erro de deploy 2026-01-22 12:22:00 -03:00
eycksilva
e63792324f atualizacao idiomas e campo de digitacao 2026-01-22 12:08:31 -03:00
eycksilva
ac6c0d0276 erro de commit corrigido 2026-01-21 12:39:04 -03:00
eycksilva
d916bee429 att layout 2026-01-21 12:33:57 -03:00