netbird/management/server/http
ctrl-zzz 49e65109d2
Add session expire functionality based on inactivity (#2326)
Implemented inactivity expiration by checking the status of a peer: after a configurable period of time following netbird down, the peer shows login required.
2024-10-13 14:52:43 +02:00
..
api Add session expire functionality based on inactivity (#2326) 2024-10-13 14:52:43 +02:00
middleware Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
util Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
accounts_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
accounts_handler.go Add session expire functionality based on inactivity (#2326) 2024-10-13 14:52:43 +02:00
dns_settings_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
dns_settings_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
events_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
events_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
geolocation_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
geolocations_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
groups_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
groups_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
handler.go [management] Propagate metrics (#2667) 2024-09-30 22:18:10 +02:00
nameservers_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
nameservers_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
pat_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
pat_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
peers_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
peers_handler.go Add session expire functionality based on inactivity (#2326) 2024-10-13 14:52:43 +02:00
policies_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
policies_handler.go [management, client] Add access control support to network routes (#2100) 2024-10-02 13:41:00 +02:00
posture_checks_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
posture_checks_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
routes_handler_test.go [management, client] Add access control support to network routes (#2100) 2024-10-02 13:41:00 +02:00
routes_handler.go [management, client] Add access control support to network routes (#2100) 2024-10-02 13:41:00 +02:00
setupkeys_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
setupkeys_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
users_handler_test.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00
users_handler.go [management] Remove redundant get account calls in GetAccountFromToken (#2615) 2024-09-27 17:10:50 +03:00