summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/client/EditUserDialog.java
Commit message (Collapse)AuthorAgeFilesLines
* Use the new PasswordHash classes.Florian Zschocke2019-11-051-17/+13
| | | | | | Integrate the `PasswordHash` class and subclass in the user and password editing and authentication. Replaces the old code and the previous `SecurePasswordHashingUtils` class.
* Replaced duplicated strings by using constantMartin Spielmann2017-01-071-2/+2
|
* Added possibility to use secure hashes to store passwordsMartin Spielmann2017-01-011-2/+8
| | | | Addresses #1166
* removing duplicated code for cookie genaration and adding random bytes to ↵Rodrigo Andrade2016-08-151-1/+1
| | | | generate user cookies
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-041-0/+5
|
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-281-0/+3
| | | | | | | Cookies were not reset on administrative password change of a user account. This allowed accounts with changed passwords to continue authenticating. Cookies are now reset on password changes, they are validated on each page request, AND they will now expire 7 days after generation.
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-13/+3
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Trim trailing whitespace and organize importsJames Moger2013-09-301-22/+27
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Revisions and documentation for personal repository prefix changeJames Moger2013-09-171-3/+17
|
* Refactor logic for user repository path into one class.Florian Zschocke2013-08-261-1/+2
| | | | Gather logic for building the path/name of a personal user repository into one class.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+466
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.