Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -86/+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. | ||||
* | Removed superfluous (disabled) code | Laurens Vrijnsen | 2013-03-22 | 1 | -14/+0 |
| | |||||
* | Added enforced HTTP Basic Authentication | Laurens Vrijnsen | 2013-03-22 | 1 | -0/+15 |
| | |||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Implemented custom request handling for (un)authenticated sessions to ↵ | James Moger | 2012-08-24 | 1 | -2/+3 |
| | | | | workaround Wicket bugs | ||||
* | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 1 | -0/+6 |
| | |||||
* | Split RepositoriesPage into 3 pages. Inline page header authentication. | James Moger | 2011-09-29 | 1 | -7/+1 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -2/+4 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -11/+13 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Renamed User to UserModel. | James Moger | 2011-05-11 | 1 | -2/+2 |
| | |||||
* | Add user. Implemented repository view and git access restrictions. | James Moger | 2011-05-11 | 1 | -0/+1 |
| | |||||
* | More flexible authentication. Anonymous view, authenticated admin. | James Moger | 2011-04-16 | 1 | -3/+27 |
| | |||||
* | Settings overhaul. Fixes to authentication. Bind interface feature. | James Moger | 2011-04-15 | 1 | -14/+9 |
| | | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around. | ||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -3/+3 |
| | |||||
* | Start of webapp authentication. | James Moger | 2011-04-13 | 1 | -0/+45 |