summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/ConfigUserService.java
Commit message (Expand)AuthorAgeFilesLines
* remove external account type in lieu of specific typeJoel Johnson2015-12-091-3/+0
* Allow authentication providers to control user and team role changesJames Moger2014-09-261-16/+17
* Fix locale preference storingJames Moger2014-06-091-2/+9
* Add clone transport user preferenceJames Moger2014-06-051-0/+9
* Add "email me on my ticket changes" preferenceJames Moger2014-06-051-0/+4
* Revise language/locale preference handlingJames Moger2014-06-051-3/+6
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-041-0/+6
* issue-323: Synchronize all user service methodsJames Moger2014-01-281-10/+10
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-281-0/+3
* Issue 356 - function updateUserModels also updates the stored teams inAlfred Schmid2014-01-091-6/+10
* Fix NPE on usermodel account type checkingJames Moger2013-12-111-1/+1
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-183/+19
* Extract UserManager from GitBlit singletonJames Moger2013-11-291-1/+7
* Eliminate static singleton calls from user servicesJames Moger2013-11-291-3/+4
* Trim trailing whitespace and organize importsJames Moger2013-09-301-61/+62
* Synchronize critical ConfigUserService methodsJames Moger2013-09-231-14/+14
* Eliminate redundant read() and use accessor instead of direct cache accessJames Moger2013-09-231-3/+1
* Fix potential NPE in cookie retrievalJames Moger2013-09-231-0/+3
* Return cloned usermodel on cookie authenticationJames Moger2013-09-231-0/+6
* Added locale user preference, still requires uiJames Moger2013-05-301-0/+8
* Added simple star/unstar functionJames Moger2013-05-301-1/+20
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+1078