netbird/management/server
2025-05-05 18:21:48 +02:00
..
account [management] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00
activity [management] support custom domains per account (#3726) 2025-04-23 19:36:53 +02: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] user info with role permissions (#3728) 2025-05-01 11:24:55 +01: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 [management] fix extend call and move config to types (#3575) 2025-03-27 13:04:50 +01: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] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00
networks [management] add gorm tag for primary key for the networks objects (#3758) 2025-05-04 20:58:04 +02:00
peer [client, management] Support DNS Labels for Peer Addressing (#3252) 2025-02-20 13:43:20 +03: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] Posture checks handle suffixes like "-dev" in netbird version (#3511) 2025-03-20 16:28:39 +01:00
settings [management] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
status [management] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
store [management] removal of foreign key constraint enforcement on sqlite (#3786) 2025-05-05 18:21:48 +02:00
telemetry Print out the goroutine id (#3433) 2025-03-07 14:06:47 +01:00
testdata [management] Add account meta (#3724) 2025-04-23 18:44:22 +02:00
testutil [management] Skip IdP cache warm-up on Redis if data exists (#3733) 2025-04-28 15:10:40 +03:00
types [management] add gorm tag for primary key for the networks objects (#3758) 2025-05-04 20:58:04 +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] Skip IdP cache warm-up on Redis if data exists (#3733) 2025-04-28 15:10:40 +03:00
account.go [management] Optimize load account (#3774) 2025-05-02 00:59:41 +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] use permission modules (#3622) 2025-04-10 11:06:52 +02:00
group_test.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
group.go [management] support custom domains per account (#3726) 2025-04-23 19:36:53 +02:00
grpcserver.go [management] support custom domains per account (#3726) 2025-04-23 19:36:53 +02:00
integrated_validator.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01: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] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
nameserver.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
peer_test.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
peer.go [management] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00
policy_test.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
policy.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02:00
posture_checks_test.go [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +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 firewall rule route ID and missing route domains (#3700) 2025-04-23 21:29:46 +02:00
route.go [management] Add firewall rule route ID and missing route domains (#3700) 2025-04-23 21:29:46 +02: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 [management] permissions manager use crud operations (#3690) 2025-04-16 17:25:03 +02: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] user info with role permissions (#3728) 2025-05-01 11:24:55 +01:00