netbird/management/server
2024-12-22 15:44:16 +01:00
..
account Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
activity [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
context Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
geolocation [management] Auto update geolite (#2297) 2024-09-09 18:27:42 +02:00
groups [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
http remove dns settings 2024-12-22 15:44:16 +01:00
idp [management] improve zitadel idp error response detail by decoding errors (#2634) 2024-09-27 22:21:34 +03:00
integrated_validator [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
integration_reference Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
jwtclaims Add guide when signing key is not found (#2942) 2024-11-29 10:06:40 +01:00
metrics [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
migration [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
mock_server [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
networks [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
peer [management] remove network map diff calculations (#2820) 2024-10-31 19:24:15 +01:00
permissions [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
posture [management] Refactor posture check to use store methods (#2874) 2024-11-25 16:26:24 +01:00
settings [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
status [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
store remove dns settings 2024-12-22 15:44:16 +01:00
telemetry [management] Add metric for peer meta update (#2913) 2024-11-19 18:13:26 +01:00
testdata [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
testutil Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
types remove dns settings 2024-12-22 15:44:16 +01:00
users [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
util [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
account_request_buffer.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
account_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
account.go remove dns settings 2024-12-22 15:44:16 +01:00
config.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
dns_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
dns.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00
ephemeral_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
ephemeral.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
event_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
event.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
group_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
group.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00
grpcserver.go remove dns settings 2024-12-22 15:44:16 +01:00
integrated_validator.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
management_proto_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
management_suite_test.go Move management server to a separate directory (#67) 2021-07-24 16:14:29 +02:00
management_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
nameserver_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
nameserver.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00
peer_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
peer.go remove dns settings 2024-12-22 15:44:16 +01:00
policy_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
policy.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00
posture_checks_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
posture_checks.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00
resource.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
route_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
route.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00
scheduler_test.go Reduce test logs (#2550) 2024-09-06 16:28:19 +02:00
scheduler.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
setupkey_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
setupkey.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
token_mgr_test.go [relay] Improve relay messages (#2574) 2024-09-11 16:20:30 +02:00
token_mgr.go [relay] Improve relay messages (#2574) 2024-09-11 16:20:30 +02:00
updatechannel_test.go [management] remove network map diff calculations (#2820) 2024-10-31 19:24:15 +01:00
updatechannel.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
user_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
user.go run accountPeerUpdate not in go routine 2024-12-20 18:31:23 +01:00