summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/AccessRestrictionFilter.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed anonymous clone for 'Authenticated Push' repository (issue 96)James Moger2012-06-061-2/+3
* Block pushes to a repository with a working copy (issue 49)James Moger2012-02-031-0/+17
* Fixed security hole when cloning repository with TortoiseGit (issue 28)James Moger2011-10-241-1/+0
* Refactored servlet filters and now have authenticated RpcServlet.James Moger2011-10-011-171/+48
* Protect DownloadZipServlet with an AccessRestrictionFilter.James Moger2011-09-261-1/+1
* Fixed broken urls for WAR builds.James Moger2011-09-261-1/+2
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-1/+2
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-4/+52
* Don't show all credentials in debug log, only failures.James Moger2011-06-181-3/+0
* Mostly stable war build.James Moger2011-06-181-6/+11
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-0/+240