- SimCardConfigurationView: render dropdown rows with a "Belegt durch <SID>"
badge for SIM cards that have a usr_id, plus an inline unlink button that
opens a confirmation dialog and releases the assignment.
- SimCardAssignmentService: add releaseSimCard via DELETE
/api/simcards/{id}/assign.
- MainView: after install, auto-start the installed app by resolving the
third-party package via "pm list packages -3" and launching it through
monkey.
- SecurityConfig: route unauthenticated users to SimCardConfigurationView
when SSO is disabled.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Create a client registration from AZURE_* environment variables and disable SSO cleanly when no registration is available.
Add a docker_push.sh helper for building and publishing production images.