takezoe
|
7e4c29f4cf
|
(refs #74)Remove an auxiliary constructor from case class because json4s can't serialize correctly if case class have that.
|
2013-09-19 00:47:46 +09:00 |
|
takezoe
|
32672262ef
|
Merge branch 'master' of https://github.com/takezoe/gitbucket
|
2013-09-18 20:13:17 +09:00 |
|
takezoe
|
d8698d02b7
|
(refs #74)Add "Test Hook" button.
|
2013-09-18 20:10:53 +09:00 |
|
shimamoto
|
accb1cf2ab
|
Refactoring.
|
2013-09-18 19:21:56 +09:00 |
|
takezoe
|
36115734bb
|
(refs #74)Web hook is completed.
|
2013-09-14 17:14:37 +09:00 |
|
takezoe
|
c1eccd391d
|
(refs #74)JSON conversion test.
|
2013-09-13 21:58:50 +09:00 |
|
takezoe
|
7c269de39b
|
(refs #74)Implementing conversion of web hook payload.
|
2013-09-13 03:24:34 +09:00 |
|
takezoe
|
35733cd82e
|
Merge branch 'master' into webhook
|
2013-09-05 14:53:58 +09:00 |
|
takezoe
|
c88b051121
|
Rolled back d84d40afea
|
2013-09-05 14:46:58 +09:00 |
|
takezoe
|
38df990033
|
Merge branch 'master' into webhook
|
2013-09-05 02:35:58 +09:00 |
|
takezoe
|
d84d40afea
|
Set init parameters using ServletContext#setInitParameter().
|
2013-09-04 02:19:04 +09:00 |
|
Tomofumi Tanaka
|
d588531ab8
|
Make configurable data(git,db) dir using env vars
|
2013-09-04 00:11:13 +09:00 |
|
takezoe
|
940e2f4759
|
(refs #74)Add WEB_HOOK table.
|
2013-09-02 18:17:28 +09:00 |
|
shimamoto
|
f5520e7991
|
(refs #10) Completed notification implementation.
|
2013-09-01 21:17:55 +09:00 |
|
takezoe
|
b9aa6a234b
|
(refs #78)Authentication moved to AccountService.
|
2013-08-17 11:05:11 +09:00 |
|
takezoe
|
88caff38f0
|
(refs #2)Fix pull request. Basic pattern had been tested but it's still unstable.
|
2013-07-24 22:05:36 +09:00 |
|
takezoe
|
1682eb3915
|
(refs #8)Add DDL to add new table and columns for group management.
|
2013-07-22 17:15:12 +09:00 |
|
takezoe
|
0c131ec990
|
Move FileUploadUtil to FileUploadControllerBase.
|
2013-07-19 20:33:40 +09:00 |
|
takezoe
|
897890e1b4
|
(refs #42)Requires BASIC authentication for /info/refs?service=git-receive-pack.
|
2013-07-19 03:23:19 +09:00 |
|
shimamoto
|
6035281ca1
|
Change action(IssueComment) to String type.
|
2013-07-17 12:37:48 +09:00 |
|
takezoe
|
60cd1320d2
|
Migration for wiki repository configuration in 1.3 which add http.receivepack=true.
|
2013-07-12 03:30:25 +09:00 |
|
takezoe
|
a129f53e0c
|
Remove fixed TODO.
|
2013-07-12 03:01:28 +09:00 |
|
takezoe
|
72e2c6dca7
|
Replace String#format() with string interpolation.
|
2013-07-11 20:19:11 +09:00 |
|
takezoe
|
f104fab593
|
Rename StringUtil#encrypt() to sha1().
|
2013-07-11 11:09:30 +09:00 |
|
takezoe
|
4893e9a58a
|
(refs #28)Remove debug code.
|
2013-07-10 18:26:09 +09:00 |
|
takezoe
|
79480c1d73
|
(refs #28)Remove unnecessary import statement.
|
2013-07-10 18:25:24 +09:00 |
|
takezoe
|
653872df8e
|
(refs #28)Add SessionCleanupListener.
|
2013-07-10 18:23:56 +09:00 |
|
takezoe
|
e4324258d3
|
(refs #28)Implementing avatar image uploading.
|
2013-07-10 11:34:36 +09:00 |
|
takezoe
|
777142b992
|
(refs #20)Ignore response.setCharacterEncoding().
|
2013-07-09 02:02:28 +09:00 |
|
takezoe
|
daa54029ed
|
(refs #20)Remove charset from Content-Type header.
|
2013-07-08 21:36:18 +09:00 |
|
takezoe
|
f13e2c0d71
|
Insert issue comment from commit message as 'commit' action.
|
2013-07-08 15:33:53 +09:00 |
|
takezoe
|
6005282d9f
|
(refs #4)The base of activity timeline is completed.
|
2013-07-07 13:40:04 +09:00 |
|
takezoe
|
129020dbc4
|
(refs #4)Implementing activity recording for git push.
|
2013-07-07 03:50:11 +09:00 |
|
takezoe
|
f84078c7ca
|
(refs #4)Add 'Public Activity' tab to the account information page.
|
2013-07-06 20:03:34 +09:00 |
|
takezoe
|
47bdb8da23
|
(refs #18)Add schema update to fix constraints for COLLABORATOR.
|
2013-07-04 18:46:01 +09:00 |
|
takezoe
|
07512f1df9
|
Fix problem when GitBucket is working on non root context.
|
2013-07-04 13:08:00 +09:00 |
|
takezoe
|
c3e668d200
|
Fix problem when GitBucket is working on non root context.
|
2013-07-04 12:50:10 +09:00 |
|
takezoe
|
d771cb5102
|
Fix TODO.
|
2013-07-04 04:10:53 +09:00 |
|
takezoe
|
0bda8cdab7
|
Rename general variable name isWritable to hasWritePermission.
|
2013-07-03 01:51:41 +09:00 |
|
shimamoto
|
87d8a19e37
|
Add close and re-open of the issue.
|
2013-07-01 21:05:52 +09:00 |
|
takezoe
|
435d488089
|
Append commit message as issue comment by commit hook.
|
2013-06-30 02:55:55 +09:00 |
|
takezoe
|
a9d0ddbf5a
|
Fix basic authentication to encrypt entered password.
|
2013-06-30 02:14:56 +09:00 |
|
takezoe
|
0294c32fb8
|
Change java.sql.Date to java.sql.Timestamp.
|
2013-06-22 14:35:37 +09:00 |
|
takezoe
|
65eb89475a
|
Update flag columns to BOOLEAN.
|
2013-06-21 13:24:58 +09:00 |
|
takezoe
|
7a3512ee18
|
Fix commit log presentation.
|
2013-06-19 04:27:57 +09:00 |
|
takezoe
|
676e6c6047
|
Fix the repository url.
|
2013-06-16 03:20:34 +09:00 |
|
takezoe
|
516f985a03
|
Fix authentication for the wiki repository.
|
2013-06-16 02:05:23 +09:00 |
|
takezoe
|
275f6f02f8
|
Remove debug code.
|
2013-06-05 10:35:22 +09:00 |
|
takezoe
|
a9104f51f1
|
Fix authentication for public repository.
|
2013-06-05 10:15:31 +09:00 |
|
takezoe
|
64beb295e5
|
Fix typo.
|
2013-06-05 09:54:36 +09:00 |
|