Commit Graph

  • 38328b2ffe What charset should be used to make patch? Naoki Takezoe 2017-09-05 12:02:23 +09:00
  • 3cce4e5308 Merge pull request #1670 from gitbucket/feature/get-single-commit-api Naoki Takezoe 2017-09-05 11:57:04 +09:00
  • 757292d670 Fix response of get single commit API Naoki Takezoe 2017-09-05 11:40:58 +09:00
  • ef16804b49 Make patch from DiffEntry Naoki Takezoe 2017-09-05 11:26:55 +09:00
  • dafabb6278 Fix import Naoki Takezoe 2017-09-05 09:31:45 +09:00
  • 1f37362da4 Merge branch 'master' into feature/get-single-commit-api Naoki Takezoe 2017-09-05 09:28:36 +09:00
  • 1dba28d153 (refs #1643)Create issue reference comment Naoki Takezoe 2017-09-04 19:17:25 +09:00
  • e83b017ef2 (refs #1695)Fix plugin controllers mapping Naoki Takezoe 2017-09-04 18:46:07 +09:00
  • eeabbfd599 Fix plugin reloading from PluginWatchThread Naoki Takezoe 2017-09-03 22:36:03 +09:00
  • 55a8602bba (#1685)Call PullRequestHook.addedComment for PR code comment Naoki Takezoe 2017-09-03 04:39:20 +09:00
  • 2e80e3baaf Fix testcase Naoki Takezoe 2017-09-03 03:52:00 +09:00
  • 3134bb0428 (refs #1687)Bump notification plugin to 1.1.0 4.16.0 Naoki Takezoe 2017-09-02 13:43:44 +09:00
  • 134b5df6a2 (refs #1675)Drop debug option because it can't be configure at settings form Naoki Takezoe 2017-09-02 13:42:14 +09:00
  • aab84d9275 Update README.md Naoki Takezoe 2017-09-02 01:35:13 +09:00
  • 5209c29d0f Update README.md Naoki Takezoe 2017-09-02 01:32:34 +09:00
  • cc975f8ffa Release 4.16.0 Naoki Takezoe 2017-09-02 01:30:06 +09:00
  • 125040f90b (refs #1688)Fix regex which is used to extract user and repository name from URL Naoki Takezoe 2017-09-01 00:58:49 +09:00
  • 7009aaeb24 Merge pull request #1675 from kounoike/pr-handle-errors Naoki Takezoe 2017-08-29 01:26:21 +09:00
  • a135c6977f Merge pull request #1683 from int128/fix-api-branch-with-slash Naoki Takezoe 2017-08-29 01:23:18 +09:00
  • 55991a6f17 Merge pull request #1690 from uli-heller/blocking-slick-32-0.0.10 Naoki Takezoe 2017-08-29 01:20:18 +09:00
  • 17e1de6174 Bump to 4.16.0-SNAPSHOT Naoki Takezoe 2017-08-28 19:24:06 +09:00
  • 12a58f393e blocking-slick-32: 0.0.9 -> 0.0.10 Uli Heller 2017-08-25 08:18:59 +02:00
  • ebb57a80e3 Fix branch API did not accept branch name with slash Hidetake Iwata 2017-08-21 17:55:25 +09:00
  • 7a53bd8766 Merge pull request #1672 from kounoike/pr-support-textmsg-in-email Naoki Takezoe 2017-08-21 01:04:00 +09:00
  • d8b46b194d Merge branch 'master' into pr-support-textmsg-in-email Naoki Takezoe 2017-08-20 23:39:05 +09:00
  • 5db7d863ff Merge branch 'master' into pr-handle-errors Yuusuke KOUNOIKE 2017-08-20 22:28:34 +09:00
  • 7d7c11aa1a Merge AnonymousAccessController and GitHubCompatibleAccessController Naoki Takezoe 2017-08-20 22:18:36 +09:00
  • 95748a2f2f Merge pull request #1678 from int128/github-compat-url Naoki Takezoe 2017-08-20 22:02:58 +09:00
  • e77045abe3 Merge remote-tracking branch 'upstream/master' into pr-handle-errors KOUNOIKE Yuusuke 2017-08-20 21:50:34 +09:00
  • d73ddbdbcb Merge branch 'master' into github-compat-url Naoki Takezoe 2017-08-20 21:41:10 +09:00
  • 8893a4a456 Merge pull request #1681 from gitbucket/drop-jdk9-build Naoki Takezoe 2017-08-20 21:40:21 +09:00
  • 608112ce22 Drop JDK9 build Naoki Takezoe 2017-08-20 21:29:36 +09:00
  • 2e9155fbcc Merge branch 'master' into pr-support-textmsg-in-email Naoki Takezoe 2017-08-19 01:59:14 +09:00
  • f33a30c697 Merge pull request #1676 from kounoike/pr-skin-selectable Naoki Takezoe 2017-08-18 20:15:22 +09:00
  • e208dd5966 Implement as controller instead of filter Hidetake Iwata 2017-08-18 18:55:05 +09:00
  • a6cb71f9c3 remove helpers.skinName. (by review comment) KOUNOIKE Yuusuke 2017-08-18 01:55:56 +09:00
  • 91deeb969b Merge branch 'master' into pr-skin-selectable Naoki Takezoe 2017-08-18 01:00:20 +09:00
  • 040d812f2a add debug option to SystemSettings. and error page shows stacktrace only for admin or debug settings. KOUNOIKE Yuusuke 2017-08-17 17:48:53 +09:00
  • 772ac80764 Improve GitHub compatible URL Hidetake Iwata 2017-08-16 00:19:12 +09:00
  • ef67c94272 Merge branch 'master' into pr-support-textmsg-in-email Yuusuke KOUNOIKE 2017-08-15 03:26:17 +09:00
  • fdb4a6bdc6 change interface to textMsg: String, htmlMsg: Option[String]. SystemSettingsController calls Mailer.send directly. fix it too. KOUNOIKE Yuusuke 2017-08-15 03:22:25 +09:00
  • 57902af87c (refs #1553)Fixup Naoki Takezoe 2017-08-15 02:02:17 +09:00
  • 92fea3ff01 fix test. KOUNOIKE Yuusuke 2017-08-15 02:44:52 +09:00
  • cbd16169e4 (refs #1553)Fixup Naoki Takezoe 2017-08-15 02:02:17 +09:00
  • 299df34bf4 add AdminLTE skin selection feature. KOUNOIKE Yuusuke 2017-08-14 22:12:17 +09:00
  • 48a92df719 Handle errors to show errors prettify and logging it. KOUNOIKE Yuusuke 2017-08-14 18:36:34 +09:00
  • b806439e2f Merge branch 'master' into pr-support-textmsg-in-email shimamoto 2017-08-14 18:45:34 +09:00
  • 1db586c0bd Merge pull request #1671 from kounoike/pr-send-comment-at-merged Naoki Takezoe 2017-08-14 18:08:57 +09:00
  • 26e2bfbf43 Call addedComment hook(send notification) at PR merged. KOUNOIKE Yuusuke 2017-08-14 14:02:30 +09:00
  • 28c4ac6a19 Add support to MIME Text part. KOUNOIKE Yuusuke 2017-08-14 13:10:57 +09:00
  • c0d9d68fca Merge pull request #1553 from kounoike/pr-show-commitstaus-in-commits Naoki Takezoe 2017-08-14 12:01:40 +09:00
  • 122ed1dd0f Merge branch 'master' into pr-show-commitstaus-in-commits Yuusuke KOUNOIKE 2017-08-14 01:14:49 +09:00
  • f18b83999a Merge remote-tracking branch 'origin/master' Naoki Takezoe 2017-08-13 01:59:17 +09:00
  • fc28aacb52 (refs #1664)Bump to markedj 1.0.14 Naoki Takezoe 2017-08-13 01:59:00 +09:00
  • efdfe2b1b5 Implementing get single commit API Naoki Takezoe 2017-08-12 17:08:39 +09:00
  • 2872da4f94 Merge pull request #1669 from kounoike/pr-fix-1552 Naoki Takezoe 2017-08-12 20:34:03 +09:00
  • 5d3c5e7f3c Add query string for redirect, it required by git-2.12. close #1552 KOUNOIKE Yuusuke 2017-08-12 15:15:47 +09:00
  • a86fb480b2 Merge pull request #1668 from gitbucket/thread-safe-collection Naoki Takezoe 2017-08-12 04:45:59 +09:00
  • 7daf33c149 Merge branch 'master' into thread-safe-collection Naoki Takezoe 2017-08-12 04:37:14 +09:00
  • 0d9afdc939 (refs #1664)Bump to markedj 1.0.14-SNAPSHOT Naoki Takezoe 2017-08-12 03:46:47 +09:00
  • a9a26193cd Improve shutdown of the plugin system Naoki Takezoe 2017-08-12 03:38:07 +09:00
  • 684973ea85 Merge pull request #1666 from HairyFotr/patch-8 Naoki Takezoe 2017-08-09 08:18:55 +09:00
  • 0149593272 Fix lint and typos HairyFotr 2017-08-08 20:27:30 +02:00
  • 1ae3df76bd Use thread-safe collection Naoki Takezoe 2017-08-07 17:53:32 +09:00
  • d8e0a06d93 Add the support guidelines Naoki Takezoe 2017-08-06 14:07:40 +09:00
  • b2d842ddd0 (refs #1654)Add --validate_password option Naoki Takezoe 2017-08-06 03:49:04 +09:00
  • 580374208f Merge remote-tracking branch 'origin/master' Naoki Takezoe 2017-08-06 03:38:25 +09:00
  • 8ab96f09cb Update ISSUES.UPDATED_DATE column when issue attriibutes are updated Naoki Takezoe 2017-08-06 03:38:22 +09:00
  • f5b6728358 Merge pull request #1659 from kounoike/pr-api-pr-merged Naoki Takezoe 2017-08-06 03:20:12 +09:00
  • c7d46ee18f Merge branch 'master' into pr-api-pr-merged Naoki Takezoe 2017-08-06 02:59:51 +09:00
  • eafdd0fb61 Update README.md 4.15.0 Naoki Takezoe 2017-08-05 11:45:45 +09:00
  • a14394dd88 Gist, Emoji and Pages plugin are disabled in default Naoki Takezoe 2017-07-31 11:59:19 +09:00
  • e28b0394ec Update README.md Naoki Takezoe 2017-07-31 09:35:43 +09:00
  • 11903e9728 Update README.md Naoki Takezoe 2017-07-31 09:34:04 +09:00
  • 0e498d1a81 Add a special rule for pages-plugin's url Naoki Takezoe 2017-07-31 01:29:13 +09:00
  • f073112814 fixup KOUNOIKE Yuusuke 2017-07-30 13:52:27 +09:00
  • 9ee71e9f25 fix getMergedComment for PR API merged field. KOUNOIKE Yuusuke 2017-07-30 11:39:36 +09:00
  • 0aafc16648 Merge pull request #1657 from uli-heller/scala-2.12.3 kenji yoshida 2017-07-29 16:59:09 +09:00
  • 58246a91b0 scala-2.12.3 Uli Heller 2017-07-28 11:49:09 +02:00
  • 53ae59271a Add pages plugin Naoki Takezoe 2017-07-27 07:34:42 +09:00
  • 1a2e4e72bd Update bundle plugin information Naoki Takezoe 2017-07-26 00:53:23 +09:00
  • 2a83c1b9ba Add null check Naoki Takezoe 2017-07-25 12:35:41 +09:00
  • 5b245978d4 Update README.md Naoki Takezoe 2017-07-25 02:14:00 +09:00
  • 1463cee2a4 Log bundle plugins downloading Naoki Takezoe 2017-07-24 20:29:08 +09:00
  • f4b910c268 Download bundle plugins from plugins.json Naoki Takezoe 2017-07-24 20:26:30 +09:00
  • d39c371635 Bundling plugins is executed in packaging of the executable war file Naoki Takezoe 2017-07-24 14:26:45 +09:00
  • 19b3c2a265 Update bundled plugins Naoki Takezoe 2017-07-23 01:05:43 +09:00
  • 28efc38fc4 Fixup Naoki Takezoe 2017-07-22 16:00:51 +09:00
  • 6a7e948e89 Tweak copy button style Naoki Takezoe 2017-07-22 15:40:35 +09:00
  • 645d23b531 (refs #1635)Fix scrollbar issue Naoki Takezoe 2017-07-22 15:08:26 +09:00
  • 50ae5bb7cc Bump to blocking-slick 0.0.9 (Slick 3.2.1) Naoki Takezoe 2017-07-22 02:36:39 +09:00
  • 38728910cb Merge pull request #1652 from aruneko/support_ed25519_key Naoki Takezoe 2017-07-22 01:42:04 +09:00
  • e2f695777d support ed25519 key Aruneko 2017-07-21 22:36:03 +09:00
  • 06a98d0f94 (refs #1644)Bump markedj to 1.0.13 Naoki Takezoe 2017-07-19 03:16:04 +09:00
  • 944cbf04ed Enhance --plugin_dir option behavior Naoki Takezoe 2017-07-18 13:04:32 +09:00
  • 84891abc04 Merge pull request #1648 from gitbucket/travis-java9-build Naoki Takezoe 2017-07-18 01:37:03 +09:00
  • a848bb43b6 Scraping JDK file name Naoki Takezoe 2017-07-18 01:13:49 +09:00
  • d57a2e5eae Test for oraclejdk9 build Naoki Takezoe 2017-07-17 23:50:12 +09:00
  • d1adcb876d Merge pull request #1647 from gitbucket/feature/preview-comment-edit Naoki Takezoe 2017-07-17 23:15:13 +09:00
  • 8505d8ae0e Change position of buttons in comment editing forms Naoki Takezoe 2017-07-17 22:44:53 +09:00