Merge remote-tracking branch 'upstream/master' into pr-editorconfig-for-repository
commit fd6b658565ff7062a88f61e4c1ea7bfa0da38bea
2 parents 58381c3 + f01c65d
@KOUNOIKE Yuusuke KOUNOIKE Yuusuke authored on 1 Jul 2018
Showing 112 changed files
View
CHANGELOG.md
Too large (Show diff)
View
README.md
Too large (Show diff)
View
build.sbt
Too large (Show diff)
View
doc/comment_action.md
Too large (Show diff)
View
doc/jrebel.md 100644 → 0
Too large (Show diff)
View
doc/readme.md
Too large (Show diff)
View
doc/release.md
Too large (Show diff)
View
plugins.json 100644 → 0
Too large (Show diff)
View
project/build.properties
Too large (Show diff)
View
project/plugins.sbt
Too large (Show diff)
View
src/main/resources/bundle-plugins.txt 0 → 100644
Too large (Show diff)
View
src/main/resources/update/gitbucket-core_4.24.xml 0 → 100644
Too large (Show diff)
View
src/main/resources/update/gitbucket-core_4.25.xml 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/api/ApiPullRequestReviewComment.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/DashboardController.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/PreProcessController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/PullRequestsController.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/controller/ReleasesController.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/AccountExtraMailAddress.scala 0 → 100644
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/Comment.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/model/Profile.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/IssueHook.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/PluginRegistry.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/plugin/PluginRepository.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/AccessTokenService.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/CommitsService.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/MergeService.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/RepositoryService.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/service/SystemSettingsService.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/InitializeListener.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/servlet/PluginAssetsServlet.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/Authenticator.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/Directory.scala
Too large (Show diff)
View
src/main/scala/gitbucket/core/util/FileUtil.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/StringUtil.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/edit.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/main.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/members.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/newrepo.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/register.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/account/repositories.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/admin/plugins.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/admin/settings_system.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/admin/user.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/admin/userlist.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/issues.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/pulls.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/repos.scala.html 0 → 100644
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/dashboard/tab.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/activities.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/commitcomment.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/helper/commitcomments.scala.html 0 → 100644
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/forkrepository.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/commentform.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/editcomment.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/issues/editissue.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/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/commits.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/files.scala.html 0 → 100644
Too large (Show diff)
View
src/main/twirl/gitbucket/core/pulls/menu.scala.html 0 → 100644
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 100644 → 0
Too large (Show diff)
View
src/main/twirl/gitbucket/core/releases/list.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/releases/release.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/blob.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/commentform.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/commit.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/repo/commits.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/editcomment.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/find.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
Too large (Show diff)
View
src/main/twirl/gitbucket/core/search/repositories.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/settings/menu.scala.html
Too large (Show diff)
View
src/main/twirl/gitbucket/core/wiki/history.scala.html
Too large (Show diff)
View
src/main/webapp/WEB-INF/web.xml
Too large (Show diff)
View
src/main/webapp/assets/common/css/gitbucket.css
Too large (Show diff)
View
src/main/webapp/assets/common/js/gitbucket.js
Too large (Show diff)
View
src/main/webapp/assets/vendors/facebox/facebox.css
Too large (Show diff)
View
src/test/scala/gitbucket/core/api/JsonFormatSpec.scala
Too large (Show diff)
View
src/test/scala/gitbucket/core/view/AvatarImageProviderSpec.scala
Too large (Show diff)