Merge branch 'master' into fork-button
commit 79a7df254e23491ac9c2b13887821f8a6d1b81a6
2 parents 6e4a203 + 163fcd8
@Naoki Takezoe Naoki Takezoe authored on 20 Jun 2018
Showing 77 changed files
View
CHANGELOG.md
View
README.md
View
build.sbt
View
doc/comment_action.md
View
plugins.json
View
project/build.properties
View
src/main/resources/update/gitbucket-core_4.25.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/ApiController.scala
View
src/main/scala/gitbucket/core/controller/ControllerBase.scala
View
src/main/scala/gitbucket/core/controller/DashboardController.scala
View
src/main/scala/gitbucket/core/controller/IndexController.scala
View
src/main/scala/gitbucket/core/controller/IssuesController.scala
View
src/main/scala/gitbucket/core/controller/PullRequestsController.scala
View
src/main/scala/gitbucket/core/controller/ReleasesController.scala
View
src/main/scala/gitbucket/core/controller/RepositoryViewerController.scala
View
src/main/scala/gitbucket/core/controller/SystemSettingsController.scala
View
src/main/scala/gitbucket/core/plugin/IssueHook.scala
View
src/main/scala/gitbucket/core/service/AccessTokenService.scala
View
src/main/scala/gitbucket/core/service/AccountService.scala
View
src/main/scala/gitbucket/core/service/IssuesService.scala
View
src/main/scala/gitbucket/core/service/RepositoryService.scala
View
src/main/scala/gitbucket/core/service/SystemSettingsService.scala
View
src/main/scala/gitbucket/core/servlet/GitRepositoryServlet.scala
View
src/main/scala/gitbucket/core/servlet/PluginAssetsServlet.scala
View
src/main/scala/gitbucket/core/util/FileUtil.scala
View
src/main/scala/gitbucket/core/util/JGitUtil.scala
View
src/main/scala/gitbucket/core/util/StringUtil.scala
View
src/main/scala/gitbucket/core/view/helpers.scala
View
src/main/twirl/gitbucket/core/account/activity.scala.html
View
src/main/twirl/gitbucket/core/account/main.scala.html
View
src/main/twirl/gitbucket/core/account/members.scala.html
View
src/main/twirl/gitbucket/core/account/newrepo.scala.html
View
src/main/twirl/gitbucket/core/account/repositories.scala.html
View
src/main/twirl/gitbucket/core/admin/settings_system.scala.html
View
src/main/twirl/gitbucket/core/admin/userlist.scala.html
View
src/main/twirl/gitbucket/core/dashboard/issues.scala.html
View
src/main/twirl/gitbucket/core/dashboard/pulls.scala.html
View
src/main/twirl/gitbucket/core/dashboard/repos.scala.html 0 → 100644
View
src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html
View
src/main/twirl/gitbucket/core/dashboard/tab.scala.html
View
src/main/twirl/gitbucket/core/helper/activities.scala.html
View
src/main/twirl/gitbucket/core/helper/commitcomment.scala.html
View
src/main/twirl/gitbucket/core/helper/commitcomments.scala.html
View
src/main/twirl/gitbucket/core/helper/diff.scala.html
View
src/main/twirl/gitbucket/core/helper/forkrepository.scala.html
View
src/main/twirl/gitbucket/core/helper/preview.scala.html
View
src/main/twirl/gitbucket/core/index.scala.html
View
src/main/twirl/gitbucket/core/issues/commentlist.scala.html
View
src/main/twirl/gitbucket/core/issues/editcomment.scala.html
View
src/main/twirl/gitbucket/core/issues/editissue.scala.html
View
src/main/twirl/gitbucket/core/issues/issueinfo.scala.html
View
src/main/twirl/gitbucket/core/main.scala.html
View
src/main/twirl/gitbucket/core/pulls/commits.scala.html
View
src/main/twirl/gitbucket/core/pulls/compare.scala.html
View
src/main/twirl/gitbucket/core/pulls/conversation.scala.html
View
src/main/twirl/gitbucket/core/pulls/files.scala.html
View
src/main/twirl/gitbucket/core/pulls/menu.scala.html
View
src/main/twirl/gitbucket/core/releases/list.scala.html
View
src/main/twirl/gitbucket/core/releases/release.scala.html
View
src/main/twirl/gitbucket/core/repo/blob.scala.html
View
src/main/twirl/gitbucket/core/repo/commentform.scala.html
View
src/main/twirl/gitbucket/core/repo/commit.scala.html
View
src/main/twirl/gitbucket/core/repo/editcomment.scala.html
View
src/main/twirl/gitbucket/core/repo/editor.scala.html
View
src/main/twirl/gitbucket/core/repo/files.scala.html
View
src/main/twirl/gitbucket/core/repo/find.scala.html
View
src/main/twirl/gitbucket/core/repo/forked.scala.html
View
src/main/twirl/gitbucket/core/search/repositories.scala.html
View
src/main/twirl/gitbucket/core/settings/menu.scala.html
View
src/main/twirl/gitbucket/core/wiki/history.scala.html
View
src/main/webapp/WEB-INF/web.xml
View
src/main/webapp/assets/common/css/gitbucket.css
View
src/main/webapp/assets/common/js/gitbucket.js
View
src/main/webapp/assets/vendors/facebox/facebox.css
View
src/test/scala/gitbucket/core/view/AvatarImageProviderSpec.scala