summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/IAuthenticationManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Update javadocJames Moger2014-04-171-1/+12
|
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-4/+3
| | | | "gitblit keys ls" now defaults to showing an indexed list of fingerprints which almost matches the output of "sshadd -l". The indexes are useful specifying key(s) to remove using "gitblit keys rm <index>". This is an important improvement for key management.
* Revise SSH public key integration with AuthenticationManagerJames Moger2014-04-101-2/+10
|
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-0/+3
| | | | | | | | | | | Add git-upload-pack and git-receive-pack commands. Conflicts: src/main/java/com/gitblit/manager/ServicesManager.java src/main/java/com/gitblit/transport/ssh/CommandDispatcher.java src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java Change-Id: I8c057b41f1dfad6d004e6aa91f96c8c673be9be2
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-281-0/+8
| | | | | | | 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-0/+113
Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd