fleet/server/service
Zachary Wasserman 41120ebc00 Improve user endpoint validations (#642)
- Add empty string checks for NewUser
- Create validations for ModifyUser
- Use GravatarURL when creating new user

Fixes #620
2016-12-15 09:28:53 -08:00
..
endpoint_appconfig.go store WebAddress config in datastore (#421) 2016-11-04 16:44:38 -04:00
endpoint_campaigns.go Refactor campaign methods into separate file (#540) 2016-11-29 10:20:06 -08:00
endpoint_hosts.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
endpoint_invites.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
endpoint_labels.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
endpoint_middleware_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
endpoint_middleware.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
endpoint_osquery.go Flesh out log ingestion endpoint/service methods (#258) 2016-09-30 19:18:27 -07:00
endpoint_packs.go Remove "selected" keyword from response (#635) 2016-12-13 15:59:59 -08:00
endpoint_queries.go Add service method for bulk deleting queries (#600) 2016-12-09 09:12:45 -08:00
endpoint_scheduled_queries.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
endpoint_sessions.go Move API responses under top-level keys (#292) 2016-10-11 09:22:11 -07:00
endpoint_setup.go create first time setup endpoint (#436) 2016-11-09 12:19:07 -05:00
endpoint_targets.go Remove "selected" keyword from response (#635) 2016-12-13 15:59:59 -08:00
endpoint_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
frontend.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
handler_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
handler.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
http_auth_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
http_auth.go Login form displays error message (#243) 2016-09-28 20:46:45 -04:00
logging_invites.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
logging_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
logging_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
logging.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
metrics_appconfig.go store WebAddress config in datastore (#421) 2016-11-04 16:44:38 -04:00
metrics_invites.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
metrics_sessions.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
metrics.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
service_appconfig_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_appconfig.go store WebAddress config in datastore (#421) 2016-11-04 16:44:38 -04:00
service_campaigns.go Record author information with queries (#578) 2016-12-07 12:22:31 -08:00
service_hosts_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_hosts.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
service_invites_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_invites.go use validation error for expired invite tokens. (#587) 2016-12-07 11:25:48 -05:00
service_labels_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_labels.go Label API Updates (#413) 2016-11-02 21:17:23 -04:00
service_osquery_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_osquery.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_packs_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_packs.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_queries_test.go Record author information with queries (#578) 2016-12-07 12:22:31 -08:00
service_queries.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_scheduled_queries_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_scheduled_queries.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_sessions_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_sessions.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
service_targets_test.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
service_targets.go Fixes host detail updates with MySQL backend (#568) 2016-12-07 03:51:11 +08:00
service_users_test.go Improve user endpoint validations (#642) 2016-12-15 09:28:53 -08:00
service_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
service.go Update osquery service methods for distributed queries (#476) 2016-11-14 10:22:54 -08:00
transport_appconfig.go store WebAddress config in datastore (#421) 2016-11-04 16:44:38 -04:00
transport_campaigns.go Refactor campaign methods into separate file (#540) 2016-11-29 10:20:06 -08:00
transport_error.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
transport_hosts.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
transport_invites_test.go Make context imports consistent (#359) 2016-10-31 15:18:05 -07:00
transport_invites.go Show invited users (#297) 2016-10-14 17:08:57 -04:00
transport_labels_test.go Label API Updates (#413) 2016-11-02 21:17:23 -04:00
transport_labels.go Label API Updates (#413) 2016-11-02 21:17:23 -04:00
transport_osquery_test.go Make context imports consistent (#359) 2016-10-31 15:18:05 -07:00
transport_osquery.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -07:00
transport_packs_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
transport_packs.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
transport_queries_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_queries.go Add service method for bulk deleting queries (#600) 2016-12-09 09:12:45 -08:00
transport_scheduled_queries_test.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
transport_scheduled_queries.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
transport_sessions_test.go Lowercase strings which should be case insensitive, like email and username. (#302) 2016-10-12 12:35:34 -04:00
transport_sessions.go Lowercase strings which should be case insensitive, like email and username. (#302) 2016-10-12 12:35:34 -04:00
transport_setup.go create first time setup endpoint (#436) 2016-11-09 12:19:07 -05:00
transport_targets_test.go Target search endpoint (#339) 2016-11-02 10:59:53 -04:00
transport_targets.go Target search endpoint (#339) 2016-11-02 10:59:53 -04:00
transport_test.go Add ordering options for List* methods (#318) 2016-10-17 10:01:14 -04:00
transport_users_test.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
transport_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
transport.go Add ordering options for List* methods (#318) 2016-10-17 10:01:14 -04:00
util_test.go Record author information with queries (#578) 2016-12-07 12:22:31 -08:00
validation_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
validation_setup.go create first time setup endpoint (#436) 2016-11-09 12:19:07 -05:00
validation_users.go Improve user endpoint validations (#642) 2016-12-15 09:28:53 -08:00