10 Commits
Author SHA1 Message Date
Kayori 24f394116a Add sppass/cardless login support
- SppassOpenHandler/LookupHandler/CloseHandler implementing the eAmuse
  sppass.open/lookup/close xrpc methods (request/response schema
  confirmed by tracing the client's psmap-based response parser and by
  live testing against a real cabinet build)
- SppassSessionService backs open/lookup/close with a token-keyed
  session (url + interval for the cabinet to display/poll, later
  card_type/card_id once approved)
- CardlessApi: POST /api/cardless/{token}/approve, letting a signed-in
  player's phone approve the pending token using their account's
  first registered card
- Cardless frontend pages ([token].vue, scan.vue) and useCardlessAuth
  composable driving the approval call
- GetConfig GraphQL query + ConfigQuery resolver so the cardless page
  can show which server it's talking to
- Wire ISppassSessionService and the cardless routes into Program.cs;
  HandlerService now parses model into a GameModel once per request
  instead of re-parsing per handler
2026-09-06 15:13:10 +02:00
Kayori 755c047693 Platform, plugin & account UX improvements
- Refactor handler dispatch to use a parsed GameModel instead of raw
  model strings (Handler.cs, HandlerService.cs, new GameModel.cs)
- Add a Unity asset-extraction subsystem (Abstractions/Extractors/Unity)
- Add WriteEventLogHandler, XrpcDouble serialization type
- Rename EaCoin*Handler -> *EaCoinHandler for naming consistency
- Add PIN/username update and forgot/reset password flows, with a
  console-logging IEmailSender until real email is wired up
- Add a settings page and a theming pass (theme tokens, tailwind config)
- Add plugin nav/route/UI-manifest frontend types
2026-09-06 15:12:50 +02:00
Kayori 41ac0a6125 Added support for a plugin to extend the web ui with its own extra frontend for profiles and scores and settings and such 2026-08-17 12:04:46 +02:00
Kayori 2dfa182852 Added Handler for Paseli consumption. nd add missing fields from SDVX into Facility. And fix plugin dispose error 2026-08-11 09:40:52 +02:00
Kayori e65625ca06 Add missing fields to facility. 2026-08-10 19:15:17 +02:00
Kayori 0fbd8d726e Added missing Pcode to InquireResponse.cs. Made the DoesProfileExist a Delegate with FromService support like minimal api's. Fix ref ids return and data id return. so at auth lvl user is identified by the id of the card in the datase padded left so its 16 2026-08-04 00:17:29 +02:00
Kayori c52e7daeaf Added more attribute types. Added GnInquire for charge machine. Added handeling for when plugin still returns XDocument instead of typed response. Fixed 500 error when no encoding specified. Move Handle method after return 2026-01-29 23:24:03 +01:00
Kayori 8a4c4af8af Added front end login and beginnen of card mangment page. Also cleaned up the main server endpoints and added docker file 2026-01-18 22:02:20 +01:00
Kayori c7a27b8783 Front end stuff and fixed some encoding stuff. 2025-10-03 09:21:11 +02:00
Kayori 99f27acaba Moved to new way to handle requests. Now with TRequest and TResponse with automatic parsing and serialization handeling 2025-09-25 23:54:06 +02:00