nazoking
|
83bcbef6ce
|
move json extract logic to ControllerBase
|
2015-02-27 13:40:08 +09:00 |
|
nazoking
|
47cb4d1c49
|
add some WebAPI/v3.
* [Users](https://developer.github.com/v3/users/) get-a-single-user
* [Issues/Comments](https://developer.github.com/v3/issues/comments/) list-comments-on-an-issue, create-a-comment
* [Pull Requests](https://developer.github.com/v3/pulls/) list-pull-requests, get-a-single-pull-request, list-commits-on-a-pull-request
* [Repositories](https://developer.github.com/v3/repos/) get
|
2015-02-27 13:40:07 +09:00 |
|
nazoking
|
32799cead7
|
more github like
|
2015-02-27 13:37:55 +09:00 |
|
nazoking
|
dbedc2166b
|
fix typo
|
2015-02-27 13:37:54 +09:00 |
|
nazoking
|
e86b404ca2
|
date time format to iso-8601 ( fit The GitHub spec )
|
2015-02-27 13:37:53 +09:00 |
|
nazoking
|
321a3a72f0
|
call web hook on issue or pull_request both opened or closed. and issue_comment.
|
2015-02-27 13:37:52 +09:00 |
|
nazoking
|
b512e7c390
|
make WebHookPullRequestPayload
|
2015-02-27 13:37:51 +09:00 |
|
nazoking
|
ae7ead6272
|
Add "X-Github-Event" header, and change interface.
|
2015-02-27 13:37:50 +09:00 |
|
nazoking
|
db55719a6f
|
fix typo
|
2015-02-27 13:37:49 +09:00 |
|
nazoking
|
4e1094e75b
|
add test
|
2015-02-27 13:37:48 +09:00 |
|
nazoking
|
3fd97662f5
|
Add Authorization logic to Controller
|
2015-02-27 13:37:47 +09:00 |
|
nazoking
|
d6946b93c3
|
Add access token table and manage ui.
|
2015-02-27 13:37:46 +09:00 |
|
Naoki Takezoe
|
20217058fe
|
Merge branch 'feature/new-branches-ui' of https://github.com/team-lab/gitbucket into team-lab-feature/new-branches-ui
Conflicts:
src/main/scala/service/PullRequestService.scala
|
2015-02-27 02:05:02 +09:00 |
|
Naoki Takezoe
|
e67365a19f
|
Fix problem about milestone in issues and pull requests
|
2015-02-26 11:20:41 +09:00 |
|
Naoki Takezoe
|
c2f1817c6a
|
Avoid exception when filter box is empty
|
2015-02-25 21:42:22 +09:00 |
|
Naoki Takezoe
|
4a948d9b01
|
Fix monospace style
|
2015-02-24 00:10:06 +09:00 |
|
Shintaro Murakami
|
377bc2703b
|
(refs #630) Fix bug on changing issues status.
|
2015-02-23 02:41:56 +09:00 |
|
Naoki Takezoe
|
196890b26f
|
Fix Test
|
2015-02-20 13:39:47 +09:00 |
|
Naoki Takezoe
|
491fc2c164
|
Merge branch 'new-plugin-system'
Conflicts:
src/main/scala/servlet/InitializeListener.scala
|
2015-02-20 13:32:50 +09:00 |
|
Naoki Takezoe
|
1bed38f175
|
Change order of plug-in controller registration
|
2015-02-20 13:08:38 +09:00 |
|
Naoki Takezoe
|
b124c31f65
|
Plug-in action to be Scalatra controller
|
2015-02-20 09:29:44 +09:00 |
|
Naoki Takezoe
|
8c588cbd66
|
Provides Slick Session to plug-ins via ThreadLocal
|
2015-02-16 13:14:52 +09:00 |
|
shimamoto
|
334753b1ad
|
Remove unnecessary ServletContext.
|
2015-02-15 21:39:31 +09:00 |
|
Naoki Takezoe
|
ab564cc2d4
|
Merge branch 'master' into new-plugin-system
Conflicts:
src/main/scala/servlet/AutoUpdateListener.scala
|
2015-02-14 23:40:43 +09:00 |
|
Naoki Takezoe
|
b10839a5c2
|
Add comment
|
2015-02-14 23:28:21 +09:00 |
|
shimamoto
|
bb3323fb0e
|
Merge pull request #605 from rlazoti/add-connection-pool
Add Connection Pool
|
2015-02-14 22:56:00 +09:00 |
|
Naoki Takezoe
|
9f6afaed07
|
Add Result case classes for plugin
|
2015-02-10 02:28:22 +09:00 |
|
Naoki Takezoe
|
925420734e
|
Render Html with layout template
|
2015-02-08 23:51:21 +09:00 |
|
Naoki Takezoe
|
fb6bb12c52
|
Give Context to plugin actions
|
2015-02-08 23:09:30 +09:00 |
|
Naoki Takezoe
|
22d12d0488
|
Use util.Version for GitBucket migration
|
2015-02-08 22:35:58 +09:00 |
|
Naoki Takezoe
|
6888d959e1
|
Add migration system for plugins
|
2015-02-08 22:31:09 +09:00 |
|
Naoki Takezoe
|
225abfa126
|
Merge branch 'sidemenu-tooltips' of https://github.com/marklacroix/gitbucket into marklacroix-sidemenu-tooltips
|
2015-02-07 17:54:29 +09:00 |
|
Naoki Takezoe
|
7e77398645
|
Add prototype of global action support
|
2015-02-07 13:12:05 +09:00 |
|
Naoki Takezoe
|
73c76a5a88
|
Add plugin interfaces
|
2015-02-07 10:03:23 +09:00 |
|
Mark LaCroix
|
e5fca0d6cc
|
Fix blinking tooltips on side menu
|
2015-02-06 16:48:54 -05:00 |
|
Yota Ichino
|
dd54ab31cb
|
Fix facebox resource URLs.
|
2015-02-05 01:50:07 +09:00 |
|
Naoki Takezoe
|
6a758902ef
|
Small fix for #615
|
2015-02-01 12:55:37 +09:00 |
|
Naoki Takezoe
|
0d81a9a9b6
|
Merge pull request #615 from team-lab/fix/xss-by-raw-html
fix/xss by raw html
|
2015-02-01 12:44:15 +09:00 |
|
Naoki Takezoe
|
6e4f6da633
|
Merge pull request #612 from team-lab/fix/update-pullrequest-on-commit-by-online-editor
fix/update pullrequest when file edited by online editor
|
2015-01-31 18:19:46 +09:00 |
|
HairyFotr
|
8161560757
|
Fix typo
|
2015-01-30 21:34:25 +01:00 |
|
nazoking
|
9ba564c864
|
test/html is cause of xss
|
2015-01-30 15:32:53 +09:00 |
|
nazoking
|
06b5b92673
|
update pullrequest commitId on file edited by online editor
|
2015-01-30 04:14:04 +09:00 |
|
nazoking
|
a417c373f1
|
'New Pull Request' button if you logined.
|
2015-01-30 00:55:02 +09:00 |
|
nazoking
|
5f5cc8d454
|
add action link to pull request.
|
2015-01-30 00:30:11 +09:00 |
|
nazoking
|
0acbaeae86
|
new branches ui like GitHub.
|
2015-01-29 21:38:50 +09:00 |
|
Shintaro Murakami
|
bd046da3d0
|
(refs #532) Fix rendering of link over image
|
2015-01-28 00:09:34 +09:00 |
|
Naoki Takezoe
|
a889ed7c46
|
Merge pull request #591 from marklacroix/anon-access
(refs #274) Add option to deny anonymous (i.e. unauthorized) access
|
2015-01-27 10:28:11 +09:00 |
|
Naoki Takezoe
|
e24684cb2b
|
Update favicon
|
2015-01-25 20:01:12 +09:00 |
|
Naoki Takezoe
|
5f939c18b4
|
(refs #609)Convert labelId when rename repository
|
2015-01-25 14:45:37 +09:00 |
|
takezoe
|
d412dd5009
|
(refs #600)Fix broken layout
|
2015-01-25 01:16:03 +09:00 |
|