netbird/management/server
2025-06-28 11:38:15 +02:00
..
account [management] Propagate user groups when group propagation setting is re-enabled (#3912) 2025-06-11 14:32:16 +03: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] export ephemeral peer flag on api (#4004) 2025-06-19 16:46:56 +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 gorm tag for primary key for the networks objects (#3758) 2025-05-04 20:58:04 +02:00
mock_server [management] Propagate user groups when group propagation setting is re-enabled (#3912) 2025-06-11 14:32:16 +03:00
networks [management] add gorm tag for primary key for the networks objects (#3758) 2025-05-04 20:58:04 +02:00
peer [management] Persist peer flags in meta updates (#3958) 2025-06-11 22:39:59 +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] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
store [management] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
telemetry [management] report networkmap duration in ms (#4064) 2025-06-28 11:38:15 +02:00
testdata [management] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
testutil [management] Reset test containers after cleanup (#3885) 2025-05-27 14:42:00 +03:00
types [management] Add backward compatibility for older clients without firewall rules port range support (#4003) 2025-06-19 13:07:06 +03: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] Avoid recalculating next peer expiration (#3991) 2025-06-17 15:14:11 +02:00
account.go [management] add transaction for integrated validator groups update and primary account update (#4014) 2025-06-20 12:13:24 +02:00
dns_test.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
dns.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
ephemeral_test.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
ephemeral.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +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 [management] support account retrieval and creation by private domain (#3825) 2025-06-04 11:21:31 +01:00
group_test.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
group.go [management] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
grpcserver.go [management] Persist peer flags in meta updates (#3958) 2025-06-11 22:39:59 +02:00
integrated_validator.go [management] remove unused transaction (#4053) 2025-06-26 01:34:22 +02:00
management_proto_test.go [management] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
management_test.go [management] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
nameserver_test.go [management] Extend nameserver match domain validation (#3864) 2025-05-22 23:16:19 +02:00
nameserver.go [management] Extend nameserver match domain validation (#3864) 2025-05-22 23:16:19 +02:00
peer_test.go [management] lazy connection account setting (#3855) 2025-05-22 14:09:00 +01:00
peer.go [management] add breakdown of network map calculation metrics (#4020) 2025-06-25 11:46:35 +02: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] force account id on save groups update (#3850) 2025-05-23 14:42:42 +01: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 firewall rule route ID and missing route domains (#3700) 2025-04-23 21:29:46 +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] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00
user.go [management] Propagate user groups when group propagation setting is re-enabled (#3912) 2025-06-11 14:32:16 +03:00