netbird/management/server
2023-05-29 14:52:04 +02:00
..
activity Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
http merge openapi with version from docs repo 2023-05-26 15:32:52 +02:00
idp Add Okta IdP (#859) 2023-05-29 14:52:04 +02:00
jwtclaims fallback to olde keys if failing to fetch refreshed keys 2023-04-21 13:34:52 +03:00
metrics remove UTC from some not store related operations 2023-04-10 10:54:23 +02:00
mock_server Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
rego Fix broken auto-generated Rego rule (#769) 2023-04-01 12:02:08 +02:00
status Move Login business logic from gRPC API to Accountmanager (#713) 2023-03-03 18:35:38 +01:00
telemetry Count only successful HTTP request durations (#886) 2023-05-22 16:26:36 +02:00
testdata switch PATs to map and add deletion 2023-03-20 16:14:55 +01:00
account_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
account.go move into separate package 2023-05-16 12:57:56 +02:00
config.go refactoring 2023-04-15 03:44:42 +03:00
dns_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
dns.go Simplify event storing with one generic method (#662) 2023-01-24 10:17:24 +01:00
event_test.go use UTC everywhere in server 2023-04-03 15:09:35 +02:00
event.go use UTC everywhere in server 2023-04-03 15:09:35 +02:00
file_store_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
file_store.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
group.go Feat rego default policy (#700) 2023-03-13 18:14:18 +04:00
grpcserver.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
management_proto_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
management_suite_test.go Move management server to a separate directory (#67) 2021-07-24 16:14:29 +02:00
management_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
nameserver_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
nameserver.go Add more activity events (#663) 2023-01-25 16:29:59 +01:00
network_test.go Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
network.go remove UTC from some not store related operations 2023-04-10 10:54:23 +02:00
peer_test.go Rollback simple ACL rules processing. (#803) 2023-04-12 09:39:17 +02:00
peer.go Avoid storing account if no peer meta or expiration change (#875) 2023-05-18 19:31:35 +02:00
personal_access_token_test.go move into separate package 2023-05-16 12:57:56 +02:00
personal_access_token.go move into separate package 2023-05-16 12:57:56 +02:00
policy_test.go Fix broken auto-generated Rego rule (#769) 2023-04-01 12:02:08 +02:00
policy.go Fix broken auto-generated Rego rule (#769) 2023-04-01 12:02:08 +02:00
route_test.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
route.go Use Peer.ID instead of Peer.Key as peer identifier (#664) 2023-02-03 10:33:28 +01:00
rule.go Feat rego default policy (#700) 2023-03-13 18:14:18 +04:00
scheduler_test.go Proactively expire peers' login per account (#698) 2023-02-27 16:44:26 +01:00
scheduler.go Proactively expire peers' login per account (#698) 2023-02-27 16:44:26 +01:00
setupkey_test.go use UTC everywhere in server 2023-04-03 15:09:35 +02:00
setupkey.go remove UTC from some not store related operations 2023-04-10 10:54:23 +02:00
store.go switch PATs to map and add deletion 2023-03-20 16:14:55 +01:00
turncredentials_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
turncredentials.go remove UTC from some not store related operations 2023-04-10 10:54:23 +02:00
updatechannel_test.go Use select for turn credentials and peers update (#443) 2022-08-27 12:57:03 +02:00
updatechannel.go Proactively expire peers' login per account (#698) 2023-02-27 16:44:26 +01:00
user_test.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
user.go Track user block/unblock activity event (#865) 2023-05-17 09:54:20 +02:00