Merge branch 'master' into pr-add-account-webhook
commit 880c6ac5545d5fd0b2524c973457ba87a831c5e4
2 parents 0eab529 + 8e732c6
@Naoki Takezoe Naoki Takezoe authored on 18 Jun 2017
GitHub committed on 18 Jun 2017
Showing 125 changed files
View
.github/CONTRIBUTING.md
Too large (Show diff)
View
.gitignore
Too large (Show diff)
View
.travis.yml
Too large (Show diff)
View
LICENSE
Too large (Show diff)
View
README.md
Too large (Show diff)
View
build.sbt
Too large (Show diff)
View
doc/how_to_run.md
Too large (Show diff)
View
doc/notification.md
Too large (Show diff)
View
doc/release.md
Too large (Show diff)
View
project/build.properties
Too large (Show diff)
View
sbt-launch-0.13.12.jar 100644 → 0
Too large (Show diff)
View
sbt.bat 100644 → 0
Too large (Show diff)
View
sbt.sh 100755 → 0
Too large (Show diff)
View
src/main/java/JettyLauncher.java
Too large (Show diff)
View
src/main/resources/update/gitbucket-core_4.14.sql 0 → 100644
Too large (Show diff)
View
src/main/resources/update/gitbucket-core_4.14.xml 0 → 100644
Too large (Show diff)
View
src/main/scala/ScalatraBootstrap.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/api/ApiContents.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/api/ApiRepository.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/api/CreateAStatus.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/AccountController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/ApiController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/ControllerBase.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/FileUploadController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/IndexController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/IssuesController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/PrioritiesController.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/PullRequestsController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/RepositorySettingsController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/RepositoryViewerController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/SystemSettingsController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/WikiController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/BasicTemplate.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/DeployKey.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/Issue.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/Milestone.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/Priorities.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/Profile.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/AccountHook.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/IssueHook.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/Plugin.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/PluginRegistory.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/AccountService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/ActivityService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/HandleCommentService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/IssueCreationService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/IssuesService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/MilestonesService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/PrioritiesService.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/ProtectedBranchService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/PullRequestService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/RepositoryCreationService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/RepositoryService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/WebHookService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/WikiService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/servlet/GitAuthenticationFilter.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/servlet/GitRepositoryServlet.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/servlet/PluginAssetsServlet.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/ssh/GitCommand.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/ssh/PublicKeyAuthenticator.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/ssh/SshUtil.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/AuthUtil.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/JGitUtil.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/Notifier.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/RepositoryName.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/StringUtil.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/TextAvatarUtil.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/Validations.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/view/AvatarImageProvider.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/view/Markdown.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/view/helpers.scala
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/activity.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/application.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/edit.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/menu.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/ssh.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/admin/menu.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/admin/system.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/header.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/branchcontrol.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/diff.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/dropdown.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/preview.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/index.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/commentlist.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/create.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/issue.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/issueinfo.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/list.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/listparts.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/priorities/edit.scala.html 0 → 100644
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/priorities/list.scala.html 0 → 100644
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/priorities/priority.scala.html 0 → 100644
Too large (Show diff)
View
src/main/twirl/gitbucket/core/main.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/menu.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/pulls/compare.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/pulls/conversation.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/pulls/pullreq.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/branches.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/delete.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/editor.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/files.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/forked.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/upload.scala.html 0 → 100644
Too large (Show diff)
View
src/main/twirl/gitbucket/core/settings/branches.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/settings/branchprotection.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/settings/edithooks.scala.html
Too large (Show diff)
View
src/main/webapp/assets/common/css/gitbucket.css
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_444444_256x240.png 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_555555_256x240.png 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_777620_256x240.png 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_777777_256x240.png 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_cc0000_256x240.png 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_ffffff_256x240.png 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.min.css 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.min.js 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.structure.min.css 0 → 100644
Too large (Show diff)
View
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.theme.min.css 0 → 100644
Too large (Show diff)
View
src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala
Too large (Show diff)
View
src/test/scala/gitbucket/core/service/ServiceSpecBase.scala
Too large (Show diff)
View
src/test/scala/gitbucket/core/view/AvatarImageProviderSpec.scala
Too large (Show diff)