Commit graph

  • 0a3aabc8ff storage/conformace: add conformance tests for keys Eric Chiang 2016-10-14 11:56:31 -0700
  • ade27b3d5e Merge pull request #612 from ericchiang/dev-make-example-config-more-readable v2.0.0-alpha.3 Eric Chiang 2016-10-14 09:01:53 -0700
  • 6a9df8ab1c Merge pull request #606 from ericchiang/dev-self-managed-third-party-resources Eric Chiang 2016-10-14 09:00:05 -0700
  • dc13f09fb7 *: add more comments to the example config Eric Chiang 2016-10-14 08:58:57 -0700
  • e25a364dbe Merge pull request #611 from ericchiang/dev-gc-reduce-verbosity Eric Chiang 2016-10-13 22:01:16 -0700
  • 89ecfd2ede server: only print gc stats if something has been removed Eric Chiang 2016-10-13 21:55:56 -0700
  • 7288e49c19 Merge pull request #610 from ericchiang/dev-fix-linting Eric Chiang 2016-10-13 18:19:13 -0700
  • 96440e4cc5 *: fix linting Eric Chiang 2016-10-13 18:15:20 -0700
  • e7d7c3500a Merge pull request #608 from ericchiang/dev-properly-compile-version Eric Chiang 2016-10-13 18:03:56 -0700
  • 3dac0063df *: properly compile version into docker images Eric Chiang 2016-10-13 17:58:40 -0700
  • b7c6eea341 examples/k8s: update documentation Eric Chiang 2016-10-13 16:50:54 -0700
  • 691476b477 storage/kubernetes: manage third party resources and drop support for 1.3 Eric Chiang 2016-10-13 16:50:20 -0700
  • f37836490b Merge pull request #603 from ericchiang/dev-add-license-and-developer-certificate-of-origin Eric Chiang 2016-10-13 11:59:14 -0700
  • 63179e319a *: add DCO and LICENSE Eric Chiang 2016-10-13 11:33:32 -0700
  • 5bec61d73f Merge pull request #602 from ericchiang/dev-add-garbage-collect-method-to-storage Eric Chiang 2016-10-12 22:08:53 -0700
  • 449f34ed2a storage/sql: print error before calling t.Fatal Eric Chiang 2016-10-12 21:56:47 -0700
  • 4296604f11 {cmd,server}: move garbage collection logic to server Eric Chiang 2016-10-12 18:51:32 -0700
  • 3e20a080fe server: fix auth request expiry Eric Chiang 2016-10-12 18:50:48 -0700
  • 558059ee58 storage/kubernetes: add garbage collection method Eric Chiang 2016-10-12 18:48:23 -0700
  • 9ce05ecf73 storage/sql: add garbage collection method Eric Chiang 2016-10-12 18:48:09 -0700
  • c14ab3c44e storage/memory: add garbage collection method Eric Chiang 2016-10-12 18:47:47 -0700
  • d27f5e411f storage/conformance: add garbage collection tests Eric Chiang 2016-10-12 18:47:15 -0700
  • df6cfa0b7a storage: add GC method to interface to standardize handling Eric Chiang 2016-10-12 18:46:10 -0700
  • 13554ee735 Merge pull request #601 from ericchiang/dev-allow-extra-space-in-scopes Eric Chiang 2016-10-12 15:39:22 -0700
  • 2834da443f server: allow extra spaces in scopes Eric Chiang 2016-10-12 15:31:01 -0700
  • b692252814 Merge pull request #580 from ajanthan/facebookconnector Eric Chiang 2016-10-11 10:47:57 -0700
  • cf8801dcec Merge pull request #596 from ericchiang/dev-refreshing-with-scopes-tests Eric Chiang 2016-10-10 15:02:40 -0700
  • ac6e419d48 server: add tests for refreshing with explicit scopes Eric Chiang 2016-10-10 11:02:27 -0700
  • 0f758f11cc Merge pull request #595 from ericchiang/dev-example-app-fix-refreshing-with-google Eric Chiang 2016-10-10 08:54:27 -0700
  • fdc529ee0d cmd/example-app: check if a provider supports a refresh token scope Eric Chiang 2016-10-09 19:06:24 -0700
  • 1e5133a98d Documentation/proposals: add a proposal for keeping data in-sync during refreshes Eric Chiang 2016-10-08 11:38:43 -0700
  • 464b7fb1af Connector: Connector for Facebook ajanthan 2016-09-27 22:16:25 -0700
  • 8518c30123 Merge pull request #593 from ericchiang/dev-expose-skip-approval v2.0.0-alpha.2 Eric Chiang 2016-10-07 11:56:09 -0700
  • dcbe67d89c {cmd/dex,server}: expose skip approval screen option Eric Chiang 2016-10-07 11:53:01 -0700
  • b7841fb9ed Merge pull request #592 from ericchiang/fix-audience-scope Eric Chiang 2016-10-07 11:52:23 -0700
  • 6dbb5c4de6 server: fix cross client scope prefix Eric Chiang 2016-10-07 11:27:18 -0700
  • 182f14fb30 Merge pull request #590 from ericchiang/dev-add-password-resource v2.0.0-alpha.1 Eric Chiang 2016-10-06 10:41:24 -0700
  • 2909929b17 *: add the ability to define passwords statically Eric Chiang 2016-10-05 16:50:02 -0700
  • 84143ac69f Merge pull request #591 from ericchiang/dev-container-pipeline Eric Chiang 2016-10-06 10:21:24 -0700
  • 0fc8879da1 *: prepare build scripts for a release Eric Chiang 2016-10-05 18:23:15 -0700
  • cdf0b91690 server: add an option to enable emails and passwords from the database Eric Chiang 2016-10-05 16:38:20 -0700
  • 7ff3ce85a2 *: add password resource to kubernetes storage implementation Eric Chiang 2016-10-05 16:04:48 -0700
  • ae3b5ef6e9 storage/memory: add password resource Eric Chiang 2016-10-05 16:04:28 -0700
  • 8012e56446 storage/sql: add password resource Eric Chiang 2016-10-05 16:04:11 -0700
  • 138f55be06 storage/conformance: add tests for password resource Eric Chiang 2016-10-05 16:03:53 -0700
  • 74b44e9757 storage: add a password resource Eric Chiang 2016-10-05 16:03:29 -0700
  • c50b44cf8f Merge pull request #584 from ericchiang/dev-increase-entropy Eric Chiang 2016-10-05 14:14:49 -0700
  • 98b207b59a Merge pull request #585 from ericchiang/dev-api Eric Chiang 2016-10-05 14:14:28 -0700
  • aa83e7e5ec Merge pull request #589 from ericchiang/dev-health-check-add-test Eric Chiang 2016-10-05 08:05:05 -0700
  • 9243a092cf server: add a test for the health check handler Eric Chiang 2016-10-05 08:01:35 -0700
  • e873a31b21 server: add health check endpoint Eric Chiang 2016-10-04 16:45:52 -0700
  • 3681a57abd Merge pull request #587 from ericchiang/dev-sql-enable-gc Eric Chiang 2016-10-04 13:45:20 -0700
  • ea4f3fd365 storage/sql: enable garbage collection Eric Chiang 2016-10-04 12:57:21 -0700
  • 3faae324e9 TODO.md: update API todos Eric Chiang 2016-10-04 00:29:39 -0700
  • 0be8cc723a *: revendor Eric Chiang 2016-10-04 00:28:50 -0700
  • 2cc197b8a4 glide.yaml: add gRPC dependencies Eric Chiang 2016-10-04 00:28:33 -0700
  • 29864f0ccb example: add grpc example Eric Chiang 2016-10-04 00:28:25 -0700
  • 4550b95dfd cmd/dex: add config options for gRPC Eric Chiang 2016-10-04 00:27:50 -0700
  • 8b079168be server: add gRPC service implementation Eric Chiang 2016-10-04 00:26:04 -0700
  • a8262d0705 api: regenerate protobuf Eric Chiang 2016-10-03 22:15:41 -0700
  • ac4f94e848 *: add gRPC generation logic to build system Eric Chiang 2016-10-03 22:15:23 -0700
  • 0ea891b2f1 api: add initial gRPC service definition Eric Chiang 2016-10-03 22:15:04 -0700
  • 490b3494db storage: increase the number of bytes randomly generated for IDs Eric Chiang 2016-10-03 17:38:32 -0700
  • ea3a42938d Merge pull request #583 from ericchiang/dev-rename Eric Chiang 2016-10-03 12:59:32 -0700
  • 10e53c40f7 cmd/dex: rename file Eric Chiang 2016-10-03 12:56:09 -0700
  • e960f2d56b Merge pull request #577 from coreos/dev-sql Eric Chiang 2016-10-03 12:52:14 -0700
  • 3e8907b818 *: add sql storage options to dex application Eric Chiang 2016-10-03 12:46:49 -0700
  • 877eb3dc7b *: add standup script to run DB tests locally and hook up travis Eric Chiang 2016-09-22 23:23:56 -0700
  • 0f577a469a *: revendor Eric Chiang 2016-09-19 09:47:53 -0600
  • b4dab455f8 glide.yaml: add SQL drivers Eric Chiang 2016-09-19 09:47:40 -0600
  • 36d67574c5 storage/conformance: add more conformance tests Eric Chiang 2016-09-19 09:41:54 -0600
  • 63f56b4269 storage: hook up conformance tests for SQL Eric Chiang 2016-09-17 19:01:15 -0600
  • e2bf8ceb63 storage: rename "storagetest" package to "conformance" Eric Chiang 2016-09-17 18:44:53 -0600
  • 87a7d093b2 storage/sql: add a SQL storage implementation Eric Chiang 2016-09-14 18:11:57 -0700
  • 82a55cf785 {server,storage}: add LoggedIn flag to AuthRequest and improve storage docs Eric Chiang 2016-09-14 16:38:12 -0700
  • 372e4a0576 Merge pull request #581 from squat/revert_btn_fix v0.6.1 Eric Chiang 2016-09-29 15:48:30 -0700
  • f6762fd30b frontend: revert button fix Lucas Serven 2016-09-29 15:34:44 -0700
  • f1f7d1c474 Merge pull request #579 from squat/fix-button-style v0.6.0 Lucas Serven 2016-09-22 11:40:41 -0700
  • 340eb30055 static: fix button styles Lucas Serven 2016-09-22 11:14:12 -0700
  • 1ad04d1921 Merge pull request #568 from ericchiang/dev-add-todo Eric Chiang 2016-09-19 10:19:04 -0600
  • 9a78dca137 Merge pull request #575 from summerwind/support-expires_in-field Eric Chiang 2016-09-12 09:28:57 -0700
  • dc979c1d6d server: use time.Time instead of int64 for token expiration time Moto Ishizawa 2016-09-12 18:52:50 +0900
  • 25e4228e35 server: add expires_in field to the response of token endpoint Moto Ishizawa 2016-09-11 23:47:18 +0900
  • 03ad99464f Merge pull request #572 from ericchiang/dev-cleanup-template-generation Eric Chiang 2016-09-07 09:03:05 -0700
  • 04912c04e3 server: generate string literals instead of escaped strings Eric Chiang 2016-09-05 18:06:17 -0700
  • 058de90dde Merge pull request #567 from ericchiang/dev-html-templates Eric Chiang 2016-09-05 17:30:25 -0700
  • 608d8ba984 *: switch dex to the ported templates Eric Chiang 2016-08-25 13:10:19 -0700
  • 027e3d366c server: generate default templates map Eric Chiang 2016-08-25 13:09:42 -0700
  • 63a62b6754 *: add code to serialize templates into go code Eric Chiang 2016-08-25 13:06:22 -0700
  • 91ff8a16cd web/templates: port templates from v1 Eric Chiang 2016-08-25 13:03:41 -0700
  • 68746fd795 *: add a mock connector which takes a username and password for testing Eric Chiang 2016-08-25 13:00:53 -0700
  • 9f67e5dcae Merge pull request #571 from remohammadi/patch-1 Eric Chiang 2016-09-05 12:06:42 -0700
  • 7d9a98f96e documentation: multiple fixes in examples README Reza Mohammadi 2016-09-04 18:50:57 +0430
  • d758e38cd4 Merge pull request #529 from Tecsisa/Clients_create_users Eric Chiang 2016-09-01 09:15:28 -0700
  • 9b8ab3bdc6 ClientCredentials flow in UserAPI Adrián López Gómez 2016-08-01 10:17:06 +0200
  • 144fa41a23 Merge pull request #569 from ericchiang/dev-response-types-supported-discovery Eric Chiang 2016-08-29 11:56:42 -0700
  • 0086a1c1bb Merge pull request #570 from ericchiang/update-go-oidc-for-hmac-changes Eric Chiang 2016-08-29 09:22:34 -0700
  • 4ea7cebd7f *: revendor Eric Chiang 2016-08-27 08:50:30 -0700
  • d218f5251e *: update go-oidc Eric Chiang 2016-08-27 08:50:18 -0700
  • 3b0e10740f *: add TODO Eric Chiang 2016-08-25 14:54:53 -0700