takezoe
ebcc5ab4b1
(refs #101 )Update links in activity message also.
2014-01-15 04:35:38 +09:00
takezoe
10e16e8379
Use old home if it exists.
2014-01-15 01:28:15 +09:00
takezoe
df1f3d8a00
(refs #101 )Modification to add rename repository name.
2014-01-13 02:09:05 +09:00
takezoe
5e2dfffe25
Use FileUtils#moveDirectory() instead of File#renameTo()
2014-01-12 17:59:02 +09:00
takezoe
897f2ea6dd
Update data directory checking condition.
2014-01-12 16:47:23 +09:00
takezoe
3ff39ec578
Merge SignInController into IndexController
2014-01-12 16:16:09 +09:00
takezoe
3d852a535d
(refs #244 )Change the default data directory to HOME/.gitbucket
2014-01-12 15:41:01 +09:00
takezoe
6f6a61f31a
Fix pattern match for webhook.
2014-01-04 17:23:18 +09:00
takezoe
0e7280585a
Fix refs commit log and web hook.
2014-01-04 04:11:41 +09:00
takezoe
1cb1e68a01
Add Version 1.9
2013-12-28 02:43:15 +09:00
ssogabe
941cb7b851
Fixed pull request messages.They are a bit different from GitHub
2013-12-22 12:28:36 +09:00
takezoe
d1cf0d9fd7
(refs #238 )Enable automatic mixed mode of H2.
2013-12-22 02:06:44 +09:00
Naoki Takezoe
5c0ff84fc4
Merge pull request #233 from shootaroo/fix-style-readme
...
Fix style markdown table on README.md
2013-12-20 11:51:08 -08:00
takezoe
0e9bf59c0f
Remove some functions from ControlUtil.
2013-12-15 04:21:39 +09:00
shootaroo
108f9fccdd
Fix style markdown table on README.md
2013-12-13 19:28:10 +09:00
takezoe
ac884bd7c3
(refs #196 )Fire WebHook in merging pull request from Web GUI.
2013-12-12 04:23:43 +09:00
takezoe
68f1f55f37
(refs #223 )Display GITBUCKET_HOME on the system settings.
2013-12-12 03:17:42 +09:00
Naoki Takezoe
1dc779d5e8
Merge pull request #228 from mcveat/compiler-warnings
...
Silenced compiler warnings
2013-12-11 09:53:19 -08:00
Naoki Takezoe
f781c7a08c
Merge pull request #220 from maliayas/patch-1
...
Turn off autocomplete on "Add collaborator" form
2013-12-03 12:13:20 -08:00
Naoki Takezoe
a8511a9f39
Merge pull request #221 from drwlrsn/master
...
Fixes issue #216
2013-12-03 12:08:45 -08:00
Piotr Adamski
47714eec45
Silenced compiler warnings
2013-12-03 18:41:41 +01:00
takezoe
c46e9b2f4d
(refs #204 )Replace order of ScalatraListener and AutoUpdateListener
2013-12-03 02:16:00 +09:00
Drew Larson
26d579f13f
Fixes issue #216
...
Added a div element to wrap the buttons so they are vertically aligned with each other. Also converted input and a elements to button elements as Bootstrap recommends: http://getbootstrap.com/css/#buttons-tags
2013-12-01 19:56:21 -06:00
Ali Ayas
6556d26742
Turn off autocomplete on "Add collaborator" form
...
You have already created js autocomplete for that input, so it is good to turn off the browser autocomplete. If there are more forms that have custom autocomplete, this change should be applied to them, too.
2013-12-01 23:55:34 +02:00
odz
dc78dc9b0d
Close issues via commit messages
2013-11-30 18:57:19 +09:00
takezoe
6b11c1a180
(refs #204 )Change the option name from --data to --gitbucket.home
2013-11-30 05:22:35 +09:00
takezoe
b3669f6d66
(refs #204 )Add some way to configure data directory.
...
1) system property of JVM (e.g. -Dgitbucket.home=PATH_TO_DATADIR)
2) java -jar gitbucket.war --data=PATH_TO_DATADIR
3) Add context parameter "gitbucket.home" to web.xml
2013-11-30 05:18:15 +09:00
takezoe
bbff75e037
(refs #211 )README.md detection is case insensitive and it also detect README.markdown as same as Github.
2013-11-30 04:22:19 +09:00
takezoe
7e10618ceb
Merge branch 'pullreq-update-in-push' of https://github.com/odz/gitbucket into odz-pullreq-update-in-push
...
Conflicts:
src/main/scala/app/PullRequestsController.scala
2013-11-30 02:35:21 +09:00
takezoe
7f4def6b83
Ignore Exception instead of TransportException
2013-11-25 18:21:59 +09:00
takezoe
5790d246c8
Ignore TransportException if the source branch had been removed.
2013-11-25 18:16:38 +09:00
Naoki Takezoe
19dee09c86
Merge pull request #203 from olivierdagenais/FixManualMergeUrls
...
Remove superfluous context.path
2013-11-22 12:27:43 -08:00
odz
223ba791fe
Fetch pull request from source repository after updating repository.
2013-11-20 23:59:26 +09:00
odz
0d49bbe7ac
Resolves error when deleting repsository with PR.
2013-11-20 01:53:18 +09:00
Olivier Dagenais
8381e8122a
Remove superfluous context.path
...
It was generating URLs that look like
http://server.example.com/gitbucket/gitbucket/git/user/repo.git (notice
the extra "/gitbucket"?) when the WAR was deployed in Tomcat.
2013-11-19 11:48:29 -05:00
Naoki Takezoe
f38924c7fe
Merge pull request #190 from jtyr/master
...
Adding LDAP StartTLS support
2013-11-15 09:10:38 -08:00
takezoe
43152c9341
Upgrade scalatra-forms to 0.0.8.
2013-11-14 04:04:29 +09:00
takezoe
cf84e8b7cc
(refs #173 )Move BasicAuthenticationFilter to ScalatraBootstrap also.
2013-11-12 00:34:11 +09:00
takezoe
2b42e73530
(refs #173 )Move BasicAuthenticationFilter to ScalatraBootstrap also.
2013-11-11 03:12:41 +09:00
Jiri Tyr
7174523ac5
Load Gravatar images always through HTTPS
...
This patch will force to load Gravatar images always through HTTPS which
will fix the problem with mixed content when accessing the page through
HTTPS.
The problem is that if an HTTPS page includes HTTP content, the HTTP
portion can be read or modified by attackers, even though the main page
is served over HTTPS.
2013-11-10 00:42:17 +00:00
takezoe
f573fef9eb
(refs #173 )Move TransactionFilter to ScalatraBootstrap from web.xml to support Tomcat 7.0.29 or before.
2013-11-10 05:24:38 +09:00
takezoe
b4250d8254
Merge remote-tracking branch 'origin/master'
2013-11-10 02:46:22 +09:00
takezoe
ac4d4de3c1
Fix redirect path encoding.
2013-11-10 02:45:54 +09:00
Naoki Takezoe
05e6d008fa
Merge pull request #192 from xuwei-k/issue191
...
add HARDWRAPS option
2013-11-09 09:17:26 -08:00
takezoe
dd4abb2073
Upgrade to scalatra-forms 0.0.6.
2013-11-08 03:24:12 +09:00
Jiri Tyr
612aba1365
Use the system keystore by default
...
Default system keystore is in:
$JAVA_HOME/lib/security/jssecacerts
or in:
$JAVA_HOME/lib/security/cacerts
Custom keystore can be set either in /etc/sysconfig/gitbucket by
specifying the following option:
GITBUCKET_JVM_OPTS="-Djavax.net.ssl.trustStore=/path/to/your/cacerts"
or in Gitbucket's System Settings.
2013-11-07 16:57:40 +00:00
xuwei-k
94dce09570
add HARDWRAPS option
2013-11-07 17:27:18 +09:00
Jiri Tyr
cc241c5a7b
Moving keystore definition into settings
2013-11-05 15:08:03 +00:00
shimamoto
13cf9d01f0
(refs #181 ) Fixed bug in charset.
2013-11-04 04:04:14 +09:00
takezoe
47453fec3f
(refs #189 )Fix Wiki page editing via redirecting from unexisting page.
2013-11-03 18:26:06 +09:00