summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/ILoginService.java
Commit message (Collapse)AuthorAgeFilesLines
* Big push for first release.James Moger2011-06-251-47/+0
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Mostly stable war build.James Moger2011-06-181-0/+2
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+1
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-9/+9
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-241-3/+4
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-0/+12
|
* Renamed User to UserModel.James Moger2011-05-111-6/+6
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-1/+8
|
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-3/+3
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-0/+10
Right now the implementation is hard-coded to pass the realm into a singleton. This won't work for a WAR distribution so I will need to figure out how to properly authenticate the webapp using form authentication and the git servlet using basic authentication - host against the same realm.