Naoki Takezoe
a8801e4e41
(refs #432 )Show the information message at the top page
2014-11-17 00:52:51 +09:00
Naoki Takezoe
91b82c2652
(refs #505 )Disable the plugin system in default
2014-10-05 18:08:33 +09:00
Naoki Takezoe
b287c1f60d
Merge branch 'add-features-to-ldapauth' of https://github.com/yjkony/gitbucket into yjkony-add-features-to-ldapauth
...
Conflicts:
src/main/scala/app/IndexController.scala
src/main/scala/service/SystemSettingsService.scala
src/main/scala/util/LDAPUtil.scala
src/main/scala/util/Notifier.scala
2014-07-13 13:49:04 +09:00
Naoki Takezoe
cce0b67871
(refs #341 )Fix compilation error of delete statements
2014-07-06 15:42:45 +09:00
Naoki Takezoe
1edff41690
Fix code style
2014-06-02 16:10:03 +09:00
Naoki Takezoe
6d6f529d40
(refs #380 )Close stream certainly
2014-06-02 16:04:45 +09:00
HairyFotr
7698f12112
Small cleanup using static analysis
2014-05-31 00:57:03 +02:00
yjkony
8c35310cd6
Merge commit Tag 1.13 ('3e82534c78a72e17dd3b79e091521d75cb4d3855') into add-features-to-ldapauth
...
Conflicts:
src/main/scala/service/AccountService.scala
src/main/scala/util/LDAPUtil.scala
2014-05-01 11:56:56 +09:00
takezoe
0f9c95c15a
baseUrl calculation is concentrated to SystemSettings
2014-04-29 15:43:41 +09:00
yjkony
9175cf5c71
Merge branch 'master' into add-features-to-ldapauth
...
Conflicts:
src/main/twirl/account/edit.scala.html
2014-03-14 15:56:08 +09:00
takezoe
63de780527
Remove last '/' in base url
2014-03-14 03:21:35 +09:00
yjkony
4e2a3fdbd0
Change trigger of "Disalbe mail resolve is enalbed" from "When system settings check-box is ON" to "When mail attribute is empty".
2014-03-11 12:56:00 +09:00
takezoe
845f2d6faa
(refs #115 )Start and stop sshd at the system settings
2014-03-10 00:44:25 +09:00
yjkony
ce3b6ed7c2
Revert line separator from LF to CRLF
2014-03-04 10:16:12 +09:00
yjkony
5e0619b500
Sync upstream/maste to master and Merge branch 'master' into add-features-to-ldapauth
...
Conflicts:
src/main/scala/app/IndexController.scala
src/main/scala/service/SystemSettingsService.scala
src/main/twirl/admin/system.scala.html
2014-03-03 15:46:38 +09:00
takezoe
98266fe0e1
(refs #279 )Fix webhook URL to use the configured base URL.
2014-03-01 13:05:42 +09:00
yjkony
639e7e0b3f
Add features (additional filter condition / disable mail resolve) to LDAP authentication.
2014-02-28 21:32:42 +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
5a1f541e13
(refs #245 )Add full name attribute for LDAP authentication.
2014-01-25 05:07:32 +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
Jiri Tyr
cc241c5a7b
Moving keystore definition into settings
2013-11-05 15:08:03 +00:00
Jiri Tyr
f311339786
Adding LDAP StartTLS support
...
Some LDAP server do not allow authenticate with unencrypted password.
This patch is adding the StartTLS support which takes care of the
encryption.
In order to enable the StartTLS, go to "System Settings" and select the
"Enable StartTLS" in the Authentication section. Then make sure that you
add your LDAP certificate into the Java keystore:
$ keytool -import \
-file /etc/pki/tls/certs/cacert.pem \
-alias myName \
-keystore /var/lib/gitbucket/keystore
You can list all keys from the keystore like this:
$ keytool -list -keystore /var/lib/gitbucket/keystore
2013-11-01 15:44:19 +00:00
shimamoto
c16b89b0be
(refs #99 ) Improved to configure the FROM field of the email.
2013-10-10 23:57:45 +09:00
takezoe
e89b2020a3
Use ControlUtil.
2013-09-21 22:13:15 +09:00
shimamoto
897c5ecac7
Fix default smtp port in constant.
2013-09-01 21:15:17 +09:00
takezoe
cd298eb5c1
bindDN and bindPassword became optional for OpenLDAP.
2013-08-24 03:06:19 +09:00
Tomofumi Tanaka
bfc1d1d6b0
LDAP authentication by using bind account
2013-08-21 19:49:43 +09:00
takezoe
7e26b4695d
(refs #78 )LDAP port is optional.
2013-08-17 01:48:01 +09:00
takezoe
df5600f03f
(refs #78 )Fix for LDAP authentication.
2013-08-17 01:10:06 +09:00
takezoe
582df3239f
(refs #78 )Implementing LDAP authentication.
2013-08-16 03:45:50 +09:00
takezoe
629b714dab
Upgrade scalatra-forms.
2013-08-09 18:06:33 +09:00
shimamoto
6d453ea80b
(refs #10 ) Add notification email form.
2013-08-08 20:58:57 +09:00
takezoe
b61836adf7
Toggle Gravatar support at the system settings.
2013-07-25 03:00:46 +09:00
takezoe
00ad0c1745
Add System Settings page.
2013-06-28 13:45:31 +09:00