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
641d506559
(refs #177 )Fix regular expressions for issue link conversion.
2013-11-03 18:06:58 +09:00
takezoe
3dec2b8159
Fix test case.
2013-11-03 15:12:01 +09:00
takezoe
a0bd969140
(refs #114 )Add functionality to remove account by themselves.
2013-11-03 14:54:28 +09:00
takezoe
b30d42a37b
(refs #114 )Remove unnecessary database accessing.
2013-11-03 14:51:42 +09:00
takezoe
a03acc68e7
(refs #114 )Disable link for disabled users.
2013-11-03 14:32:03 +09:00
takezoe
05296473d3
(refs #114 )Bug fix
2013-11-03 04:53:41 +09:00
takezoe
2118f8c764
(refs #114 )Add group deletion.
2013-11-03 01:37:23 +09:00
takezoe
e366af98b5
(refs #114 )Add TODO to helpers#activityMessage()
2013-11-02 14:10:05 +09:00
takezoe
81e2ac44c3
(refs #114 )Remove user related data when user is removed.
2013-11-02 14:01:07 +09:00
takezoe
07bb326c06
(refs #114 )Add remove option to user management.
2013-11-02 13:44:47 +09:00
takezoe
c517b44e82
Upgrade to scalatra-forms 0.0.4
2013-11-02 05:07:09 +09: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
takezoe
9c60b69c88
(refs #114 )Add logical remove flag to ACCOUNT.
2013-11-01 03:39:59 +09:00
takezoe
4f10bccf84
(refs #114 )Add logical remove flag to ACCOUNT.
2013-11-01 03:38:33 +09:00
takezoe
c7eaebf597
(refs #186 )Show private repositories in the account page.
2013-11-01 03:25:06 +09:00
takezoe
60e1052d33
(refs #179 )Fetch from the source repository before pull request is referred.
2013-11-01 03:12:56 +09:00
Tomofumi Tanaka
7e77c102b0
(refs #179 ) Merge branch 'improve-pullreq-performance'
2013-10-31 22:15:47 +09:00
takezoe
a452c582ab
Fix compilation error.
2013-10-31 03:08:28 +09:00
takezoe
0d3adb074d
Release ObjectInserter after adding commit.
2013-10-31 02:18:48 +09:00
takezoe
8ec4b52dda
(refs #167 )Add pusher info to WebHook
2013-10-31 02:07:54 +09:00
Tomofumi Tanaka
9265c68383
(refs #179 ) Refactor
2013-10-31 01:38:29 +09:00
Tomofumi Tanaka
4bd2d78ecb
Merge remote-tracking branch 'master' into improve-pullreq-performance
2013-10-31 00:56:18 +09:00
Tomofumi Tanaka
e7aa766d0a
(refs #179 ) Remove refs/pull/${issueId}/merge
2013-10-31 00:50:27 +09:00
Tomofumi Tanaka
7d8300b3ce
(refs #179 ) Fetch from fork branch before merge
2013-10-31 00:30:18 +09:00
Tomofumi Tanaka
af8a1234ed
(refs #179 ) Improve merge performance
...
* merge without tmp dir repository
* remove merging ops from mergeguid
2013-10-31 00:23:09 +09:00
takezoe
bd0ecd0a9d
Improve repository creation to not use the working repository.
2013-10-30 14:52:55 +09:00
takezoe
35c8f02f90
(refs #180 )Fix compilation error.
2013-10-30 13:22:54 +09:00
takezoe
a1dc19fa26
(refs #180 )Remove Directory#getWikiWorkDir()
2013-10-30 11:39:55 +09:00
takezoe
e79ded934f
Display selected page differences only.
2013-10-30 11:37:53 +09:00
takezoe
ef3e7d9286
(refs #180 )Reverting from history without working repository is completed.
2013-10-30 11:13:10 +09:00
takezoe
68b25ddbb5
(refs #180 )Implementing reverting from history without ApplyCommand.
2013-10-30 08:20:17 +09:00
Tomofumi Tanaka
f96040eade
Improve checkConflict
...
* Delete temporary RefSpec after checkConflict
* mergeguide use checkconflictInPullRequest instead of checkconflict
2013-10-30 01:33:56 +09:00
takezoe
382c5c55ec
Remove unused import statement.
2013-10-29 11:52:42 +09:00
takezoe
afb2306904
(refs #180 )Fix saving and deleting Wiki page.
2013-10-29 11:39:38 +09:00
takezoe
2642da3be3
(refs #180 )Eliminating the working repository cloning in Wiki.
2013-10-29 09:22:37 +09:00
Tomofumi Tanaka
dcbf283c9d
Improve checkConflict
2013-10-29 01:24:06 +09:00
takezoe
2235dab550
(refs #174 )Fix commit hook for DELETE command.
2013-10-26 01:40:26 +09:00
takezoe
1e750f4b9d
(refs #171 )Fix link target of pull request number.
2013-10-25 04:28:58 +09:00
takezoe
06be5266fd
Fix refs message.
2013-10-24 15:04:32 +09:00
takezoe
60e7165983
(refs #104 )Zip file is exported from the bare repository directly.
2013-10-24 11:29:23 +09:00
takezoe
2968b92677
Add the commit link to refs comment.
2013-10-24 04:25:50 +09:00
takezoe
0d0bf4ad3f
Don't add group account as a collaborator.
2013-10-24 02:08:14 +09:00
takezoe
53fa60b0f8
Exclude owner from assigned user list in the group repository.
2013-10-24 02:00:14 +09:00
Naoki Takezoe
90ab882e8e
Merge pull request #147 from xuwei-k/AccountServiceSpec
...
add AccountServiceSpec
2013-10-21 09:01:11 -07:00
shimamoto
254509f243
Fix bug.
2013-10-21 22:32:46 +09:00
Naoki Takezoe
a697f186af
Merge pull request #164 from smly/feature/bugfix-redirect-encode
...
Fix a problem to redirect wikipage named by multi-byte characters
2013-10-20 19:33:37 -07:00
takezoe
2316a80be9
(refs #163 )Remove escaping for '.'
2013-10-21 10:53:36 +09:00
shimamoto
bbcb04b263
Fix bug.
2013-10-21 05:16:55 +09:00