Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: fix CPU hog bug in config save | Ingo Lafrenz | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | removing duplicated code for cookie genaration and adding random bytes to ↵ | Rodrigo Andrade | 2016-08-15 | 1 | -1/+1 |
| | | | | generate user cookies | ||||
* | remove external account type in lieu of specific type | Joel Johnson | 2015-12-09 | 1 | -3/+0 |
| | | | | | | | This was unused and causing provider lookup to fail in AuthenticationManager.findProvider() by changing it out from underneath. As a result, the supportXChanges methods weren't being reported correctly. | ||||
* | Allow authentication providers to control user and team role changes | James Moger | 2014-09-26 | 1 | -16/+17 |
| | |||||
* | Fix locale preference storing | James Moger | 2014-06-09 | 1 | -2/+9 |
| | |||||
* | Add clone transport user preference | James Moger | 2014-06-05 | 1 | -0/+9 |
| | |||||
* | Add "email me on my ticket changes" preference | James Moger | 2014-06-05 | 1 | -0/+4 |
| | |||||
* | Revise language/locale preference handling | James Moger | 2014-06-05 | 1 | -3/+6 |
| | |||||
* | Implement user "disabled" flag as an alternative to deleting the account | James Moger | 2014-03-04 | 1 | -0/+6 |
| | |||||
* | issue-323: Synchronize all user service methods | James Moger | 2014-01-28 | 1 | -10/+10 |
| | |||||
* | issue-361: Reset user cookie after administrative password change | James Moger | 2014-01-28 | 1 | -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. | ||||
* | Issue 356 - function updateUserModels also updates the stored teams in | Alfred Schmid | 2014-01-09 | 1 | -6/+10 |
| | | | | the UserModel. Now all Teammembers are shown when realm.ldap.synchronizeUsers.enable is turned on. | ||||
* | Fix NPE on usermodel account type checking | James Moger | 2013-12-11 | 1 | -1/+1 |
| | | | | Change-Id: I964381a896e8c8bf8cce5f19a83fd7c33ef5c9bd | ||||
* | Refactor user services and separate authentication (issue-281) | James Moger | 2013-11-29 | 1 | -183/+19 |
| | | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd | ||||
* | Extract UserManager from GitBlit singleton | James Moger | 2013-11-29 | 1 | -1/+7 |
| | | | | Change-Id: I4885255ed63aa6c4e000c3e5501675440dca3958 | ||||
* | Eliminate static singleton calls from user services | James Moger | 2013-11-29 | 1 | -3/+4 |
| | | | | Change-Id: Ieec34483822f033b19d3ff3259d071c9bc091ed1 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -61/+62 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Synchronize critical ConfigUserService methods | James Moger | 2013-09-23 | 1 | -14/+14 |
| | |||||
* | Eliminate redundant read() and use accessor instead of direct cache access | James Moger | 2013-09-23 | 1 | -3/+1 |
| | |||||
* | Fix potential NPE in cookie retrieval | James Moger | 2013-09-23 | 1 | -0/+3 |
| | |||||
* | Return cloned usermodel on cookie authentication | James Moger | 2013-09-23 | 1 | -0/+6 |
| | |||||
* | Added locale user preference, still requires ui | James Moger | 2013-05-30 | 1 | -0/+8 |
| | |||||
* | Added simple star/unstar function | James Moger | 2013-05-30 | 1 | -1/+20 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+1078 |
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. |