summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/ChangePasswordPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-139/+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.
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-1/+1
|
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-041-2/+3
|
* Implemented custom request handling for (un)authenticated sessions to ↵James Moger2012-08-241-1/+1
| | | | workaround Wicket bugs
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-0/+6
|
* Fixed overzealous externalization of save and cancel buttonsJames Moger2012-03-301-2/+2
|
* Externalized a bunch of strings for translationJames Moger2012-03-251-7/+6
|
* Rearranged button order to properly set default (issue 60)James Moger2012-02-091-0/+2
| | | Also indicate password change aborted if it is canceled.
* Combined-md5 password storage optionJames Moger2011-10-241-1/+6
|
* Clarified page hierarchy. Fixed TicGit pages.James Moger2011-09-301-1/+1
|
* More Bootstrap improvements.James Moger2011-09-301-10/+2
| | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-9/+10
|
* Change password feature (issue 1)James Moger2011-07-201-0/+133