rithu leena john
dd3133072c
Merge pull request #741 from rithujohn191/logging-correction
...
cmd/dex: modify error messages to info messages.
10 years ago
rithu john
8b7f810bb8
cmd/dex: modify error messages to info messages.
10 years ago
Eric Chiang
91cc94dd8f
Merge pull request #740 from ericchiang/fix-comment-typos
...
*: fix comment typos and add go report card icon
10 years ago
Eric Chiang
aa6c0c6ed7
Merge pull request #739 from ericchiang/check-go-version
...
*: check go version before building
10 years ago
Eric Chiang
998350db74
*: add go report card to README
10 years ago
Eric Chiang
fe196864c0
*: fix comment typos found with github.com/client9/misspell
10 years ago
rithu leena john
71a1d8d42f
Merge pull request #723 from rithujohn191/support-leveled-logging
...
cmd/dex: add logging config and launch logger for server module.
10 years ago
Eric Chiang
18bbd94fba
*: check go version before building
...
Add a script to check the Go version before building dex. This
gives a nice error message rather than just failing to compile.
With changes:
$ go version
go version go1.6.4 linux/amd64
$ make
ERROR: dex requires Go version 1.7+. Please update your Go installation: https://golang.org/dl/
Makefile:93: recipe for target 'check-go-version' failed
make: *** [check-go-version] Error 2
Checks only added for building the actual binary, not tests, since
this is aimed at users just starting off with the project.
10 years ago
rithu john
9949a1313c
server: modify error messages to use logrus.
10 years ago
rithu john
6033c45976
vendor: revendor
10 years ago
rithu john
5c4cc9f5fe
*: add logrus package.
10 years ago
rithu john
2e22a948cf
cmd/dex: add logging config and serve logger for different modules.
10 years ago
Eric Chiang
79c51f2983
Merge pull request #737 from ericchiang/document-patch-releases
...
Documentation: add notes on patch release branches
10 years ago
Eric Chiang
c11ee4d290
Merge pull request #733 from ericchiang/ldap-email-verified
...
connector/ldap: default email_verified to true
10 years ago
Eric Chiang
566bb2d1af
Documentation: add notes on patch release branches
10 years ago
Eric Chiang
c77cb86378
Merge pull request #736 from ericchiang/kubernetes-integration-readme
...
*: add section about dex and Kubernetes to README
10 years ago
Eric Chiang
faf6a0e680
*: add section about dex and Kubernetes to README
10 years ago
Eric Chiang
1e0cf3c068
connector/ldap: default email_verified to true
10 years ago
Eric Chiang
053856c62e
Merge pull request #730 from ericchiang/ldap-examples
...
Documentation: add examples of mapping LDAP schema to a search
10 years ago
Eric Chiang
6dbe6e8ab5
Documentation: add examples of mapping LDAP schema to a search
10 years ago
Eric Chiang
eedae12b14
Merge pull request #731 from ericchiang/remove-unused-method
...
storage/kubernetes: remove unused method
10 years ago
Eric Chiang
879e018f74
storage/kubernetes: remove unused method
10 years ago
rithu leena john
9e6d8689c3
Merge pull request #728 from ericchiang/document-managing-dependencies
...
Document managing dependencies
10 years ago
Eric Chiang
89033c2e05
vendor: revendor using glide-vc
10 years ago
Eric Chiang
a500de802b
glide.yaml: update inline comments
10 years ago
Eric Chiang
e2aa095680
Documentation: add document on managing dependencies
10 years ago
Eric Chiang
27a23a7418
Merge pull request #727 from ericchiang/add-travis-build-to-readme
...
*: add Travis build status to README
10 years ago
Eric Chiang
8e126607ce
*: add Travis build status to README
10 years ago
rithu leena john
5c22e5b0df
Merge pull request #720 from rithujohn191/bump-go
...
*: update travis to use Go 1.7.4.
10 years ago
rithu john
78cd0ceb41
*: update travis to use Go 1.7.4.
10 years ago
Amruta Chitnis
7516d120b3
Merge pull request #717 from amrutac/themes-plus-css-refactor
...
Themes plus css refactor
10 years ago
rithu leena john
936816af55
Merge pull request #715 from ericchiang/update-go-oidc
...
*: update vendored go-oidc
10 years ago
Amruta Chitnis
b7439d1a75
Address PR comments
10 years ago
Amruta Chitnis
577d1af029
web: Updates classes in templates
10 years ago
Amruta Chitnis
2bc690591e
web: Updates css
10 years ago
Amruta Chitnis
ea75973547
web: Adds tectonic specific files
10 years ago
Amruta Chitnis
0dc7870f39
web: Adds svg files for icons
10 years ago
Eric Chiang
614fbdfb41
Merge pull request #716 from ericchiang/revert-refactor-css
...
revert "Merge pull request #714 from amrutac/refactor-css"
10 years ago
Eric Chiang
5e61d5fe83
Revert "Merge pull request #714 from amrutac/refactor-css"
...
This reverts commit 4d88eabb50 , reversing
changes made to b38d355202 .
10 years ago
Eric Chiang
7a3658acdf
vendor: revendor
10 years ago
Eric Chiang
3b99e8f22a
*: update vendored go-oidc
...
Includes fixes for a panic when using HTTP/2[0] and some HTTPs calls
not actually using their passed context[1].
[0] https://github.com/coreos/go-oidc/pull/117
[1] https://github.com/coreos/go-oidc/pull/119
10 years ago
Eric Chiang
4d88eabb50
Merge pull request #714 from amrutac/refactor-css
...
Refactor css
10 years ago
Amruta Chitnis
170727454d
web: Updates classes in templates
10 years ago
Amruta Chitnis
fabdae8e71
web: Updates css
10 years ago
Amruta Chitnis
da872ecd35
web: Adds tectonic specific files
10 years ago
Amruta Chitnis
513525c0ab
web: Adds svg files for icons
10 years ago
rithu leena john
b38d355202
Merge pull request #713 from ericchiang/example-app-state
...
cmd/example-app: use a non-empty state
10 years ago
Eric Chiang
aebb6818b7
cmd/example-app: use a non-empty state
...
Use a non-empty state in the example-app to ensure dex is properly
preserving the state for the code flow.
Updates #712
10 years ago
rithu leena john
9d9ad4a5b3
Merge pull request #711 from ericchiang/themes
...
*: add theme based frontend configuration
10 years ago
Eric Chiang
391dc51c13
*: add theme based frontend configuration
...
This PR reworks the web layout so static files can be provided and
a "themes" directory to allow a certain degree of control over logos,
styles, etc.
This PR does NOT add general support for frontend customization,
only enough to allow us to start exploring theming internally.
The dex binary also must now be run from the root directory since
templates are no longer "compiled into" the binary.
The docker image has been updated with frontend assets.
10 years ago