Refactor
- Use self type annotation instead of extending
- Aggregate OIDC context to a case class
- Use companion object instead of dedicated utility class
1 parent ab10b77 commit 6db34cbb6bdc8b96e23aab548e6108396f63327c
@Hidetake Iwata Hidetake Iwata authored on 25 Jan 2018
Showing 6 changed files
View
src/main/scala/gitbucket/core/controller/IndexController.scala
View
src/main/scala/gitbucket/core/service/AccountFederationService.scala
View
src/main/scala/gitbucket/core/service/OpenIDConnectService.scala
View
src/main/scala/gitbucket/core/util/Keys.scala
View
src/main/scala/gitbucket/core/util/OpenIDConnectUtil.scala 100644 → 0
View
src/main/twirl/gitbucket/core/admin/system.scala.html