netbird/management/server/activity
Zoltan Papp 2b90ff8c24
Fix/key backup in config script (#1206)
Because we provide the option to regenerate the config files, the encryption key could be lost.

- The configure.sh read the existing key and write it back during the config generation
- Backup the previously generated config files before overwrite it
- Fix invalid json output in the Extras field
- Reduce the error logs in case if the encryption key is invalid
- Response in the events API with valid user info in any cases
- Add extra error handling to the configure.sh. I.e. handle the invalid OpenID urls
2023-10-11 23:01:49 +02:00
..
sqlite Fix/key backup in config script (#1206) 2023-10-11 23:01:49 +02:00
codes.go Handle user delete (#1113) 2023-09-19 18:08:40 +02:00
event.go Fix/user deletion (#1157) 2023-09-23 10:47:49 +02:00
store.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00