frontend
Fix: Do not list login methods without label
2019-04-22 20:07:22 +02:00
plugins
Fix: Even with offline access no refresh token is present
2019-05-13 22:43:14 +02:00
vendor
Vendor new dependencies for OIDC
2019-04-23 00:50:32 +02:00
.gitignore
Add automatic build
2018-01-28 15:53:34 +01:00
.repo-runner.yaml
Update repo-runner image
2018-07-26 22:42:47 +02:00
acl.go
Add special group for all authenticated users
2019-04-22 19:54:27 +02:00
acl_test.go
Add special group for all authenticated users
2019-04-22 19:54:27 +02:00
audit.go
Add timestamp to audit log ( #31 )
2019-01-06 15:35:59 +01:00
CODE_OF_CONDUCT.md
Adjust meta files, add COC
2018-12-29 00:04:40 +01:00
config.yaml
[ #35 ] Implement OpenID Connect auth provider
2019-04-23 00:50:32 +02:00
CONTRIBUTING.md
Adjust meta files, add COC
2018-12-29 00:04:40 +01:00
core.go
[ #35 ] Implement OpenID Connect auth provider
2019-04-23 00:50:32 +02:00
docker-start.sh
Use multi-stage build to reduce image size
2018-09-20 16:26:33 +02:00
Dockerfile
Enable CGO for plugin support
2019-02-22 00:41:36 +01:00
Gopkg.lock
Vendor new dependencies for OIDC
2019-04-23 00:50:32 +02:00
Gopkg.toml
[ #17 ] Implement audit logging
2018-11-17 14:42:56 +01:00
History.md
prepare release v0.21.2
2019-05-13 21:24:48 +02:00
LICENSE
Update README, add meta-files
2018-01-28 15:48:42 +01:00
main.go
Modernize login dialog
2019-04-22 19:43:56 +02:00
Makefile
Add automatic build
2018-01-28 15:53:34 +01:00
mfa.go
Move MFA plugins to own modules
2019-04-22 06:44:06 +02:00
plugins.go
Fix: Do not crash main program on incompatible plugins
2019-03-17 15:41:24 +01:00
pongo.go
Modernize login dialog
2019-04-22 19:43:56 +02:00
README.md
Move documentation to project Wiki
2018-12-29 00:01:43 +01:00
redirect.go
Fix: Use cookie for redirects after oAuth flow
2019-04-26 19:44:22 +02:00
redirect_test.go
Add default redirect URL for missing go-parameter
2019-04-21 03:43:36 +02:00
registry.go
Export errors for usage in plugins
2019-02-22 00:27:02 +01:00