netbird/management/server
2025-07-08 09:11:02 +01:00
..
account split call to BufferUpdateAccountPeers when system user initiates 2025-07-08 01:41:07 +02:00
activity [management] Add account ID index to activity events (#3946) 2025-06-09 14:34:53 +03:00
auth [management] refactor auth (#3296) 2025-02-20 20:24:40 +00:00
cache [management] Skip IdP cache warm-up on Redis if data exists (#3733) 2025-04-28 15:10:40 +03:00
context [management] refactor auth (#3296) 2025-02-20 20:24:40 +00:00
geolocation [management] remove gorm preparestmt from all DB connections (#3292) 2025-02-18 15:24:17 +01:00
groups [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
http [management] Add account onboarding (#4084) 2025-07-03 09:01:32 +02:00
idp [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
integration_reference Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
integrations [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
metrics [misc] add additional metrics (#4028) 2025-06-22 13:44:25 +02:00
migration [management] add uniqueness constraint for peer ip and label and optimize generation (#4042) 2025-07-02 18:13:10 +02:00
mock_server split call to BufferUpdateAccountPeers when system user initiates 2025-07-08 01:41:07 +02:00
networks [management] add gorm tag for primary key for the networks objects (#3758) 2025-05-04 20:58:04 +02:00
peer [management] add uniqueness constraint for peer ip and label and optimize generation (#4042) 2025-07-02 18:13:10 +02:00
peers [management] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
permissions [management] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00
posture [management] Add backward compatibility for older clients without firewall rules port range support (#4003) 2025-06-19 13:07:06 +03:00
settings [management] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
status [management] replace invalid user with a clear error message about mismatched logins (#4097) 2025-07-03 16:36:36 +02:00
store management: fix store get account peers without lock (#4092) 2025-07-04 08:44:08 +01:00
telemetry [management] report networkmap duration in ms (#4064) 2025-06-28 11:38:15 +02:00
testdata [management] Add account onboarding (#4084) 2025-07-03 09:01:32 +02:00
testutil [management] Reset test containers after cleanup (#3885) 2025-05-27 14:42:00 +03:00
types [management] Add account onboarding (#4084) 2025-07-03 09:01:32 +02:00
users [management] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00
util [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
account_request_buffer.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
account_test.go [management] Add account onboarding (#4084) 2025-07-03 09:01:32 +02:00
account.go [management] Add account onboarding (#4084) 2025-07-03 09:01:32 +02:00
dns_test.go fix dns and client tests 2025-07-08 09:07:26 +01:00
dns.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
ephemeral_test.go fix ephemeral test 2025-07-08 08:58:31 +01:00
ephemeral.go add request id to ephemeral cleanup 2025-07-08 02:04:05 +02:00
event_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
event.go [management] support account retrieval and creation by private domain (#3825) 2025-06-04 11:21:31 +01:00
group_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
group.go [management] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
grpcserver.go add rate limit 2025-07-07 19:35:48 +02:00
integrated_validator.go [management] remove unused transaction (#4053) 2025-06-26 01:34:22 +02:00
management_proto_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
management_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
nameserver_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
nameserver.go [management] Extend nameserver match domain validation (#3864) 2025-05-22 23:16:19 +02:00
peer_test.go [management] expect specific error types on registration with setup key (#4094) 2025-07-02 20:04:28 +02:00
peer.go Merge branch 'add-account-onboarding' into fix/merge-main 2025-07-08 09:11:02 +01:00
policy_test.go [management] Add backward compatibility for older clients without firewall rules port range support (#4003) 2025-06-19 13:07:06 +03:00
policy.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
posture_checks_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
posture_checks.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
resource.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
route_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
route.go [management] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
scheduler_test.go Reduce test logs (#2550) 2024-09-06 16:28:19 +02:00
scheduler.go [management] Avoid recalculating next peer expiration (#3991) 2025-06-17 15:14:11 +02:00
setupkey_test.go [management] Use xID for setup key IDs to avoid id collisions (#3977) 2025-06-14 12:24:16 +01:00
setupkey.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
token_mgr_test.go [management] fix extend call and move config to types (#3575) 2025-03-27 13:04:50 +01:00
token_mgr.go [management] Fix extended config when nil (#3593) 2025-03-27 23:07:10 +01:00
updatechannel_test.go [management] remove network map diff calculations (#2820) 2024-10-31 19:24:15 +01:00
updatechannel.go [management] Refactor/management/updchannel (#3645) 2025-04-11 18:22:59 +03:00
user_test.go [management] Add option to disable default all-to-all policy (#3970) 2025-07-02 02:41:59 +02:00
user.go [management] Log user id on account mismatch (#4101) 2025-07-04 10:51:58 +03:00