summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/AuthenticationManager.java
Commit message (Expand)AuthorAgeFilesLines
* Annotate managers with @SingletonJames Moger2014-07-031-1/+3
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-1/+1
* Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-0/+2
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-6/+6
* Revise SSH public key integration with AuthenticationManagerJames Moger2014-04-101-11/+14
* Establish ssh keys folder, support multiple keys, revise key authenticatorJames Moger2014-04-101-1/+1
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-0/+29
* Fix authentication security hole with external providersJames Moger2014-03-181-29/+44
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-041-8/+29
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-191-0/+7
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-281-26/+35
* Fix external authentication failureJames Moger2013-12-111-2/+3
* Added filesystem write permission check (issue-345)James Moger2013-11-291-2/+2
* Refactor managers and authentication for federationJames Moger2013-11-291-29/+1
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-0/+511