summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/EditUserPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Externalized a bunch of strings for translationJames Moger2012-03-251-9/+8
|
* Replace ChoiceRenderer with StringChoiceRenderer (issue 71)James Moger2012-03-051-3/+3
|
* Disallow browser autocomplete on add/edit pagesJames Moger2012-02-031-0/+4
|
* Fixed username case-sensitivity bugs (issue 43)James Moger2012-01-161-4/+6
|
* Teams support.James Moger2011-12-071-1/+25
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Combined-md5 password storage optionJames Moger2011-10-241-2/+12
|
* Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-301-1/+1
|
* Clarified page hierarchy. Fixed TicGit pages.James Moger2011-09-301-3/+3
|
* Split RepositoriesPage into 3 pages. Inline page header authentication.James Moger2011-09-291-3/+4
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-2/+3
|
* 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