Commit Graph

10 Commits

Author SHA1 Message Date
Reese Norris
0c59003da5 fix: address review feedback for internal/db
gofmt import order: internal/auth before internal/db.
2026-07-16 12:37:34 -04:00
Reese Norris
0db5a9d4c6 refactor: move db to internal/db
Preserve migrations embed; update all imports; no schema change.
2026-07-16 12:37:34 -04:00
Reese Norris
5c1008c342 refactor: server.Deps injection; cmd-friendly bootstrap; no panic main
Move FSD orchestration to internal/server with injectable Deps; main exits 1 on error.
2026-07-16 12:37:16 -04:00
Reese Norris
0da82ca395 refactor: extract internal/auth (JWT + VATSIM)
Move JWT and VATSIM auth out of fsd; web imports auth+protocol.
2026-07-16 12:35:39 -04:00
Reese Norris
8c49beeb8c misc changes, add max network rating datafeed field 2025-06-12 12:26:58 -07:00
Reese Norris
e09ff9e64e rename atc to controllers in datafeed 2025-05-25 14:54:31 -07:00
Reese Norris
933edc0478 update datafeed to be more vatsim-compliant 2025-05-25 14:51:45 -07:00
Reese Norris
2943735be6 add AUTOMATIC entry to server list API for client compatibility 2025-05-25 13:52:19 -07:00
Reese Norris
75178b7557 add kick user web interface 2025-05-18 15:37:36 -07:00
Reese Norris
7e29193c80 Introduce SetIfNotExists, atomic Client, dynamic web config, ServerConfig, data APIs, and fixes. 2025-05-17 20:39:58 -07:00