gohorsejobs/seeder-api
Yamamoto 5155fa853d fix: Auth URL race, Seeder Reset 500, and UI confirmation modal
- auth.ts: await initConfig() before refreshSession to fix localhost fallback
- server.js: optional chaining req.body?.password for reset endpoint
- seeder/page.tsx: replace confirm() with elegant AlertDialog for reset
2026-01-03 14:21:29 -03:00
..
node_modules refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
sql data(seeder): add location SQL data files 2025-12-24 16:23:33 -03:00
src fix: Auth URL race, Seeder Reset 500, and UI confirmation modal 2026-01-03 14:21:29 -03:00
.dockerignore chore: add Dockerfiles and gitignore files for all services 2025-12-14 09:28:09 -03:00
.env.example chore: add login verification scripts and update deps 2025-12-24 14:22:56 -03:00
.gitignore feat: expand testing, add fast seeder options, hardcode superadmin 2025-12-24 17:07:45 -03:00
Dockerfile feat: enhance seeder ui, add logging stream and fix translations 2026-01-03 11:46:35 -03:00
go.mod Convert seeder API to Go server 2026-01-02 10:29:00 -03:00
go.sum Convert seeder API to Go server 2026-01-02 10:29:00 -03:00
main.go fix(seeder): update root response with actual endpoints (no /docs) 2026-01-02 20:23:34 -03:00
package-lock.json refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
package.json refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
SEEDER-API.md docs: Update SEEDER-API.md with current scripts and location data 2025-12-26 13:11:53 -03:00