Naoki Takezoe
c8e5b75165
Disable front-end of plugin system in GitBucket 2.1
2014-07-05 18:01:19 +09:00
Naoki Takezoe
c64909ab1a
Plugin updating is executed asynchronously by Quartz Scheduler
2014-06-29 16:09:41 +09:00
Naoki Takezoe
34dd8541f4
Disable JavaScript console
2014-06-29 14:35:49 +09:00
Naoki Takezoe
0b3781ec8a
Add plugin updating capability
2014-06-29 14:26:33 +09:00
Naoki Takezoe
0e1d184715
Remove installed plugins from available plugin list
2014-06-29 12:39:27 +09:00
Naoki Takezoe
b5f173fa46
(refs #32 )Display plugin's status
2014-06-16 01:20:42 +09:00
Naoki Takezoe
4bd6ef143a
(refs #32 )Clone or pull plugin repository before displaying the available plugins page
2014-06-15 18:07:34 +09:00
Naoki Takezoe
fd4a696303
(refs #32 )Add version to plugin meta information
2014-06-15 17:39:42 +09:00
Naoki Takezoe
4af4c4e7c6
(refs #32 )Add plugin install tab
2014-06-15 13:11:08 +09:00
Naoki Takezoe
3b2e42fd61
(refs #32 )Making plugin administration pages
2014-06-14 23:29:37 +09:00
Naoki Takezoe
b07d0b028f
(refs #32 )Add deleting installed plugins
2014-06-14 14:32:40 +09:00
Naoki Takezoe
62d43f120a
(refs #32 )Separate Plugin interface and implementation
2014-06-14 13:26:56 +09:00
Naoki Takezoe
bbef4b22ca
(refs #32 )Add plugins page into the system admin tools
2014-06-10 10:44:36 +09:00
Naoki Takezoe
ddd51850f0
(refs #32 )Add JavaScript Console
2014-06-06 17:20:48 +09:00
takezoe
6227a4643a
Fix #331
2014-04-01 04:47:08 +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
8777535431
(refs #115 )Base URL is required if SSH access is enabled
2014-03-14 02:07:31 +09:00
takezoe
845f2d6faa
(refs #115 )Start and stop sshd at the system settings
2014-03-10 00:44:25 +09:00
takezoe
590b431ec1
Add FlashMapSupport to ControllerBase.
2014-03-01 13:27:36 +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
cd298eb5c1
bindDN and bindPassword became optional for OpenLDAP.
2013-08-24 03:06:19 +09:00
takezoe
e0bd5a24f4
Fix indent.
2013-08-22 02:29:05 +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
02c015574f
(refs #28 )Fix information message.
2013-07-10 18:24:46 +09:00
takezoe
1978061a06
Display the message after settings updating is completed.
2013-07-10 00:16:55 +09:00
takezoe
9688afac02
Authenticators are renamed.
2013-07-04 03:37:49 +09:00
takezoe
00ad0c1745
Add System Settings page.
2013-06-28 13:45:31 +09:00