summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/AuthenticationFilter.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-187/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Consolidate authentication techniques and support container principals ↵James Moger2012-12-031-40/+3
| | | | (issue-68)
* 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
| | | | around issues with passwords containing colons
* Revised user access checks to account for repository ownership.James Moger2011-11-111-1/+4
| | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
* 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