Merge pull request #1939 from kounoike/pr-multi-mailaddress
Add extra mail address support.
commit 2c201aae61e5e40af6363a24112c786cfcba62d6
2 parents 8b2b36d + f61149a
@Naoki Takezoe Naoki Takezoe authored on 25 Apr 2018
GitHub committed on 25 Apr 2018
Showing 12 changed files
View
src/main/resources/update/gitbucket-core_4.24.xml 0 → 100644
View
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
View
src/main/scala/gitbucket/core/controller/AccountController.scala
View
src/main/scala/gitbucket/core/controller/ControllerBase.scala
View
src/main/scala/gitbucket/core/controller/SystemSettingsController.scala
View
src/main/scala/gitbucket/core/model/AccountExtraMailAddress.scala 0 → 100644
View
src/main/scala/gitbucket/core/model/Profile.scala
View
src/main/scala/gitbucket/core/service/AccountService.scala
View
src/main/twirl/gitbucket/core/account/edit.scala.html
View
src/main/twirl/gitbucket/core/account/register.scala.html
View
src/main/twirl/gitbucket/core/admin/user.scala.html
View
src/main/webapp/assets/common/js/gitbucket.js