| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add DocValues to support sorting of ticket index fields. | Florian Zschocke | 2017-03-05 | 1 | -0/+7 |
* | | Replace deprecated BooleanQuery constructor with builder. | Florian Zschocke | 2017-03-05 | 2 | -15/+13 |
* | | Update link target to Lucene 5.5 query syntax, moving the link to the page. | Florian Zschocke | 2017-03-05 | 16 | -119/+139 |
* | | Remove obsolete Lucene version constants. | Florian Zschocke | 2017-03-05 | 2 | -6/+0 |
* | | Bump to Lucene 5.5.2 | Luca Milanesio | 2017-03-05 | 2 | -26/+26 |
* | | Better Czech localization | Jan Breuer | 2017-03-03 | 1 | -76/+76 |
* | | Prevent last column on Tree page from wraping | Jan Breuer | 2017-02-20 | 1 | -0/+1 |
* | | Fix #1114 HttpUtils getGitblitURL does not support nonstandard ports | Jan Breuer | 2017-02-15 | 1 | -1/+3 |
* | | Add Czech locale | Jan Breuer | 2017-02-15 | 5 | -0/+854 |
* | | Merge pull request #1192 from mystygage/listBranchForRepository | James Moger | 2017-02-08 | 2 | -1/+6 |
|\ \ |
|
| * | | List branches from only one repository if a repository name is given | Markus FoĢmpe | 2017-01-26 | 2 | -1/+6 |
* | | | New Setting "Default Language" when creating user. | william | 2017-02-08 | 4 | -29/+71 |
* | | | fix bug "get user default language null exception" | william | 2017-01-25 | 1 | -1/+5 |
* | | | Sending email (certificate zip file) based on locale that user selected | william | 2017-01-24 | 6 | -5/+160 |
|/ / |
|
* | | when apache terminates https, the Ajax-Location header needs to be rewritten ... | RainerW | 2017-01-23 | 1 | -0/+1 |
* | | Merge pull request #6 from fzs/sshAuthMethods | Florian Zschocke | 2017-01-21 | 2 | -9/+52 |
|\ \ |
|
| * | | Set list of offered SSH authentication methods.merged--sshAuthMethods | Florian Zschocke | 2016-12-06 | 2 | -9/+52 |
* | | | Update weblogic.xml | Bala Raman | 2017-01-16 | 1 | -2/+2 |
* | | | Update to web.xml, fix to #1132 | Bala Raman | 2017-01-15 | 1 | -4/+4 |
* | | | Merge pull request #1171 from pingunaut/usermanager-file-instantiation | James Moger | 2017-01-06 | 2 | -2/+25 |
|\ \ \ |
|
| * | | | extracted method | Martin Spielmann | 2017-01-06 | 1 | -9/+20 |
| * | | | updated comment | de4c9d | 2016-12-30 | 1 | -1/+1 |
| * | | | update user manager to support instantiation if IUserService with IRuntimeMan... | de4c9d | 2016-12-30 | 2 | -2/+14 |
| | |/
| |/| |
|
* / | | Update korean translation for gitblit new version. | DONGSU, KIM | 2017-01-05 | 1 | -718/+759 |
|/ / |
|
* | | Fix typo in defaults.properties. | Florian Zschocke | 2016-12-18 | 1 | -1/+1 |
* | | Merge pull request #1160 from fzs/sshLdapAuthenticator | Florian Zschocke | 2016-12-18 | 14 | -625/+2276 |
|\ \ |
|
| * | | Extend documentation in default.properties and LdapKeyManager.java.merged--sshLdapAuthenticator | Florian Zschocke | 2016-12-06 | 2 | -2/+31 |
| * | | The public key manager can disable writing keys, which hides commands | Florian Zschocke | 2016-12-06 | 6 | -12/+63 |
| * | | Fix SshKeysDispatcher test failing on Windows | Florian Zschocke | 2016-12-06 | 1 | -7/+7 |
| * | | Use dynamic port selection for LDAP listeners in LDAP tests. | Florian Zschocke | 2016-12-06 | 1 | -10/+11 |
| * | | Retrieve public SSH keys from LDAP. | Florian Zschocke | 2016-11-29 | 6 | -37/+1248 |
| * | | Extract LdapConnection into new class from LdapAuthProvider | Florian Zschocke | 2016-11-23 | 3 | -268/+543 |
| * | | Create base unit test class for LDAP tests. | Florian Zschocke | 2016-11-23 | 2 | -332/+416 |
* | | | Remove duplicate import of class SecureRandom | Florian Zschocke | 2016-12-15 | 1 | -1/+0 |
* | | | Merge pull request #1167 from fzs/secureCookies | James Moger | 2016-12-14 | 2 | -1/+16 |
|\ \ \ |
|
| * | | | Set secure session cookies when redirecting from HTTP to HTTPS.merged--secureCookies | Florian Zschocke | 2016-12-10 | 1 | -1/+2 |
| * | | | Set secure user cookies and only for HTTP. | Florian Zschocke | 2016-12-10 | 1 | -0/+14 |
| | |/
| |/| |
|
* | | | Merge branch 'rcaa-master' into master. | Florian Zschocke | 2016-12-13 | 13 | -12/+136 |
|\ \ \ |
|
| * | | | Introduce SecureRandom wrapper for properly seeded static instances | Florian Zschocke | 2016-12-12 | 3 | -5/+121 |
| * | | | changing Math.random to SecureRandom | rcaa | 2016-12-11 | 1 | -1/+5 |
| * | | | removing unecessary user cookie code | Rodrigo Andrade | 2016-08-15 | 7 | -8/+8 |
| * | | | removing duplicated code for cookie genaration and adding random bytes to gen... | Rodrigo Andrade | 2016-08-15 | 5 | -4/+8 |
* | | | | Merge branch 'fixMentionsInTickets-985' | Florian Zschocke | 2016-12-12 | 5 | -7/+88 |
|\ \ \ \ |
|
| * | | | | Fix user mention regular expression and group replacement.merged--fixMentionsInTickets-985 | Florian Zschocke | 2016-12-10 | 5 | -5/+77 |
| * | | | | Use REGEX_TICKET_MENTION instead of hardcoded regular expression | Glenn Matthys | 2016-12-10 | 3 | -3/+6 |
| * | | | | Introduce new constant REGEX_TICKET_MENTION | Glenn Matthys | 2016-12-10 | 1 | -0/+6 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1152 from fzs/fixAdminRoleLDAP | James Moger | 2016-11-18 | 3 | -19/+296 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Set "can admin" permission on LDAP users and teams correctlymerged--fixAdminRoleLDAP | Florian Zschocke | 2016-11-18 | 3 | -19/+296 |
* | | | | Merge pull request #1147 from tomaswolf/disabled_pager_links | James Moger | 2016-11-14 | 3 | -2/+29 |
|\ \ \ \ |
|
| * | | | | Fix disabled links in PagerPanel | Tom | 2016-10-31 | 3 | -2/+29 |