| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete password from memory in AuthenticationManager | Florian Zschocke | 2020-04-05 | 2 | -12/+87 |
* | 🦟 fix: Password hash upgrade kills existing passwords | Florian Zschocke | 2020-04-05 | 1 | -4/+12 |
* | Add `clone.bundle` as known command, but reject it as not implemented. | Florian Zschocke | 2019-11-11 | 1 | -1/+13 |
* | Fix NPE when no action can be parsed from the URL | Florian Zschocke | 2019-11-11 | 1 | -0/+54 |
* | In SSH tests ignore an external SSH tool | Florian Zschocke | 2019-11-10 | 1 | -0/+55 |
* | Update SSHD dependency to version 1.2.0. | Florian Zschocke | 2019-11-10 | 1 | -1/+15 |
* | Update SSHD dependency to version 1.1.0. | Florian Zschocke | 2019-11-10 | 2 | -6/+11 |
* | Ignore the `RedisTicketService` tests until they are fixed. | Florian Zschocke | 2019-11-10 | 1 | -0/+3 |
* | Merge branch 'pingunaut-1166_more_secure_password_hashes' into master. | Florian Zschocke | 2019-11-06 | 2 | -0/+698 |
|\ |
|
| * | Add more PasswordHash tests with strings beyond iso-8859-1. | Florian Zschocke | 2019-11-06 | 1 | -1/+31 |
| * | Use the new PasswordHash classes. | Florian Zschocke | 2019-11-05 | 3 | -69/+72 |
| * | Add support for PBKDF2 to PasswordHash | Florian Zschocke | 2019-11-05 | 1 | -5/+181 |
| * | Add a PasswordHash class as a central place to deal with password hashes. | Florian Zschocke | 2019-11-05 | 1 | -0/+420 |
| * | Update AuthenticationManager to update weakly stored passwords on login | Martin Spielmann | 2017-01-07 | 1 | -0/+6 |
| * | Added possibility to use secure hashes to store passwords | Martin Spielmann | 2017-01-01 | 1 | -0/+63 |
* | | Add support nested groups on the Repositories page | Florian Zschocke | 2019-06-15 | 1 | -0/+49 |
* | | Fix revLog test that broke due to changes in the hello-world repository. | Florian Zschocke | 2019-06-10 | 1 | -3/+4 |
* | | Create unit tests for special characters in path names | Florian Zschocke | 2019-06-10 | 1 | -1/+13 |
* | | Do not resolve symbolic links to repositories. | Florian Zschocke | 2019-06-10 | 1 | -0/+117 |
* | | Zips of recreated hello-world.git and all external repositories for testing. | chirontt | 2019-06-07 | 6 | -46/+132 |
* | | Fix for various test failures. | chirontt | 2019-06-07 | 9 | -90/+112 |
* | | Reindex tickets on server start if no index exists | Florian Zschocke | 2017-03-05 | 4 | -4/+4 |
* | | Use versioned index directories for repository indices. | Florian Zschocke | 2017-03-05 | 1 | -0/+267 |
* | | Introduce an index version for the ticket index | Florian Zschocke | 2017-03-05 | 1 | -0/+245 |
|/ |
|
* | Merge pull request #1160 from fzs/sshLdapAuthenticator | Florian Zschocke | 2016-12-18 | 5 | -339/+1427 |
|\ |
|
| * | 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 | 2 | -0/+755 |
| * | Extract LdapConnection into new class from LdapAuthProvider | Florian Zschocke | 2016-11-23 | 1 | -0/+248 |
| * | Create base unit test class for LDAP tests. | Florian Zschocke | 2016-11-23 | 2 | -332/+416 |
* | | Merge branch 'rcaa-master' into master. | Florian Zschocke | 2016-12-13 | 1 | -0/+33 |
|\ \ |
|
| * | | Introduce SecureRandom wrapper for properly seeded static instances | Florian Zschocke | 2016-12-12 | 1 | -0/+33 |
* | | | Merge branch 'fixMentionsInTickets-985' | Florian Zschocke | 2016-12-12 | 1 | -1/+73 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix user mention regular expression and group replacement.merged--fixMentionsInTickets-985 | Florian Zschocke | 2016-12-10 | 1 | -1/+73 |
| |/ |
|
* | | Set "can admin" permission on LDAP users and teams correctlymerged--fixAdminRoleLDAP | Florian Zschocke | 2016-11-18 | 1 | -4/+261 |
* | | Extend LDAP tests to use LDAP servers with access restrictions. | Florian Zschocke | 2016-11-09 | 1 | -45/+257 |
* | | Extend LDAP authentication tests to use different modes. | Florian Zschocke | 2016-11-06 | 1 | -23/+107 |
|/ |
|
* | TicketReference Testing #1048 | Paul Martin | 2016-06-18 | 1 | -4/+36 |
* | Ticket Reference handling #1048 | Paul Martin | 2016-04-27 | 2 | -1/+940 |
* | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 1 | -3/+3 |
* | Log update for Fail2Ban usage | Paul Martin | 2015-10-25 | 5 | -34/+34 |
* | Git-LFS support | Paul Martin | 2015-10-10 | 4 | -1/+908 |
* | Revert manual specification of ssh user auth factories | James Moger | 2015-10-05 | 3 | -14/+8 |
* | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 2 | -8/+8 |
* | Revised AvatarGenerator to be injectable | James Moger | 2015-06-15 | 2 | -52/+50 |
* | First draft for a customized avatar image | Fabrice Bacchella | 2015-06-15 | 1 | -0/+77 |
* | Invalid kerberos patches, works now and with a test. | Fabrice Bacchella | 2015-05-26 | 2 | -1/+77 |
* | Implement configurable tab length support for blob views | James Moger | 2015-05-22 | 2 | -4/+4 |
* | Merged #247 "Add Kerberos5/GSS authentication to ssh" | James Moger | 2015-05-21 | 2 | -0/+9 |
|\ |
|
| * | Adding Kerberos5/GSS authentication to ssh | Fabrice Bacchella | 2015-05-04 | 2 | -0/+9 |