..
account
extract account into separate package
2023-11-28 14:34:57 +01:00
activity
Enable review linter with exported docs check ( #1647 )
2024-02-29 16:05:31 +01:00
geolocation
Fix invalid cross-device link when moving geolocation databases ( #1638 )
2024-02-28 16:42:33 +03:00
http
add quotes to all timestamps in openapi spec ( #1642 )
2024-02-29 13:09:43 +01:00
idp
Implement Auth0 IdP get all connections method ( #1613 )
2024-02-28 16:57:35 +01:00
jwtclaims
Fix jwks validation and flag/config overriding ( #1380 )
2023-12-12 14:56:27 +01:00
metrics
Add posture checks metrics report ( #1603 )
2024-02-21 15:16:43 +01:00
mock_server
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
peer
Register creation time for peer, user and account ( #1654 )
2024-03-02 13:49:40 +01:00
posture
Rename PrivateNetworkCheck to PeerNetworkRangeCheck ( #1629 )
2024-02-27 11:59:48 +01:00
status
Add account usage logic ( #1567 )
2024-02-22 12:27:08 +01:00
telemetry
Implement lightweight method to check is peer has update channel ( #1351 )
2023-12-05 14:17:56 +01:00
testdata
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
account_test.go
Register creation time for peer, user and account ( #1654 )
2024-03-02 13:49:40 +01:00
account.go
Return 1s when next expiration is too low ( #1672 )
2024-03-06 15:18:53 +01: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
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
dns.go
Allow service users with user role read-only access to all resources ( #1484 )
2024-01-25 09:50:27 +01:00
ephemeral_test.go
extract peer into seperate package
2023-11-28 13:45:26 +01:00
ephemeral.go
extract peer into seperate package
2023-11-28 13:45:26 +01:00
event_test.go
Extend linter rules ( #1300 )
2023-11-10 16:33:13 +01:00
event.go
Add account usage logic ( #1567 )
2024-02-22 12:27:08 +01:00
file_store_test.go
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
file_store.go
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
group_test.go
add owner role support ( #1340 )
2023-12-01 17:24:57 +01:00
group.go
Return error when peer is not valid ( #1573 )
2024-02-13 10:59:31 +01:00
grpcserver.go
add environment meta from grpc to store ( #1651 )
2024-03-01 15:15:56 +01:00
management_proto_test.go
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01: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 initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
nameserver_test.go
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
nameserver.go
Allow adding 3 nameserver addresses ( #1588 )
2024-02-19 14:29:20 +01: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
Merge branch 'main' into feature/peer-approval
2023-11-29 16:27:01 +01:00
peer_test.go
extract peer into seperate package
2023-11-28 13:45:26 +01:00
peer.go
Register creation time for peer, user and account ( #1654 )
2024-03-02 13:49:40 +01: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
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
policy.go
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
posture_checks_test.go
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
posture_checks.go
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
route_test.go
Add initial support of device posture checks ( #1540 )
2024-02-20 09:59:56 +01:00
route.go
Allow service users with user role read-only access to all resources ( #1484 )
2024-01-25 09:50:27 +01:00
rule.go
Implement SQLite Store using gorm and relational approach ( #1065 )
2023-10-12 15:42:36 +02:00
scheduler_test.go
Handle canceling schedule and avoid recursive call ( #1636 )
2024-03-03 10:35:01 +01:00
scheduler.go
Handle canceling schedule and avoid recursive call ( #1636 )
2024-03-03 10:35:01 +01:00
setupkey_test.go
Allow service users with user role read-only access to all resources ( #1484 )
2024-01-25 09:50:27 +01:00
setupkey.go
Allow service users with user role read-only access to all resources ( #1484 )
2024-01-25 09:50:27 +01:00
sqlite_store_test.go
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
sqlite_store.go
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
store_test.go
Extend linter rules ( #1300 )
2023-11-10 16:33:13 +01:00
store.go
Remove usage stats ( #1665 )
2024-03-05 09:45:32 +01:00
turncredentials_test.go
Add metrics for PeersUpdateManager ( #1310 )
2023-11-16 18:21:52 +01:00
turncredentials.go
Reorder peer deletion when deleteing a user ( #1191 )
2023-10-03 16:46:58 +02:00
updatechannel_test.go
Add metrics for PeersUpdateManager ( #1310 )
2023-11-16 18:21:52 +01:00
updatechannel.go
Implement lightweight method to check is peer has update channel ( #1351 )
2023-12-05 14:17:56 +01:00
user_test.go
Register creation time for peer, user and account ( #1654 )
2024-03-02 13:49:40 +01:00
user.go
Register creation time for peer, user and account ( #1654 )
2024-03-02 13:49:40 +01:00