netbird/management/server/http
Yury Gargay 659110f0d5
Rework peer connection status based on the update channel existence (#1213)
With this change, we don't need to update all peers on startup. We will
check the existence of an update channel when returning a list or single peer on API.
Then after restarting of server consumers of API will see peer not
connected status till the creation of an updated channel which indicates
peer successful connection.
2023-10-11 18:11:45 +02:00
..
api Update delete method for user API (#1160) 2023-09-28 21:53:28 +02:00
middleware Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00
util Revert zitadel update parameters endpoint (#1163) 2023-09-25 07:57:16 +02:00
accounts_handler_test.go Autopropagate peers by JWT groups (#1037) 2023-08-07 19:44:51 +04:00
accounts_handler.go Autopropagate peers by JWT groups (#1037) 2023-08-07 19:44:51 +04:00
dns_settings_handler_test.go changed the naming convention for all handling objects and methods to have unified way 2023-02-28 15:01:24 +01:00
dns_settings_handler.go changed the naming convention for all handling objects and methods to have unified way 2023-02-28 15:01:24 +01:00
events_handler_test.go Handle user delete (#1113) 2023-09-19 18:08:40 +02:00
events_handler.go Fix/user deletion (#1157) 2023-09-23 10:47:49 +02:00
groups_handler_test.go Cleanup Account Manager code (#1192) 2023-10-04 15:41:52 +02:00
groups_handler.go Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00
handler.go Fix api Auth with PAT when a custom UserIDClaim is configured in management.json (#1120) 2023-09-01 18:09:59 +02:00
nameservers_handler_test.go Remove unused methods from AccountManager interface (#1149) 2023-09-18 12:25:12 +02:00
nameservers_handler.go API cleanup (#824) 2023-05-03 00:15:25 +02:00
pat_handler_test.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
pat_handler.go move validation into account manager + func for get requests 2023-03-30 13:58:44 +02:00
peers_handler_test.go Rework peer connection status based on the update channel existence (#1213) 2023-10-11 18:11:45 +02:00
peers_handler.go Rework peer connection status based on the update channel existence (#1213) 2023-10-11 18:11:45 +02:00
policies_handler_test.go Feat linux firewall support (#805) 2023-05-29 16:00:18 +02:00
policies_handler.go Fix validation for ACL policy rules ports (#938) 2023-06-07 08:57:43 +02:00
routes_handler_test.go Cleanup Account Manager code (#1192) 2023-10-04 15:41:52 +02:00
routes_handler.go Add peer groups support for network routes (#1150) 2023-09-28 14:32:36 +02:00
rules_handler_test.go Feat linux firewall support (#805) 2023-05-29 16:00:18 +02:00
rules_handler.go Feat linux firewall support (#805) 2023-05-29 16:00:18 +02:00
setupkeys_handler_test.go Update ephemeral field on the API response (#1129) 2023-09-06 10:40:45 +02:00
setupkeys_handler.go Update ephemeral field on the API response (#1129) 2023-09-06 10:40:45 +02:00
users_handler_test.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
users_handler.go Adding dashboard login activity (#1092) 2023-08-18 19:23:11 +02:00