summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/HtpasswdAuthenticationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix for various test failures.chirontt2019-06-071-2/+2
| | | | | | | | | | | | Most of failures were due to temporary test repos, users and/or teams being left behind after the test run, and these left-over stuff in $baseFolder/data/git caused assertion errors in many tests in subsequent test runs. This fix tries to delete those left-over stuff at the end of each test, mainly in their @Afterclass code blocks. PushLogTest.java is deleted as it doesn't work, and has been superseded with better tests in various protocol test suites (GitServletTest, GitDaemonTest, SshDaemonTest, etc.)
* Log update for Fail2Ban usagePaul Martin2015-10-251-24/+24
| | | | | + Adds standard logging for all authentication providers + Updates help page to use default GitBlit SSH port
* Create infrastructure for XSS sanitizationJames Moger2014-09-071-2/+6
|
* Add repository and user/team lifecycle listener extension pointsJames Moger2014-06-091-4/+4
|
* Fix authentication security hole with external providersJames Moger2014-03-181-0/+116
|
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-0/+365
Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd