netbird/management/server
2024-07-30 17:15:47 +03:00
..
account Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
activity Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
context Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
geolocation Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
group Add HasPeers function to group 2024-07-18 19:59:14 +03:00
http Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
idp Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
integrated_validator Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
integration_reference Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
jwtclaims Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
metrics Fix issue with canceled context before pushing metrics and decreasing pushing interval (#2235) 2024-07-04 19:15:59 +02:00
migration Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
mock_server Remove UpdatePeerSSHKey method 2024-07-23 21:16:25 +03:00
peer Skip peer update on unchanged network map (#2236) 2024-07-18 13:50:44 +03:00
posture Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
status Improve login performance (#2061) 2024-05-31 16:41:12 +02:00
telemetry Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
testdata Skip peer update on unchanged network map (#2236) 2024-07-18 13:50:44 +03:00
testutil Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
account_test.go Add tests for peer update behavior on policy changes 2024-07-30 14:56:23 +03:00
account.go Remove UpdatePeerSSHKey method 2024-07-23 21:16:25 +03:00
config.go Expose trusted proxy list and counter configuration for realip middleware (#1535) 2024-02-08 14:40:40 +01:00
dns_test.go Refactor 2024-07-30 17:15:47 +03:00
dns.go Remove condition check for network serial update 2024-07-20 20:36:36 +03:00
ephemeral_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
ephemeral.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +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 Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
file_store_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
file_store.go Add batch save/update for groups and users (#2245) 2024-07-15 17:04:06 +03:00
group_test.go Refactor 2024-07-30 17:15:47 +03:00
group.go Remove condition check for network serial update 2024-07-20 20:36:36 +03:00
grpcserver.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
integrated_validator.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
management_proto_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +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 context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
nameserver_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
nameserver.go Remove condition check for network serial update 2024-07-20 20:36:36 +03:00
network_test.go Exclude second last IP from allocation to use it in the Fake DNS (#912) 2023-05-30 18:26:44 +04:00
network.go Skip peer update on unchanged network map (#2236) 2024-07-18 13:50:44 +03:00
peer_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
peer.go Merge branch 'refs/heads/feature/optimize-network-map-updates' into feature/validate-group-association 2024-07-22 15:24:30 +03:00
personal_access_token_test.go move into separate package 2023-05-16 12:57:56 +02:00
personal_access_token.go Implement SQLite Store using gorm and relational approach (#1065) 2023-10-12 15:42:36 +02:00
policy_test.go Refactor 2024-07-30 17:15:47 +03:00
policy.go Remove unused isPolicyRuleGroupsEmpty 2024-07-26 17:47:02 +03:00
posture_checks_test.go Refactor 2024-07-30 17:15:47 +03:00
posture_checks.go Remove condition check for network serial update 2024-07-20 20:36:36 +03:00
route_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
route.go Optimize account peers updates on route changes 2024-07-22 13:51:18 +03:00
scheduler_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +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 Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
setupkey.go Remove account peers update on saving setup key 2024-07-16 18:30:47 +03:00
sql_store_test.go fix: save peer status correctly in sqlstore (#2262) 2024-07-16 18:38:12 +03:00
sql_store.go fix: save peer status correctly in sqlstore (#2262) 2024-07-16 18:38:12 +03:00
store_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
store.go Add batch save/update for groups and users (#2245) 2024-07-15 17:04:06 +03:00
turncredentials_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
turncredentials.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
updatechannel_test.go Skip peer update on unchanged network map (#2236) 2024-07-18 13:50:44 +03:00
updatechannel.go Skip peer update on unchanged network map (#2236) 2024-07-18 13:50:44 +03:00
user_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
user.go Optimize peer update on user deletion and changes 2024-07-20 20:08:29 +03:00