..
middleware
Return error messages for authentication errors ( #950 )
2021-06-03 18:24:23 -07:00
testdata
add endpoint to serve the kolide certificate back to the user ( #1025 )
2017-01-20 14:32:10 -05:00
client_appconfig.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client_carves.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client_debug.go
Add debug endpoints and associated fleetctl commands ( #45 )
2020-11-17 17:12:37 -08:00
client_errors.go
Prevent user enumeration ( #533 )
2021-03-24 19:36:30 -07:00
client_hosts.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client_labels.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client_live_query.go
Update live query and targets APIs for Teams ( #876 )
2021-05-26 20:45:06 -07:00
client_packs.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client_queries.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client_sessions.go
Prevent user enumeration ( #533 )
2021-03-24 19:36:30 -07:00
client_setup.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
client_targets.go
Add support for Teams in targets and live queries ( #880 )
2021-05-27 13:18:00 -07:00
client_users.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
client.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
debug_handler_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
debug_handler.go
Add debug endpoints and associated fleetctl commands ( #45 )
2020-11-17 17:12:37 -08:00
endpoint_appconfig.go
Stub out licensing API ( #810 )
2021-05-19 17:29:38 -07:00
endpoint_campaigns.go
Add support for Teams in targets and live queries ( #880 )
2021-05-27 13:18:00 -07:00
endpoint_carves.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_certificate.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_change_email.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_hosts.go
Implement add hosts to team by filters API ( #866 )
2021-05-25 21:29:52 -07:00
endpoint_invites.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_labels.go
Refactor struct slices for consistent pointer use ( #864 )
2021-05-25 18:53:22 -07:00
endpoint_middleware_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
endpoint_middleware.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
endpoint_osquery.go
Expose live query error messages via API ( #205 )
2021-01-19 14:52:29 -08:00
endpoint_packs.go
Add support for Teams in targets and live queries ( #880 )
2021-05-27 13:18:00 -07:00
endpoint_queries.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_scheduled_queries.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_sessions.go
Add support for IdP-initiated SSO login ( #556 )
2021-03-30 12:56:20 -07:00
endpoint_setup.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
endpoint_status.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
endpoint_targets.go
Add support for Teams in targets and live queries ( #880 )
2021-05-27 13:18:00 -07:00
endpoint_teams.go
Refactor enroll secrets to support Teams ( #903 )
2021-05-31 09:02:05 -07:00
endpoint_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
endpoint_users.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
frontend.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
handler_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
handler.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
http_auth_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
http_auth.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
logging_appconfig.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
logging_campaigns.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
logging_email_change.go
Reduce verbosity of default logging ( #2225 )
2020-04-22 14:01:34 -07:00
logging_hosts.go
Add host details in API responses ( #223 )
2021-01-25 13:05:02 -08:00
logging_invites.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
logging_labels.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
logging_osquery.go
Expose live query error messages via API ( #205 )
2021-01-19 14:52:29 -08:00
logging_packs.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
logging_queries.go
Fix logging for query creation on error ( #132 )
2020-12-14 18:45:03 -08:00
logging_scheduled_queries.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
logging_sessions.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
logging_users.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
logging.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
metrics_appconfig.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
metrics_change_email.go
Update go-kit to 0.4.0 ( #1411 )
2017-03-15 08:55:30 -07:00
metrics_invites.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
metrics_labels.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
metrics_sessions.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
metrics_users.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
metrics.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
service_agent_options_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_agent_options.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
service_appconfig_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_appconfig.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_campaigns.go
Filter hosts and label counts by teams ( #949 )
2021-06-03 18:53:43 -07:00
service_carves_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_carves.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_certificate_test.go
add endpoint to serve the kolide certificate back to the user ( #1025 )
2017-01-20 14:32:10 -05:00
service_certificate.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
service_errors.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
service_hosts_test.go
Filter hosts and label counts by teams ( #949 )
2021-06-03 18:53:43 -07:00
service_hosts.go
Filter hosts and label counts by teams ( #949 )
2021-06-03 18:53:43 -07:00
service_invites_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_invites.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_labels_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_labels.go
Filter hosts and label counts by teams ( #949 )
2021-06-03 18:53:43 -07:00
service_osquery_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_osquery.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_packs_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_packs.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_queries_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_queries.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_scheduled_queries_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_scheduled_queries.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_sessions_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_sessions.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_status.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
service_targets_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_targets.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_teams.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
service_users_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service_users.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
service.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
transport_appconfig.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
transport_campaigns.go
Add fleetctl query command ( #1784 )
2018-05-17 15:54:34 -07:00
transport_carves.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
transport_change_email.go
Update go-kit to 0.4.0 ( #1411 )
2017-03-15 08:55:30 -07:00
transport_error.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
transport_hosts.go
Implement add hosts to team by filters API ( #866 )
2021-05-25 21:29:52 -07:00
transport_invites_test.go
Remove invited_by from invite parameters ( #591 )
2021-04-05 13:28:43 -07:00
transport_invites.go
Update go-kit to 0.4.0 ( #1411 )
2017-03-15 08:55:30 -07:00
transport_labels_test.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
transport_labels.go
Add support for filtering hosts in label ( #335 )
2021-02-18 12:52:43 -08:00
transport_osquery_test.go
Format and clean code ( #774 )
2021-05-17 10:29:50 -07:00
transport_osquery.go
Expose live query error messages via API ( #205 )
2021-01-19 14:52:29 -08:00
transport_packs_test.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
transport_packs.go
Fix pack and query UI issues in Fleet 2.0 ( #1829 )
2018-06-15 10:13:11 -04:00
transport_queries_test.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
transport_queries.go
Fix pack and query UI issues in Fleet 2.0 ( #1829 )
2018-06-15 10:13:11 -04:00
transport_scheduled_queries_test.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
transport_scheduled_queries.go
Fix pack and query UI issues in Fleet 2.0 ( #1829 )
2018-06-15 10:13:11 -04:00
transport_sessions_test.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
transport_sessions.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
transport_setup.go
Update go-kit to 0.4.0 ( #1411 )
2017-03-15 08:55:30 -07:00
transport_targets_test.go
Add support for Teams in targets and live queries ( #880 )
2021-05-27 13:18:00 -07:00
transport_targets.go
Update go-kit to 0.4.0 ( #1411 )
2017-03-15 08:55:30 -07:00
transport_teams.go
Refactor enroll secrets to support Teams ( #903 )
2021-05-31 09:02:05 -07:00
transport_test.go
Update the Go import paths to new repo name ( #27 )
2020-11-11 09:59:12 -08:00
transport_users_test.go
Deprecate /api/v1/kolide routes ( #297 )
2021-02-10 12:13:11 -08:00
transport_users.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
transport.go
Add team user management ( #672 )
2021-04-21 20:54:09 -07:00
util_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
validation_app_config_test.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00
validation_app_config.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
validation_invites.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
validation_setup.go
Refactor teams service methods ( #910 )
2021-05-31 17:07:51 -07:00
validation_users.go
Add authorization checks in service ( #938 )
2021-06-03 16:24:15 -07:00