Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Support local accounts with LdapUserService and RedmineUserService (issue-183) | James Moger | 2013-01-04 | 1 | -3/+15 |
| | |||||
* | Fix LDAP connection leak (issue 139) | James Moger | 2012-09-26 | 1 | -34/+37 |
| | |||||
* | Setting Admin attribute is now consistent with LDAP team config | James Moger | 2012-08-27 | 1 | -10/+23 |
| | |||||
* | StartTLS is not supported in LdapUserService (issue 122) | Steffen Gebert | 2012-08-09 | 1 | -2/+17 |
| | | | | | By providing an URL in the format "ldap+tls://ldapserver.example.com", you can now connect to LDAP servers that require StartTLS command. | ||||
* | Fixed LdapUserService if account has null email address (issue 110) | James Moger | 2012-07-17 | 1 | -2/+8 |
| | |||||
* | Persist cookies in ConfigUserService. Update LDAPUserService to generate ↵ | James Moger | 2012-07-11 | 1 | -13/+6 |
| | | | | cookies. | ||||
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 1 | -18/+45 |
| | |||||
* | Merge jcrygier's LDAP injection defense and displayname/email retrieval | James Moger | 2012-04-25 | 1 | -15/+69 |
|\ | | | | | | | | | Add LDAP logic to retrieve display name & email address Add code / test to defend against LDAP injection attacks. | ||||
| * | Add logic to get display name & email (Simply stored in user model for now). | John Crygier | 2012-04-25 | 1 | -15/+69 |
| | | | | | | | | Add code / test to defend against LDAP injection attacks. | ||||
* | | Documentation | James Moger | 2012-04-24 | 1 | -2/+2 |
| | | |||||
* | | Corrected log typos | James Moger | 2012-04-24 | 1 | -2/+2 |
| | | |||||
* | | Updated the key generator to build nested key classes | James Moger | 2012-04-24 | 1 | -10/+10 |
|/ | |||||
* | Allow for admin teams with spaces in their name. | unknown | 2012-04-24 | 1 | -11/+11 |
| | |||||
* | Change username to come from simpleUserName (from login screen) instead of CN. | John Crygier | 2012-04-18 | 1 | -3/+3 |
| | |||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 1 | -86/+154 |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | ||||
* | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 1 | -0/+200 |