Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement an HTTP header AuthenticationProvider | Joel Johnson | 2015-12-09 | 2 | -5/+209 |
| | |||||
* | Merge branch 'ticket/244' into develop | James Moger | 2015-03-07 | 1 | -11/+24 |
|\ | |||||
| * | Minor refactoring of user/team checksumming | James Moger | 2015-03-07 | 1 | -60/+22 |
| | | |||||
| * | Setting up a checksum on user and team instances to lower connection delay | Pierre-yves Baloche | 2015-03-06 | 1 | -14/+65 |
| | | |||||
* | | Fix time units in ldap sync log message | James Moger | 2014-11-24 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'ticket/129' into develop | James Moger | 2014-09-30 | 1 | -1/+1 |
|\| | |||||
| * | Remove Wicket references from non-Wicket packages | James Moger | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Allow authentication providers to control user and team role changes | James Moger | 2014-09-26 | 7 | -2/+119 |
|/ | |||||
* | Allow LDAP to reset/delete an user email address value | James Moger | 2014-09-08 | 1 | -0/+4 |
| | |||||
* | fix misstyped passwords leaked in log files with redmine auth provider | mereth | 2014-08-19 | 1 | -2/+3 |
| | |||||
* | [findbugs] Null check on closing PAM provider | James Moger | 2014-04-17 | 1 | -1/+3 |
| | |||||
* | Warn on LDAP synchronization if the uid attribute is null/undefined | James Moger | 2014-04-08 | 1 | -4/+8 |
| | |||||
* | LDAP: Escape username in case we are using userbased bind. | Jani Averbach | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | LDAP: Authenticated Searches without a manager password | j3rem1e | 2014-03-27 | 1 | -1/+15 |
| | | | | | | Allow to use the LDAP AuthProvider with a LDAP Server prohibiting anonymous searches but without providing a manager password : searches are made on behalf of the authenticated user. | ||||
* | WindowsAuthProvider setting to restrict BUILTIN\Administrators | James Moger | 2014-02-21 | 1 | -3/+5 |
| | | | | | | Some environments do not want to automatically allow Windows admin accounts to be Gitblit admins. This patch allows disabling/enabling the relationship between Windows builtin admin accounts and Gitblit accounts. | ||||
* | Remove admin permission setting from Redmine auth provider (issue-368) | James Moger | 2014-02-21 | 1 | -5/+0 |
| | | | | | This feature depended on an undocumented behavior of Redmine. If/when Redmine groups are mapped to Gitblit teams, we can reconsider setting the admin permission (issue-321). | ||||
* | API adjustments and elimination of duplicate config options | James Moger | 2014-02-19 | 2 | -100/+114 |
| | |||||
* | Added logging for empty group sync. | Alfred Schmid | 2014-02-19 | 1 | -0/+2 |
| | |||||
* | Load empty groups as empty teams from ldap, when ldap user | Alfred Schmid | 2014-02-19 | 1 | -0/+24 |
| | | | | synchronization is enabled. | ||||
* | Fixed error with negative periods. Using at least ldapCaching period to | Alfred Schmid | 2014-02-19 | 1 | -11/+11 |
| | | | | sync with ldap | ||||
* | Basic implementation of feature for ldap user synchronization as | Alfred Schmid | 2014-02-19 | 1 | -1/+30 |
| | | | | | background service. Introduced configuration property to configure the synchronization period. | ||||
* | Centralize cookie creation | James Moger | 2013-12-11 | 7 | -32/+25 |
| | | | | Change-Id: I1a17416121764f33a8d05a88c80cece0c03ac41d | ||||
* | Fix external authentication failure | James Moger | 2013-12-11 | 1 | -14/+21 |
| | | | | Change-Id: I0f415941a4bfd5e63d85c60613cea0c7d10cbb49 | ||||
* | Allow null authentication provider to manipulate users | James Moger | 2013-12-10 | 1 | -4/+4 |
| | | | | Change-Id: I07405f2ed915b8f544ac58aca8367301a7d23e38 | ||||
* | Fix LDAP port and bind regressions due to change for issue-343 | James Moger | 2013-12-10 | 1 | -2/+11 |
| | | | | Change-Id: I76ee581e067a30fb1656c5c62bdf743846f1a767 | ||||
* | Refactor user services and separate authentication (issue-281) | James Moger | 2013-11-29 | 7 | -0/+1583 |
Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd |