summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/AuthenticationFilter.java
Commit message (Expand)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-187/+0
* Consolidate authentication techniques and support container principals (issue...James Moger2012-12-031-40/+3
* X509 certificate authentication based on Kevin Anderson's implementationJames Moger2012-11-231-0/+19
* Support Team canAdmin, canCreate, and canFork (issue 36)James Moger2012-10-101-1/+1
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-021-0/+1
* Adding a limit of 2 [user + pass] on the credential string split. This works ...Peter Loron2012-05-081-1/+1
* Revised user access checks to account for repository ownership.James Moger2011-11-111-1/+4
* Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies.James Moger2011-11-011-1/+1
* Refactored servlet filters and now have authenticated RpcServlet.James Moger2011-10-011-0/+201