summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/EditUserPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-8/+8
|
* Cancel buttons on edit pages. Column fix for flat repositories view.James Moger2011-07-201-0/+14
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-1/+1
|
* Big push for first release.James Moger2011-06-251-1/+2
| | | | | | | | | | | | * 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.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-5/+2
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* Unit testing.James Moger2011-05-291-1/+1
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-281-2/+3
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-5/+4
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-14/+22
|
* 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-9/+7
|
* Improvements to create/edit user.James Moger2011-05-121-1/+30
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-10/+42
|
* Renamed User to UserModel.James Moger2011-05-111-6/+6
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-0/+97