Skip to content

Tags: zhupeng0521/gitblit

Tags

merged--sshLdapAuthenticator

Toggle merged--sshLdapAuthenticator's commit message
Extend documentation in default.properties and LdapKeyManager.java.

merged--fixAdminRoleLDAP

Toggle merged--fixAdminRoleLDAP's commit message
Set "can admin" permission on LDAP users and teams correctly

The canAdmin permission is set on a LDAP user, when the user is listed
in `realm.ldap.admins` or is a member of a team listed in `realm.ldap.admins`.
This leads to inconsistent and surprising behaviour on the EditUser page
when clicking the "can admin" checkbox. Also, the "can admin" checkbox
is disabled, but not checked, for teams that are listed as admin teams.

The new behaviour implemented in this patch makes users and teams from
LDAP match local ones. That means:
* LDAP teams that are listed in `realm.ldap.admins` get the canAdmin
  property set if teams are maintained in LDAP.
* LDAP users that are listed in `realm.ldap.admins` get the canAdmin
  property set if teams are maintained in LDAP.
* LDAP users do not get the canAdmin property set, if they are only a
  member of a team listed in `realm.ldap.admins`.
* The `supportsRoleChanges` method for users and teams of the
  `LdapAuthProvider` unconditially returns false if teams are
  maintained in LDAP, not only for users and teams listed in
  `realm.ldap.admins`.
* Therefore, for all LDAP users and teams the "can admin" checkbox
  is always disabled if teams are maintained in LDAP.

merged--fixLDAPbinding

Toggle merged--fixLDAPbinding's commit message
Update documentation for LDAP binding in default.properties.

Extend the comments for some realm.ldap.* properties to better explain
use cases and requirements.

merged--merge-strategy

Toggle merged--merge-strategy's commit message
Add merge type setting to repository page.

The merge type is a per repository setting. Add it to the edit page.

merged-logSendFailedException

Toggle merged-logSendFailedException's commit message
Improve logging when sending email fails.

v1.8.0

Toggle v1.8.0's commit message
Gitblit 1.8.0 release

v1.7.1

Toggle v1.7.1's commit message
Gitblit 1.7.1 release

v1.7.0

Toggle v1.7.0's commit message
Gitblit 1.7.0 release

v1.6.2

Toggle v1.6.2's commit message
Gitblit 1.6.2 release

v1.6.1

Toggle v1.6.1's commit message
Gitblit 1.6.1 release