Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -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 Moger | 2012-12-03 | 1 | -40/+3 |
| | | | | (issue-68) | ||||
* | X509 certificate authentication based on Kevin Anderson's implementation | James Moger | 2012-11-23 | 1 | -0/+19 |
| | |||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | Adding a limit of 2 [user + pass] on the credential string split. This works ↵ | Peter Loron | 2012-05-08 | 1 | -1/+1 |
| | | | | around issues with passwords containing colons | ||||
* | Revised user access checks to account for repository ownership. | James Moger | 2011-11-11 | 1 | -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 Moger | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | Refactored servlet filters and now have authenticated RpcServlet. | James Moger | 2011-10-01 | 1 | -0/+201 |