Commit graph

  • 2cc8dc2b36 Documentation: turn on registration in examples Bobby Rullo 2015-11-02 11:07:17 -0800
  • 095aff647b Merge pull request #168 from bobbyrullo/invite_emails bobbyrullo 2015-10-30 15:19:19 -0700
  • d1e292eb94 server: pass issuer name to emailer Bobby Rullo 2015-10-30 15:00:40 -0700
  • c94e53846e email: templatizer takes global context. Bobby Rullo 2015-10-30 14:53:52 -0700
  • 2ef1b4beff user: introduce "invite" emails Bobby Rullo 2015-10-30 14:41:00 -0700
  • 9172f54fc2 Merge pull request #167 from gtank/cryptofix bobbyrullo 2015-10-29 15:03:15 -0700
  • 07a4d4441e pkg/crypto: replace old crypto with new crypto George Tankersley 2015-10-28 16:49:25 -0700
  • 8d6474b5fd pkg/crypto: add AES-GCM functions George Tankersley 2015-10-27 13:58:54 -0700
  • 623c6cfe0c Merge pull request #165 from bobbyrullo/one_Dot_four bobbyrullo 2015-10-22 14:05:39 -0700
  • 6197beca28 Dockerfile: use go 1.4 to build Bobby Rullo 2015-10-22 14:01:41 -0700
  • 315858033c Merge pull request #164 from bobbyrullo/use_the_right_env bobbyrullo 2015-10-22 12:13:28 -0700
  • 9b0dccd9ba Dockerfile: use right env var for email templates Bobby Rullo 2015-10-22 12:07:07 -0700
  • b29f76b6f7 Merge pull request #161 from philips/dex-more-docs-fixes Josh Wood 2015-10-20 14:20:29 -0700
  • 9f8d15f331 Merge pull request #160 from philips/add-go-bindata-instructions Brian Waldon 2015-10-20 09:11:39 -0700
  • 714710719b Documentation: getting-started md cleanups Brandon Philips 2015-10-20 09:35:51 -0400
  • 14cf24da7f README: consistent tabbing Brandon Philips 2015-10-20 09:11:19 -0400
  • bf294d67bb build: add install instructions for go-bindata Brandon Philips 2015-10-20 06:30:33 -0400
  • 70eb87d87c Merge pull request #158 from joeatwork/share-token-code Joe Bowers 2015-10-19 09:59:38 -0700
  • b1e4369811 fixup: remove debug logging from test Joe Bowers 2015-10-16 17:14:51 -0700
  • 12342149d3 fixup: document parseAndVerifyTokenClaims behavior Joe Bowers 2015-10-16 16:54:22 -0700
  • 39ee1871e4 build: fixup - comment explaining guard in front of ln Joe Bowers 2015-10-16 16:49:27 -0700
  • 1e037a9a7c tests: ensure ./user/ tests are run as part of test suite Joe Bowers 2015-10-16 16:44:09 -0700
  • ce8b0a4c9e tests: fix user tests with for new behavior Joe Bowers 2015-10-16 16:43:52 -0700
  • 85113748a8 server: unify password reset and email verification code and behavior Joe Bowers 2015-10-16 14:47:58 -0700
  • 86a2f997d7 build: don't add nested symlinks into working directory on build Joe Bowers 2015-10-16 14:46:37 -0700
  • fd814dd671 Merge pull request #155 from bobbyrullo/check_no_secret bobbyrullo 2015-10-13 14:57:05 -0700
  • 7d4f41bf04 integration: check when there's no secret provided Bobby Rullo 2015-10-13 12:34:28 -0700
  • 8360f18fea Merge pull request #147 from gyuho/use_stdpkg_basicauth bobbyrullo 2015-10-13 11:37:31 -0700
  • 19e66a9b63 Merge pull request #150 from woloski/patch-1 bobbyrullo 2015-10-13 09:37:20 -0700
  • b8cf2276bb Merge pull request #154 from yifan-gu/in_memory_refresh bobbyrullo 2015-10-13 09:35:57 -0700
  • 7282dd5187 refreshtoken: return base64 encoded token for in-memory backend. Yifan Gu 2015-10-12 14:38:02 -0700
  • 42647a2e58 Add auth0 on Similar Software list Matias Woloski 2015-10-06 18:38:49 -0300
  • f06073fbcd server: use standard lib http.Request.BasicAuth Gyu-Ho Lee 2015-10-06 05:00:33 -0700
  • 2a1d32e6e8 Merge pull request #145 from bobbyrullo/protect_admin_api bobbyrullo 2015-10-01 14:23:16 -0700
  • 5e859dad5c Documentation, contrib: Update docs with admin key Bobby Rullo 2015-10-01 13:12:06 -0700
  • 55040c55fa server, integration, cmd: Protect Admin API Bobby Rullo 2015-10-01 11:34:53 -0700
  • 48b3b38c8b Merge pull request #144 from bobbyrullo/no_register bobbyrullo 2015-09-30 20:35:59 -0700
  • d3d6a75b91 fixup - Code review changes. Bobby Rullo 2015-09-30 17:07:00 -0700
  • bf9517fdaa server,cmd: Add flag for disabling registation Bobby Rullo 2015-09-30 16:35:58 -0700
  • ac78c8f4ab Merge pull request #143 from joeatwork/logging-for-debugging bobbyrullo 2015-09-30 10:25:05 -0700
  • c70b29f83d db: log schema errors, distinguish them from nil results where needed Joe Bowers 2015-09-29 20:07:36 -0700
  • a426943054 Merge pull request #140 from joeatwork/disable-users-api Joe Bowers 2015-09-29 16:47:43 -0700
  • 2ed2859896 repo: functional repo tests Joe Bowers 2015-09-29 15:27:15 -0700
  • e5db302312 server: expose user disable API endpoint Joe Bowers 2015-09-28 13:51:48 -0700
  • b33cfbf556 schema: disable user API Joe Bowers 2015-09-28 10:15:14 -0700
  • 05adce3e93 Merge pull request #141 from triddell/master bobbyrullo 2015-09-29 14:50:49 -0700
  • 6472bd78cb build: add equals sign to avoid link warning when building project Tim Riddell 2015-09-29 12:45:28 -0700
  • 6970b481f4 Merge pull request #126 from cpswan/fixes-125 bobbyrullo 2015-09-28 22:15:48 -0700
  • 1563d78861 Merge pull request #139 from joeatwork/fix-build-1.4 bobbyrullo 2015-09-28 14:20:04 -0700
  • 49bc822fc2 build: vendor quotedprintable to build on Go < 1.5 Joe Bowers 2015-09-28 13:01:25 -0700
  • b19adefde5 Merge pull request #138 from joeatwork/disable-users Joe Bowers 2015-09-28 12:36:09 -0700
  • 6589b2ecdd Documentation: clearer guidance on creating OAuth 2 client ID Chris Swan 2015-09-17 15:34:02 +0100
  • 72fa4127d0 Merge pull request #137 from joeatwork/dont-create-users-with-bad-urls Joe Bowers 2015-09-25 17:31:34 -0700
  • fbbb3cc2df server: all authorizations fail for disabled users Joe Bowers 2015-09-25 17:29:59 -0700
  • ffabe03bc0 server: don't allow disabled users to access the api Joe Bowers 2015-09-25 14:36:33 -0700
  • 944bed6d2e Merge pull request #136 from derekparker/fix-compilation-issues Derek Parker 2015-09-25 15:36:55 -0700
  • f115015a3f api: don't create a user if you can't send them an email Joe Bowers 2015-09-25 15:08:45 -0700
  • 60a36e2c2e server,db: flag for disabling user login Joe Bowers 2015-09-25 14:24:51 -0700
  • 20857d71e7 email/smtp: Fix type comparison error Derek Parker 2015-09-25 12:49:57 -0700
  • e8f347a738 Merge pull request #133 from joeatwork/stricter-url-endpoints Joe Bowers 2015-09-24 17:03:00 -0700
  • 4c9bab0890 server: user management endpoints strictly conform to schema Joe Bowers 2015-09-24 16:41:29 -0700
  • 97041dbd90 Merge pull request #129 from ecnahc515/smtp_support bobbyrullo 2015-09-24 16:34:45 -0700
  • d154cad3f6 Documentation: Add how to setup email configuration Chance Zibolski 2015-09-21 15:45:53 -0700
  • b1e146b702 email: Remove unused ID field Chance Zibolski 2015-09-21 15:39:29 -0700
  • 3e08bd6619 email: Add smtp emailer Chance Zibolski 2015-09-21 13:42:37 -0700
  • 95cc72c218 godeps: Add gomail Chance Zibolski 2015-09-21 13:42:12 -0700
  • 825c3cf21b Merge pull request #128 from bobbyrullo/wait_on_connectors bobbyrullo 2015-09-18 17:28:26 -0700
  • 510293a984 fixup Bobby Rullo 2015-09-18 17:25:06 -0700
  • 3cd0d84e31 cmd/dex-worker: wait 'til connectors are available Bobby Rullo 2015-09-18 17:11:58 -0700
  • 188aa27c17 Merge pull request #118 from bobbyrullo/k8s bobbyrullo 2015-09-18 15:31:01 -0700
  • 25c21f0f7e contrib/k8s: docs for using k8s configs Bobby Rullo 2015-09-10 11:55:52 -0700
  • f15890edb4 Merge pull request #124 from cpswan/fixes-123 bobbyrullo 2015-09-17 09:23:39 -0700
  • b773770218 Documentation: no need to create a new Google project Chris Swan 2015-09-17 15:17:03 +0100
  • edd88db932 contrib/k8s: Use secrets to store secrets. Bobby Rullo 2015-09-09 14:29:41 -0700
  • d9b668002c contrib/k8s: get yaml up-to-date with latest k8s Bobby Rullo 2015-09-08 14:53:53 -0700
  • b340660d6d Merge pull request #111 from dullgiulio/early-returns-nazi bobbyrullo 2015-09-04 13:02:28 -0700
  • 472e4a02a4 *: Remove unnecessary else statements Giulio Iotti 2015-09-04 22:45:32 +0300
  • 99ed0024b0 Merge pull request #96 from bobbyrullo/who_should_ bobbyrullo 2015-09-03 11:48:01 -0700
  • 7f49efd873 Merge pull request #109 from bobbyrullo/yes_we_DO_have_TLS v0.1.0 bobbyrullo 2015-09-03 09:57:43 -0700
  • bfe6cd2817 Documentation: remove outdated TLS info Bobby Rullo 2015-09-03 09:56:48 -0700
  • 507649750c Merge pull request #108 from coreos/bobbyrullo-patch-1 bobbyrullo 2015-09-02 18:06:22 -0700
  • 1cde31af7d Update README.md bobbyrullo 2015-09-02 18:04:40 -0700
  • 0ec24a17bd Merge pull request #104 from bobbyrullo/flags_are_good bobbyrullo 2015-09-02 18:00:58 -0700
  • f1820cda14 cmd,server,static/html: Configurable name, logo Bobby Rullo 2015-08-31 16:02:47 -0700
  • 6545bc6f80 README.md: "Similar Software", "who should use" Bobby Rullo 2015-08-28 14:16:05 -0700
  • e077803e93 Merge pull request #105 from yifan-gu/tests Yifan Gu 2015-09-02 15:39:54 -0700
  • 44c6cb44f5 refresh: bcrypt raw bytes rather than base64 encoded string. Yifan Gu 2015-08-31 19:24:45 -0700
  • ff71593cd7 Merge pull request #106 from bobbyrullo/shadow_stevens bobbyrullo 2015-09-01 17:09:34 -0700
  • 62aa12fa6c cmd/dex-overlord: was using the wrong err Bobby Rullo 2015-09-01 17:07:10 -0700
  • 081bfdd13d Merge pull request #103 from yifan-gu/offline Yifan Gu 2015-08-31 14:30:06 -0700
  • fb72e6074a Documentation: Update the notes on 'offline access'. Yifan Gu 2015-08-31 13:53:39 -0700
  • 93a0830ae0 server: check scope in requests. Yifan Gu 2015-08-31 13:38:06 -0700
  • 066fd859ec session: add 'scope' field in session. Yifan Gu 2015-08-28 16:03:51 -0700
  • d87b5c9bfe Merge pull request #102 from bobbyrullo/we_are_your_overlords bobbyrullo 2015-08-31 13:43:50 -0700
  • 9b64ecb2d7 cmd/dex-overlord: bind admin API on 127.0.0.1 Bobby Rullo 2015-08-31 13:39:23 -0700
  • 40a0a63a3e Merge pull request #101 from bobbyrullo/rename bobbyrullo 2015-08-31 13:32:10 -0700
  • 1dd0d13ee0 Documentation: mv security_guide.md tls-setup.md Bobby Rullo 2015-08-31 13:29:52 -0700
  • f1fb00efdd Merge pull request #92 from yifan-gu/ssl Yifan Gu 2015-08-31 10:41:13 -0700
  • 783fa364f6 Documentation: add serity_guide.md to show how to establish TLS. Yifan Gu 2015-08-27 17:04:56 -0700
  • 01f95db3ca examples: also print raw token in the result. Yifan Gu 2015-08-26 17:12:06 -0700