netbird/management/server/http
Yury Gargay 9e8725618e
Extend linter rules (#1300)
- dupword checks for duplicate words in the source code
- durationcheck checks for two durations multiplied together
- forbidigo forbids identifiers
- mirror reports wrong mirror patterns of bytes/strings usage
- misspell finds commonly misspelled English words in comments
- predeclared finds code that shadows one of Go's predeclared identifiers
- thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers
2023-11-10 16:33:13 +01:00
..
api Extend API with accessible peers (#1284) 2023-11-07 14:38:36 +01:00
middleware Log access control error (#1299) 2023-11-09 17:15:59 +01:00
util fix some typo spotted with codespell (#1278) 2023-11-01 17:11:16 +01:00
accounts_handler_test.go fix some typo spotted with codespell (#1278) 2023-11-01 17:11:16 +01:00
accounts_handler.go Autopropagate peers by JWT groups (#1037) 2023-08-07 19:44:51 +04:00
dns_settings_handler_test.go Fix nil pointer exception in group delete (#1211) 2023-10-11 23:00:56 +02:00
dns_settings_handler.go changed the naming convention for all handling objects and methods to have unified way 2023-02-28 15:01:24 +01:00
events_handler_test.go Handle user delete (#1113) 2023-09-19 18:08:40 +02:00
events_handler.go Fix/user deletion (#1157) 2023-09-23 10:47:49 +02:00
groups_handler_test.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
groups_handler.go Extends management user and group structure (#1268) 2023-11-01 13:04:17 +03:00
handler.go Pass JWT Claims Extractor to Integrations (#1258) 2023-10-27 17:18:44 +02:00
nameservers_handler_test.go Add search domains support (#1224) 2023-10-19 19:32:42 +02:00
nameservers_handler.go Add search domains support (#1224) 2023-10-19 19:32:42 +02:00
pat_handler_test.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
pat_handler.go move validation into account manager + func for get requests 2023-03-30 13:58:44 +02:00
peers_handler_test.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
peers_handler.go Extend API with accessible peers (#1284) 2023-11-07 14:38:36 +01:00
policies_handler_test.go Feat linux firewall support (#805) 2023-05-29 16:00:18 +02:00
policies_handler.go Fix validation for ACL policy rules ports (#938) 2023-06-07 08:57:43 +02:00
routes_handler_test.go Cleanup Account Manager code (#1192) 2023-10-04 15:41:52 +02:00
routes_handler.go Add peer groups support for network routes (#1150) 2023-09-28 14:32:36 +02:00
rules_handler_test.go Feat linux firewall support (#805) 2023-05-29 16:00:18 +02:00
rules_handler.go Feat linux firewall support (#805) 2023-05-29 16:00:18 +02:00
setupkeys_handler_test.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
setupkeys_handler.go Update ephemeral field on the API response (#1129) 2023-09-06 10:40:45 +02:00
users_handler_test.go Extends management user and group structure (#1268) 2023-11-01 13:04:17 +03:00
users_handler.go Remove logging of User names on Debug level (#1275) 2023-11-01 12:00:47 +01:00