summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Adjust path after moving from "gitblit" to "gitblit-org" on GithubFlorian Zschocke2022-12-091-1/+1
* Update Bugtraq to v0.4Florian Zschocke2022-11-071-9/+30
* Add SSH host keys with ECDSA and Ed25519Florian Zschocke2022-10-251-0/+134
* Update dependency MINA SSHD to version 1.7.0Florian Zschocke2022-10-091-1/+1
* upgrade to sshd 1.6.0, add eddsa dependency, upgrade jgit to 4.1.2ricardop2022-10-081-1/+1
* Add init test for getting repository permissionsFlorian Zschocke2022-08-071-0/+49
* Add more tests for tab expansionFlorian Zschocke2022-08-021-3/+21
* Tab to space conversion testingQuentin2022-08-021-3/+13
* fix: Fix StoredUserConfig not escaping control charactersFlorian Zschocke2022-03-131-0/+149
* fix: Fix StoredUserConfig handling null subsectionsFlorian Zschocke2022-03-131-0/+58
* test: Add exploit test for config user serviceFlorian Zschocke2022-03-121-1/+126
* pages: Fix repo-relative reference links in markdown docsFlorian Zschocke2021-12-061-1/+1
* Add tests for MarkupProcessorFlorian Zschocke2021-12-041-0/+734
* Add test for loading russian propertiesFlorian Zschocke2021-11-031-0/+10
* TimeUtils: Change daysAgo to calculate difference in calendar daysFlorian Zschocke2021-10-241-0/+424
* TimeUtils: Move unit test to same package as TimeUtils isFlorian Zschocke2021-10-232-3/+5
* TimeUtils: Increase testability and add testsFlorian Zschocke2021-10-231-0/+157
* Add a unit test to check if the resource bundle can be loadedFlorian Zschocke2021-10-201-0/+146
* raw: Fix raw links to branches with a slash in their nameFlorian Zschocke2020-11-101-16/+16
* raw: Refactor RawServlet:getBranch and :getPath parametersFlorian Zschocke2020-11-091-44/+685
* raw: Fix exceptions when no path info is given to raw servletFlorian Zschocke2020-11-091-1/+111
* raw: Strip leading and trailing slash from repo and path names for linkFlorian Zschocke2020-11-092-0/+687
* Delete password from memory in AuthenticationManagerFlorian Zschocke2020-04-052-12/+87
* 🦟 fix: Password hash upgrade kills existing passwordsFlorian Zschocke2020-04-051-4/+12
* Update test file with MD hashed passwordFlorian Zschocke2019-11-111-1/+2
* Add `clone.bundle` as known command, but reject it as not implemented.Florian Zschocke2019-11-111-1/+13
* Fix NPE when no action can be parsed from the URLFlorian Zschocke2019-11-111-0/+54
* In SSH tests ignore an external SSH toolFlorian Zschocke2019-11-101-0/+55
* Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-101-1/+15
* Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-102-6/+11
* Ignore the `RedisTicketService` tests until they are fixed.Florian Zschocke2019-11-101-0/+3
* Merge branch 'pingunaut-1166_more_secure_password_hashes' into master.Florian Zschocke2019-11-062-0/+698
|\
| * Add more PasswordHash tests with strings beyond iso-8859-1.Florian Zschocke2019-11-061-1/+31
| * Use the new PasswordHash classes.Florian Zschocke2019-11-053-69/+72
| * Add support for PBKDF2 to PasswordHashFlorian Zschocke2019-11-051-5/+181
| * Add a PasswordHash class as a central place to deal with password hashes.Florian Zschocke2019-11-051-0/+420
| * Update AuthenticationManager to update weakly stored passwords on loginMartin Spielmann2017-01-071-0/+6
| * Added possibility to use secure hashes to store passwordsMartin Spielmann2017-01-011-0/+63
* | Add support nested groups on the Repositories pageFlorian Zschocke2019-06-151-0/+49
* | Fix revLog test that broke due to changes in the hello-world repository.Florian Zschocke2019-06-102-3/+5
* | Create unit tests for special characters in path namesFlorian Zschocke2019-06-103-3/+19
* | Do not resolve symbolic links to repositories.Florian Zschocke2019-06-101-0/+117
* | Zips of recreated hello-world.git and all external repositories for testing.chirontt2019-06-0712-46/+142
* | Fix for various test failures.chirontt2019-06-079-90/+112
* | Reindex tickets on server start if no index existsFlorian Zschocke2017-03-054-4/+4
* | Use versioned index directories for repository indices.Florian Zschocke2017-03-051-0/+267
* | Introduce an index version for the ticket indexFlorian Zschocke2017-03-051-0/+245
|/
* Merge pull request #1160 from fzs/sshLdapAuthenticatorFlorian Zschocke2016-12-185-339/+1427
|\
| * Fix SshKeysDispatcher test failing on WindowsFlorian Zschocke2016-12-061-7/+7
| * Use dynamic port selection for LDAP listeners in LDAP tests.Florian Zschocke2016-12-061-10/+11