takezoe
|
61e28146fb
|
Fix TODO
|
2014-03-16 02:10:48 +09:00 |
|
takezoe
|
99db825114
|
(refs #313)Add files which have FileMode.EXECUTABLE_FILE mode into zip file
|
2014-03-16 01:53:14 +09:00 |
|
takezoe
|
7341b377fe
|
Fix #314
|
2014-03-15 23:10:21 +09:00 |
|
takezoe
|
d86f40e3a2
|
Small fix
|
2014-03-15 16:06:49 +09:00 |
|
takezoe
|
02a367fd99
|
Add SystemSettings to Context properties
|
2014-03-15 01:24:34 +09:00 |
|
takezoe
|
d1c6c763e2
|
(refs #115)Add button to toggle http/ssh for wiki repository url box
|
2014-03-14 10:59:42 +09:00 |
|
takezoe
|
8777535431
|
(refs #115)Base URL is required if SSH access is enabled
|
2014-03-14 02:07:31 +09:00 |
|
takezoe
|
02d79cb16a
|
(refs #115)Add url switcher to the repository url box
|
2014-03-13 16:54:11 +09:00 |
|
takezoe
|
3d251fa8ad
|
(refs #115)Disable ssh key setting page if ssh access is disabled
|
2014-03-11 02:37:02 +09:00 |
|
takezoe
|
845f2d6faa
|
(refs #115)Start and stop sshd at the system settings
|
2014-03-10 00:44:25 +09:00 |
|
takezoe
|
1043b13228
|
(refs #115)Small fix for views
|
2014-03-09 01:48:30 +09:00 |
|
takezoe
|
5e6c33df6c
|
(refs #115)Fix account registration page and add public key deletion
|
2014-03-09 01:38:23 +09:00 |
|
takezoe
|
f99d37cfad
|
(refs #115)Adding SSH Key form is available
|
2014-03-09 00:57:00 +09:00 |
|
takezoe
|
2d0f59b6f2
|
(refs #307)Fix deletion problem for branches which contains '/'
|
2014-03-08 04:22:55 +09:00 |
|
takezoe
|
fbba29e810
|
(refs #303)Submodule support
|
2014-03-08 02:58:49 +09:00 |
|
takezoe
|
b641bfb56a
|
(refs #241)Modify AccountService#getGroupMembers() to returns list of GroupMember instead of Tuple2
|
2014-03-06 16:17:41 +09:00 |
|
takezoe
|
c89f04b926
|
(refs #241)Fix group editing in the administration console
|
2014-03-06 12:17:25 +09:00 |
|
takezoe
|
ff8b4b4a88
|
Move newrepo.scala.html to account package
|
2014-03-06 11:39:41 +09:00 |
|
takezoe
|
c0f5cb1641
|
Move group.scala.html to account package
|
2014-03-06 11:26:58 +09:00 |
|
takezoe
|
50d84835cb
|
Merge CreateController to AccountController
|
2014-03-06 11:24:28 +09:00 |
|
takezoe
|
8cdf4ef618
|
Merge branch 'improve-group'
|
2014-03-06 11:06:19 +09:00 |
|
takezoe
|
b732e0d55a
|
Fix error when base url is configured.
|
2014-03-05 22:12:34 +09:00 |
|
takezoe
|
d92a1cee1c
|
Replace Context#path with the base url if it's configured.
|
2014-03-05 19:18:50 +09:00 |
|
takezoe
|
c7a2ec8290
|
(refs #299)Fix redirection path in PullRequestsController
|
2014-03-05 16:23:27 +09:00 |
|
takezoe
|
aa5b9dbbbd
|
Remove unnecessary code
|
2014-03-05 04:23:44 +09:00 |
|
takezoe
|
f11be44c02
|
(refs #330)Return NotFound if specified file does not exist
|
2014-03-05 04:18:45 +09:00 |
|
takezoe
|
7a2c82461e
|
(refs #241)Group management improvement is completed in user side
|
2014-03-04 10:52:37 +09:00 |
|
takezoe
|
21f7888f55
|
(refs #241)Add validation for create / edit group form.
|
2014-03-04 10:23:44 +09:00 |
|
takezoe
|
e3fd564efd
|
(refs #241)Work for specifying group manager
|
2014-03-04 04:25:44 +09:00 |
|
takezoe
|
5cf96134d5
|
(refs #296)Fix redirection path generation again
|
2014-03-04 03:25:18 +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.
|
2014-03-02 23:55:03 +09:00 |
|
takezoe
|
b031103df8
|
(refs #218)Separate StringUtil#extractCloseId() to add unit test.
|
2014-03-02 04:49:14 +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 |
|
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
|
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 |
|
takezoe
|
0dd37c2481
|
(refs #279)Fix redirect URL generation in authentication.
|
2014-02-24 02:14:10 +09: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
|
4366c512fe
|
(refs #265)Label editing for the pull request.
|
2014-02-05 03:07:37 +09:00 |
|
takezoe
|
d882f20436
|
(refs #254)Change comment action to "delete_branch" from "delete".
|
2014-02-04 17:20:48 +09:00 |
|
takezoe
|
9d7235af20
|
(refs #254)Store removed branch name into CONTENT column of COMMENT table.
|
2014-02-04 17:06:54 +09:00 |
|
takezoe
|
c2eb53d154
|
(refs #224)Add delete branch button to pull request from same repository.
|
2014-02-04 09:04:25 +09:00 |
|
takezoe
|
7629e347df
|
(refs #224)Record delete branch activity
|
2014-02-03 08:06:04 +09:00 |
|