| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Fix StoredUserConfig not escaping control characters | Florian Zschocke | 2022-03-13 | 1 | -0/+149 |
* | fix: Fix StoredUserConfig handling null subsections | Florian Zschocke | 2022-03-13 | 1 | -0/+58 |
* | test: Add exploit test for config user service | Florian Zschocke | 2022-03-12 | 1 | -1/+126 |
* | pages: Fix repo-relative reference links in markdown docs | Florian Zschocke | 2021-12-06 | 1 | -1/+1 |
* | Add tests for MarkupProcessor | Florian Zschocke | 2021-12-04 | 1 | -0/+734 |
* | Add test for loading russian properties | Florian Zschocke | 2021-11-03 | 1 | -0/+10 |
* | TimeUtils: Change daysAgo to calculate difference in calendar days | Florian Zschocke | 2021-10-24 | 1 | -0/+424 |
* | TimeUtils: Move unit test to same package as TimeUtils is | Florian Zschocke | 2021-10-23 | 2 | -3/+5 |
* | TimeUtils: Increase testability and add tests | Florian Zschocke | 2021-10-23 | 1 | -0/+157 |
* | Add a unit test to check if the resource bundle can be loaded | Florian Zschocke | 2021-10-20 | 1 | -0/+146 |
* | raw: Fix raw links to branches with a slash in their name | Florian Zschocke | 2020-11-10 | 1 | -16/+16 |
* | raw: Refactor RawServlet:getBranch and :getPath parameters | Florian Zschocke | 2020-11-09 | 1 | -44/+685 |
* | raw: Fix exceptions when no path info is given to raw servlet | Florian Zschocke | 2020-11-09 | 1 | -1/+111 |
* | raw: Strip leading and trailing slash from repo and path names for link | Florian Zschocke | 2020-11-09 | 2 | -0/+687 |
* | 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 |
* | Update test file with MD hashed password | Florian Zschocke | 2019-11-11 | 1 | -1/+2 |
* | 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 | 2 | -3/+5 |
* | | Create unit tests for special characters in path names | Florian Zschocke | 2019-06-10 | 3 | -3/+19 |
* | | 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 | 12 | -46/+142 |
* | | 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 | 2 | -7/+264 |