netbird/management/server/activity
Misha Bragin e3d2b6a408
Block user through HTTP API (#846)
The new functionality allows blocking a user in the Management service.
Blocked users lose access to the Dashboard, aren't able to modify the network map,
and all of their connected devices disconnect and are set to the "login expired" state.

Technically all above was achieved with the updated PUT /api/users endpoint,
that was extended with the is_blocked field.
2023-05-11 18:09:36 +02:00
..
sqlite use UTC everywhere in server 2023-04-03 15:09:35 +02:00
codes.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
event.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
store.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00