Use node crypto built-in uuid v4 generator
[e-mobility-charging-stations-simulator.git] / src / ui / web / src /
2022-10-15  Jérôme BenoitUse node crypto built-in uuid v4 generator
2022-10-14  Jérôme BenoitStrict boolean checks
2022-09-24  Jérôme BenoitRefine type definitions
2022-09-24  Jérôme BenoitAlign some types definition in UI
2022-09-15  Jérôme BenoitConvert types to native type
2022-09-08  Jérôme BenoitUI Server: Add a unique request handler for procedure...
2022-09-04  Jérôme BenoitUI server: add basic authentication support
2022-09-03  Jérôme BenoitUI services: fix broadcast channel reponse handler...
2022-09-03  Jérôme BenoitREADME.md: update to reflect response payload format...
2022-09-03  Jérôme BenoitImports cleanup
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-09-01  Jérôme BenoitAlign 'started' attribute usage to all classes
2022-08-31  Jérôme BenoitWeb UI: add start/stop ATG command
2022-08-30  Jérôme BenoitWeb UI: Fix NPE at template loading
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-28  Jérôme BenoitRefine UI protocol documentation
2022-08-28  Jérôme BenoitWeb UI: fix NPE on connectors
2022-08-28  Jérôme BenoitUniformize log messages format
2022-08-28  Jérôme BenoitWeb UI: configuration namespace cleanup
2022-08-28  Jérôme BenoitAdd postman collection for UI HTPP server
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitWeb UI: cleanup commented out code
2022-08-27  Jérôme BenoitWeb UI: rename some directories to a sensible name
2022-08-27  Jérôme BenoitWeb UI: add one UT
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-27  Jérôme BenoitUI server: logging and code refinements
2022-08-26  Jérôme BenoitAdd UI HTTP server (#6)
2022-08-26  Jérôme BenoitWeb UI: Refine documentation and code cleanup
2022-08-26  Jérôme BenoitWeb UI: display charging stations' registration status
2022-08-26  Jérôme BenoitWeb UI: method namespace cleanup
2022-08-26  Jérôme BenoitWeb UI: add and fix support for start/stop charging...
2022-08-26  Jérôme BenoitWeb UI: add and fix missing commands support
2022-08-25  Jérôme BenoitUI protocol: Allow to send some relevant commands to...
2022-08-25  Jérôme BenoitFix UI protocol type definitions
2022-08-24  Jérôme BenoitImprove payload type checking in OCPP, UI and Broadcast...
2022-08-23  Jérôme BenoitAlign more request and reponse handlers name
2022-08-23  Jérôme BenoitForward UI request UUID to broadcast channel request
2022-08-22  Lucas MigeonVue UI + UI server