Commit graph

  • 70aa9c8389 fix: resolve redeclared variable in ticket_service.go Yamamoto 2026-01-04 12:44:27 -0300
  • 68801ba3ca
    Merge pull request #37 from rede5/codex/add-stripe-data-and-payment-gateway Tiago Yamamoto 2026-01-03 20:28:39 -0300
  • b1107864b5 Add payment gateway configs and lock credentials Tiago Yamamoto 2026-01-03 20:28:21 -0300
  • fa17b16b8b
    Merge pull request #36 from rede5/codex/fix-data-editing-and-image-upload Tiago Yamamoto 2026-01-03 20:21:51 -0300
  • aeb57f325a Fix profile updates, avatar upload, and settings Tiago Yamamoto 2026-01-03 20:21:29 -0300
  • a66c99cbfb feat: add deploy-frontend workflow for stable deployments Yamamoto 2026-01-03 20:07:34 -0300
  • 1e1558aa3c
    Merge pull request #35 from rede5/codex/ajustar-idioma-nos-formularios-e-dashboard Tiago Yamamoto 2026-01-03 19:57:26 -0300
  • ce26de6225 Fix locale sync for post job and candidates Tiago Yamamoto 2026-01-03 19:57:09 -0300
  • 10d75e87ae
    Merge pull request #34 from rede5/codex/fix-ticket-not-found-error Tiago Yamamoto 2026-01-03 19:41:57 -0300
  • 1ad571e1c1 Allow admins to access ticket details Tiago Yamamoto 2026-01-03 19:41:44 -0300
  • 3e530516e1
    Merge pull request #33 from rede5/codex/remove-userid-from-table Tiago Yamamoto 2026-01-03 19:37:39 -0300
  • f6c10e5332 Remove user ID from admin tickets table Tiago Yamamoto 2026-01-03 19:37:23 -0300
  • dd6d3f0b2a
    Merge pull request #32 from rede5/codex/add-language-specific-button-placement Tiago Yamamoto 2026-01-03 18:43:17 -0300
  • 762df003fd Localize home post job button Tiago Yamamoto 2026-01-03 18:42:09 -0300
  • 08efbe4f2b feat(frontend): improve login error handling and user avatar Yamamoto 2026-01-03 18:28:12 -0300
  • e59e15dd35 fix(seeder): use fully qualified table names for location seeding Yamamoto 2026-01-03 16:55:45 -0300
  • c9fbcc22bb fix(i18n): add missing settings and seeder translations to all locales Yamamoto 2026-01-03 15:22:46 -0300
  • d5f6cdacff fix(seeder): import pool directly in tags.js instead of expecting as parameter Yamamoto 2026-01-03 14:53:45 -0300
  • 5155fa853d fix: Auth URL race, Seeder Reset 500, and UI confirmation modal Yamamoto 2026-01-03 14:21:29 -0300
  • 621e4594c6 fix: resolve seeder connection, backoffice scroll and auth session refresh Yamamoto 2026-01-03 12:11:38 -0300
  • 928997c9ce feat: enhance seeder ui, add logging stream and fix translations Yamamoto 2026-01-03 11:46:35 -0300
  • c8d4ff2726 fix: resolve migration 032 column size, update credentials, silence auth logs Yamamoto 2026-01-03 11:04:56 -0300
  • fbb218034e ci: remove build.yaml - builds are done locally, not on server Yamamoto 2026-01-03 10:23:41 -0300
  • 655f779b11 feat(dashboard): add seeder page for database seed/reset Yamamoto 2026-01-03 10:16:34 -0300
  • 0238195723 fix(auth): suppress SSR warning during build + add deploy docs to FRONTEND.md Yamamoto 2026-01-03 09:46:38 -0300
  • 31fadc1b11 feat(auth): migrate sessionStorage to localStorage and add refreshSession() Yamamoto 2026-01-03 09:33:55 -0300
  • 1f9aacf81b fix(seeder): update root response with actual endpoints (no /docs) Yamamoto 2026-01-02 20:23:34 -0300
  • ea79835415 feat(seeder): add standardized root response with IP, docs, health Yamamoto 2026-01-02 20:09:51 -0300
  • 538c233354 fix(seeder): add missing fileURLToPath import Yamamoto 2026-01-02 20:01:10 -0300
  • fee83f52f6 feat(backoffice): standardize root response root json format Yamamoto 2026-01-02 19:50:47 -0300
  • caede0cfc7 ci: add build workflow for automatic image building Yamamoto 2026-01-02 19:26:45 -0300
  • 340aa9665e docs: update FRONTEND.md with podman instructions Yamamoto 2026-01-02 19:11:02 -0300
  • 672d2364cb docs: update BACKOFFICE.md with detailed API routes and Podman instructions Yamamoto 2026-01-02 19:06:38 -0300
  • 6700d367f0 docs: update BACKEND.md with comprehensive API routes and removal of docker-compose Yamamoto 2026-01-02 18:58:08 -0300
  • 60f46526e3 refactor: rename harbor secrets to forgejo secrets for consistency Yamamoto 2026-01-02 17:09:01 -0300
  • 5ebf73ad73 fix: update pipeline to use public forgejo registry and direct image references Yamamoto 2026-01-02 17:00:47 -0300
  • 3cd52accfb feat: infrastructure updates, storage verification, and superadmin reset Yamamoto 2026-01-02 16:36:31 -0300
  • b5e9ef60ef
    Merge pull request #31 from rede5/codex/convert-api-seeder-to-golang-and-create-dockerfile Tiago Yamamoto 2026-01-02 10:29:14 -0300
  • 7c78632765 Convert seeder API to Go server Tiago Yamamoto 2026-01-02 10:29:00 -0300
  • c0e73cd1e2
    Merge pull request #30 from rede5/codex/move-todos-to-a-folder Tiago Yamamoto 2026-01-02 09:26:11 -0300
  • ef713dab84 Move docs txt reports into folder Tiago Yamamoto 2026-01-02 09:24:21 -0300
  • 2ed84f6d56 refactor(seeder): convert to API service and fix SSL connection Tiago Yamamoto 2026-01-02 09:19:01 -0300
  • 76e9845261 chore: cleanup and unify start.sh Tiago Yamamoto 2026-01-02 08:53:47 -0300
  • 6cd8c02252 feat: add test coverage and handler improvements Tiago Yamamoto 2026-01-02 08:50:29 -0300
  • 1e830c513d docs: add full coverage and system report Tiago Yamamoto 2026-01-01 14:49:22 -0300
  • 0b4a31faae chore: add comprehensive test report Tiago Yamamoto 2026-01-01 14:39:41 -0300
  • 93ca6d64ef feat(tests): fix candidate dashboard and apply form tests Tiago Yamamoto 2026-01-01 11:56:00 -0300
  • 812affb803 feat(tests): implement unit tests for job post and application forms and fix dashboard tests Tiago Yamamoto 2026-01-01 11:15:32 -0300
  • d79fa8e97a feat: increase test coverage backend/frontend and setup e2e Tiago Yamamoto 2026-01-01 10:54:58 -0300
  • 18727f8c99 fix(frontend): remove duplicate credential handler functions in settings page Tiago Yamamoto 2025-12-31 17:21:54 -0300
  • 895974878d refactor: move credentials to settings page and update sidebar Tiago Yamamoto 2025-12-31 16:44:29 -0300
  • 1249c9a499 docs: add RSA_PRIVATE_KEY_BASE64 to backoffice .env.example Tiago Yamamoto 2025-12-31 16:34:59 -0300
  • c26ad578b9 feat: migrate credentials management to backoffice nestjs Tiago Yamamoto 2025-12-31 16:25:32 -0300
  • 2e7da0b28e feat: add backoffice credentials page and backend support Tiago Yamamoto 2025-12-31 16:13:27 -0300
  • e637117f40 feat(security): migrate auth to httpOnly cookies - Frontend: remove localStorage tokens, use sessionStorage for user data, add credentials include - Backend: add logout endpoint to clear cookie Tiago Yamamoto 2025-12-31 15:16:45 -0300
  • 54a77382b7 chore: remove legacy language store (cleanup i18n) Tiago Yamamoto 2025-12-31 14:07:51 -0300
  • c1ab5004bf chore: trigger frontend deploy Tiago Yamamoto 2025-12-31 13:39:35 -0300
  • 549ddd0a4e chore: trigger i18n frontend deploy Tiago Yamamoto 2025-12-31 13:31:58 -0300
  • 33e7bbb334 feat(i18n): internationalize sidebar and dashboards Tiago Yamamoto 2025-12-31 13:20:04 -0300
  • 3e81ae40e7 fix(frontend): add version marker (v2) to debug deployment Tiago Yamamoto 2025-12-31 12:08:32 -0300
  • 3cb1db81c0 feat(frontend): i18n for admin users page Tiago Yamamoto 2025-12-31 11:47:15 -0300
  • e845ba63c8 fix(frontend): language switcher focus styles and debug logs Tiago Yamamoto 2025-12-31 10:35:51 -0300
  • 798031420e fix(frontend): language switcher cursor and persistence logic Tiago Yamamoto 2025-12-31 10:27:33 -0300
  • 8dbcd01336 fix(frontend): use correct language switcher in dashboard header Tiago Yamamoto 2025-12-31 10:16:03 -0300
  • 5f5afbaf43 fix(frontend): robust runtime config loading in api layer Tiago Yamamoto 2025-12-31 10:06:11 -0300
  • 1eb3da814d fix(frontend): block access until runtime config is loaded Tiago Yamamoto 2025-12-31 09:56:01 -0300
  • e1bbd94224 fix(frontend): usage of runtime config in HomePage Tiago Yamamoto 2025-12-31 09:42:07 -0300
  • 4577310c75 feat(frontend): use runtime env vars for config endpoint Tiago Yamamoto 2025-12-31 09:39:02 -0300
  • 0da936550b feat(frontend): add runtime config for environment variables Tiago Yamamoto 2025-12-31 08:48:32 -0300
  • 2e8a12682c docs: update backend documentation with current date Tiago Yamamoto 2025-12-29 10:41:03 -0300
  • a62464457d fix: ignore prune errors when images are in use Tiago Yamamoto 2025-12-29 10:38:53 -0300
  • 8ba5e9e8e0 chore: simplify deploy workflow to pull-only with podman Tiago Yamamoto 2025-12-29 10:23:32 -0300
  • 1058b7005f chore: update deploy workflow and frontend Dockerfile Tiago Yamamoto 2025-12-28 23:28:31 -0300
  • 808ef3524f
    Update .drone.yml bohessefmvb 2025-12-28 21:55:19 -0300
  • 59b1b5ea6a fix: add --no-cache and correct API URLs to frontend build Tiago Yamamoto 2025-12-28 16:07:51 -0300
  • a65259688f fix(docker): Increase NODE_OPTIONS memory for build Tiago Yamamoto 2025-12-28 13:48:22 -0300
  • d894012af6 perf(docker): ultra-optimize backend build Tiago Yamamoto 2025-12-28 12:05:12 -0300
  • 3d704191e1 perf(docker): optimize backoffice Dockerfile Tiago Yamamoto 2025-12-28 11:21:57 -0300
  • a9d6ac0305 perf(docker): migrate frontend to pnpm + optimize dockerignore Tiago Yamamoto 2025-12-28 11:20:33 -0300
  • 93367d7cd6 test(backoffice): add unit tests for StripeService Tiago Yamamoto 2025-12-28 11:03:58 -0300
  • cb31713307 fix(docker): update frontend Dockerfile for Podman compatibility Tiago Yamamoto 2025-12-28 11:02:05 -0300
  • 632fc78982 feat(ci): add backoffice to deploy pipeline + optimize Dockerfile Tiago Yamamoto 2025-12-28 10:47:28 -0300
  • 69534f5810 docs: update roadmap and add admin handler tests Tiago Yamamoto 2025-12-28 03:04:18 -0300
  • c61022a277 docs: update ER diagram with all tables Tiago Yamamoto 2025-12-28 02:39:03 -0300
  • c0ed01232c docs(backoffice): add C4 architecture diagram Tiago Yamamoto 2025-12-28 02:36:56 -0300
  • 8bfd713f0f docs: fix mermaid syntax in README Tiago Yamamoto 2025-12-28 02:35:27 -0300
  • a5323a4eaf fix(backend): fix AdminService tests and expand CoreHandlers coverage Tiago Yamamoto 2025-12-28 02:32:57 -0300
  • 6c87078200 test: increase backend test coverage - sanitizer, middleware, handlers, services Tiago Yamamoto 2025-12-28 01:48:12 -0300
  • 1e30f57705 test: add new NotificationService instantiation test Tiago Yamamoto 2025-12-28 01:34:07 -0300
  • 9c38c5f6c2 fix: use setup-go action instead of container image for CI tests Tiago Yamamoto 2025-12-28 01:32:56 -0300
  • a5bb7b2a31 feat: add backend tests to CI pipeline, improve responsive design, add unit tests Tiago Yamamoto 2025-12-28 01:27:48 -0300
  • 53d5b9822a fix: frontend build error in tickets page Tiago Yamamoto 2025-12-28 00:29:46 -0300
  • b79566aad7 docs: update backend api docs and swagger Tiago Yamamoto 2025-12-28 00:29:34 -0300
  • 2217755478 docs: fix mermaid diagram syntax in backend readme Tiago Yamamoto 2025-12-27 23:42:42 -0300
  • 6a7759b039 refactor(frontend): replace mocks with real api integration in my-jobs Tiago Yamamoto 2025-12-27 23:40:35 -0300
  • 31e269034d docs: add b2c marketplace roadmap section to main readme Tiago Yamamoto 2025-12-27 23:38:53 -0300
  • a79743df33 feat(frontend): implement roadmap features - services link and boost job action Tiago Yamamoto 2025-12-27 23:25:16 -0300
  • e6131dfe33 docs: adjust deploy runner info to 'docker' in backend readme Tiago Yamamoto 2025-12-27 23:19:55 -0300
  • 82e55ed9ac ci: refine deploy workflow with podman fixes, dir check and action url Tiago Yamamoto 2025-12-27 23:17:32 -0300
  • 83e16d78f6 docs: update roadmap with intense marketplace gap analysis Tiago Yamamoto 2025-12-27 23:15:46 -0300