fleet/server
Victor Vrantchan 26b1e70ac3 App config api (#223)
Add GET and PATCH endpoints for /kolide/config to get/update current app configuration
2016-09-21 20:45:57 -04:00
..
endpoint_appconfig.go App config api (#223) 2016-09-21 20:45:57 -04:00
endpoint_middleware_test.go Update users service (#156) 2016-09-15 10:52:17 -04:00
endpoint_middleware.go Update users service (#156) 2016-09-15 10:52:17 -04:00
endpoint_packs.go small fixes in endpoint error handling (#117) 2016-09-06 11:02:11 -04:00
endpoint_queries.go small fixes in endpoint error handling (#117) 2016-09-06 11:02:11 -04:00
endpoint_sessions.go add missed fields on user (#213) 2016-09-20 14:54:20 -04:00
endpoint_users.go add missed fields on user (#213) 2016-09-20 14:54:20 -04:00
frontend.go render react template from binaryfs (#196) 2016-09-19 19:06:41 -04:00
handler_test.go App config api (#223) 2016-09-21 20:45:57 -04:00
handler.go App config api (#223) 2016-09-21 20:45:57 -04:00
http_auth_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
http_auth.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
logging_sessions.go Update users service (#156) 2016-09-15 10:52:17 -04:00
logging_users.go Add /me route (#177) 2016-09-15 21:35:52 -07:00
logging.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
service_appconfig.go App config api (#223) 2016-09-21 20:45:57 -04:00
service_hosts_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_hosts.go Osqueryd Service (#119) 2016-09-06 17:28:07 -04:00
service_osquery_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_osquery.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_packs_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_packs.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
service_queries_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_queries.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
service_sessions_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_sessions.go Auth errors (#185) 2016-09-20 15:22:54 -04:00
service_users_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_users.go add missed fields on user (#213) 2016-09-20 14:54:20 -04:00
service.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
test_util.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
transport_appconfig.go App config api (#223) 2016-09-21 20:45:57 -04:00
transport_packs_test.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_packs.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_queries_test.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_queries.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_sessions_test.go Header based JWT authentication (#131) 2016-09-07 21:24:11 -04:00
transport_sessions.go Header based JWT authentication (#131) 2016-09-07 21:24:11 -04:00
transport_users_test.go Update users service (#156) 2016-09-15 10:52:17 -04:00
transport_users.go Update users service (#156) 2016-09-15 10:52:17 -04:00
transport.go Auth errors (#185) 2016-09-20 15:22:54 -04:00
validation_users.go nicer validation errors (#180) 2016-09-16 11:23:48 -04:00