This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/server
Bobby Rullo e5948ab3ce *: ClientIdentityXXX -> ClientXXX
Get rid of all outdated "ClientIdentity" terminology.
2016-04-20 14:31:27 -07:00
..
admin.go *: Client Repo now deals with custom Client object 2016-04-20 14:31:27 -07:00
auth_middleware.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
auth_middleware_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
client_registration.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
client_registration_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
client_resource.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
client_resource_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
config.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
config_test.go server: add more validation to --no-db static file parsing 2016-04-11 16:21:31 -07:00
discovery_resource.go *: move original project to dex 2015-08-18 11:26:57 -07:00
discovery_resource_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
email_verification.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
email_verification_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
error.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
error_test.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
http.go Fix response_type missing param 2016-03-17 08:00:49 +01:00
http_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
invitation.go *: fix tests that care about email case sensitivity 2016-03-01 14:09:10 -08:00
invitation_test.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
password.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
password_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
register.go *: remove in memory session repos 2016-02-12 13:19:05 -08:00
register_test.go server: better UX when remote ID already exists 2015-12-23 17:11:03 -08:00
serialization.go *: move original project to dex 2015-08-18 11:26:57 -07:00
serialization_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
server.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
server_test.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
testutil.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00
user.go *: ClientIdentityXXX -> ClientXXX 2016-04-20 14:31:27 -07:00