kato
|
dece8b3ebe
|
Add webcam functionality to the agent's API and web interface. Implement endpoints for listing available webcams and capturing frames, along with corresponding UI elements for device selection and frame display. Update OpenAPI specification to include new webcam features, enhancing user interaction with webcam devices.
|
2026-08-29 18:34:05 +03:00 |
|
kato
|
b6cb25a0f4
|
Add HTTP Basic authentication to the agent's API. Update OpenAPI specification to include security requirements and modify the server handler to enforce authentication. Introduce default admin credentials for access control.
|
2026-08-29 18:15:46 +03:00 |
|
kato
|
35d8332d9c
|
Update project references from "System Monitor Agent" to "win64_mp" throughout the codebase, including changes to executable names, comments, and documentation for improved clarity and consistency.
|
2026-08-28 13:30:12 +03:00 |
|
kato
|
09076079fb
|
Rename Local Management Agent to System Monitor Agent throughout the codebase, including updates to executable names, comments, and documentation. This change reflects a broader scope of functionality and improves clarity in the project's purpose.
|
2026-08-28 13:26:50 +03:00 |
|
kato
|
6a070391c8
|
Add OpenAPI specification support to the agent. Implement a new endpoint for serving OpenAPI documentation and refactor the existing handler to utilize the new specification. Add tests to ensure the correctness of the OpenAPI spec generation.
|
2026-08-28 13:23:41 +03:00 |
|