takezoe
e3fd564efd
(refs #241 )Work for specifying group manager
2014-03-04 04:25:44 +09:00
takezoe
17920e1195
(refs #198 )Allow group editing by group members.
2014-03-03 01:45:00 +09:00
takezoe
d870896cfb
Rename CreateRepositoryController to CreateController.
2014-03-03 01:21:22 +09:00
takezoe
270eb7cf1d
(refs #198 )Allow create group by normal users.
2014-03-03 01:17:52 +09:00
takezoe
04e4572088
Merge branch '1.11-update'
2014-03-03 00:04:18 +09:00
takezoe
0961eb5976
(refs #279 )Fix redirect url generation.
1.11
2014-03-02 23:55:03 +09:00
takezoe
ec09adf03e
Merge branch 'odz-closing-issues-via-commit-messages'
2014-03-02 04:49:53 +09:00
takezoe
b031103df8
(refs #218 )Separate StringUtil#extractCloseId() to add unit test.
2014-03-02 04:49:14 +09:00
takezoe
7701521a2e
Fix to use Exception#ignoring to ignore Exception.
2014-03-02 04:24:24 +09:00
takezoe
0c683d4f75
Merge branch 'closing-issues-via-commit-messages' of https://github.com/odz/gitbucket into odz-closing-issues-via-commit-messages
2014-03-02 04:02:45 +09:00
Naoki Takezoe
200d095034
Merge pull request #290 from lefou/compare-email-caseinsensitive
...
Compare email adresses case-insensitive.
2014-03-02 01:35:00 +09:00
takezoe
94576a876a
(refs #280 )Commit count limitation is changed to 10000 from 1000.
2014-03-02 01:23:30 +09:00
takezoe
0fa1922bb0
Small fix to pull request #289
2014-03-02 01:05:42 +09:00
Naoki Takezoe
c557905858
Merge pull request #289 from lefou/description-in-header
...
Show repository description below the name on repository page.
2014-03-02 00:56:07 +09:00
takezoe
31b21d74b1
Remove --https option.
2014-03-02 00:25:56 +09:00
takezoe
153244c390
Update README.mf for GitBucket 1.11 release
2014-03-01 15:26:10 +09:00
takezoe
e97b5c3c89
(refs #279 )Remove --https option because it's possible to substitute in the base url configuration.
2014-03-01 15:24:55 +09:00
takezoe
374893a5ae
Apply scala.util.control.Exception to exception handling.
2014-03-01 15:22:58 +09:00
takezoe
17f581f654
(refs #279 )Override ScalatraBase#fullUrl() to apply the configured base url to redirection.
2014-03-01 15:19:42 +09:00
takezoe
590b431ec1
Add FlashMapSupport to ControllerBase.
2014-03-01 13:27:36 +09:00
takezoe
98266fe0e1
(refs #279 )Fix webhook URL to use the configured base URL.
2014-03-01 13:05:42 +09:00
Tobias Roeser
f13d757976
Compare email adresses case-insensitive.
2014-02-28 16:28:40 +01:00
Tobias Roeser
7a0a62af2d
Show repository description below the name on repository page.
2014-02-28 15:25:32 +01:00
Naoki Takezoe
b620307983
Merge pull request #287 from lefou/correct-readme-name
...
Show the correct name of the readme file
2014-02-27 15:37:55 +09:00
Tobias Roeser
2c14dfb781
Show the correct name of the readme file (instead of showing always README.md).
2014-02-26 12:09:14 +01:00
odz
8b5414c8f7
Merge branch 'master' into closing-issues-via-commit-messages
...
Conflicts:
src/main/scala/app/PullRequestsController.scala
src/main/scala/servlet/GitRepositoryServlet.scala
2014-02-25 00:07:25 +09:00
Naoki Takezoe
1f71619b6b
Merge pull request #281 from maliayas/patch-1
...
Apply GitHub diff colors
2014-02-24 12:15:57 +09:00
Naoki Takezoe
5b34b9c795
Update README.md
2014-02-24 02:34:13 +09:00
Naoki Takezoe
99d15899f6
Update README.md
2014-02-24 02:32:19 +09:00
takezoe
c114a8b507
(refs #279 )Fix TestCase.
2014-02-24 02:16:18 +09:00
takezoe
0dd37c2481
(refs #279 )Fix redirect URL generation in authentication.
2014-02-24 02:14:10 +09:00
Ali Ayas
b5d7c96bba
Apply GitHub diff colors
...
However, jsdifflib is still not a good approach. It requires dumping all the two text to the browser and do the work there. Instead, maybe the diff should be taken from the git itself and highlighting should be applied on that.
OTOH, word level diff would be good when applicable (like GitHub does).
2014-02-23 13:11:10 +02:00
takezoe
a76792ced4
(refs #279 )Add configuration to specify the base URL. But still one problem has not been resolved.
2014-02-22 14:20:51 +09:00
takezoe
39091240ff
(refs #60 )Mentioned issue reference from other issue or issue comment.
2014-02-22 05:13:39 +09:00
takezoe
0ccb753892
(refs #187 )Add large icons for repository.
2014-02-22 02:00:49 +09:00
takezoe
63dda84c8b
Add Version 1.11
2014-02-21 12:05:15 +09:00
takezoe
7ba1f85d48
(refs #187 )Repository icons are updated.
2014-02-21 11:39:02 +09:00
takezoe
bb9a23fe0f
Fix TestCase.
2014-02-20 03:40:06 +09:00
takezoe
8536824d7e
(refs #231 )Fix anchor icon style and apply URL encoding to non-ascii chars in anchor name.
2014-02-19 03:40:39 +09:00
takezoe
78073babe4
(refs #231 )Add anchor icon for headlines in Markdown.
2014-02-19 03:19:34 +09:00
Naoki Takezoe
521d15219c
Merge pull request #272 from jeffreyolchovy/issue/231
...
Fix for #231 : Generate headline anchor in Wiki pages
2014-02-11 04:53:37 +09:00
Naoki Takezoe
7469a3c349
Merge pull request #270 from rndstr/patch-1
...
Update new data directory in README.md
2014-02-10 07:50:40 +09:00
Jeffrey Olchovy
153a32e340
(refs #231 )Generate anchors for headers in wiki markup
2014-02-08 13:59:27 -05:00
Roland Schilter
f155d4f150
Update new data directory in README.md
2014-02-08 13:11:13 +01:00
takezoe
d683dd2c38
(refs #268 )Fix label filter bug when label contains whitespaces.
2014-02-08 07:04:18 +09:00
takezoe
7ebba741a8
(refs #232 )Highlight lines which are specified by URL hash.
2014-02-08 06:52:50 +09:00
takezoe
d10f683098
(refs #259 )Add underline to h1 and h2 in div.markdown-body.
2014-02-08 05:14:26 +09:00
takezoe
0270133ecf
(refs #267 )Improve H2 connectivity
2014-02-08 05:06:24 +09:00
takezoe
d7b479d97d
(refs #265 )Fix label pulldown position.
2014-02-08 05:04:06 +09:00
takezoe
4366c512fe
(refs #265 )Label editing for the pull request.
2014-02-05 03:07:37 +09:00