summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/User.java
Commit message (Collapse)AuthorAgeFilesLines
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-54/+0
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-3/+7
| | | | | 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 Moger2011-04-141-12/+12
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-0/+27
| | | | | | | 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.
* Start of webapp authentication.James Moger2011-04-131-0/+23