CHANGELOG-EE 1.12 KB
Newer Older
1
v 6.9.0
2
  - Add support for closing Jira tickets with commits and MR
Marin Jankovski's avatar
Marin Jankovski committed
3
  - Template for Merge Request description can be added in project settings
4

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
5 6 7
v 6.8.0
  - Customise sign-in page with custom text and logo

8 9 10
v 6.7.1
  - Handle LDAP errors in Adapter#dn_matches_filter?

11 12
v 6.7.0
  - Improve LDAP sign-in speed by reusing connections
13
  - Add support for Active Directory nested LDAP groups
14 15
  - Git hooks: Commit message regex
  - Git hooks: Deny git tag removal
16
  - Fix group edit in admin area
17

18 19 20
v 6.5.0
  - Add reset permissions button to Group#members page

21 22 23 24 25 26 27
v 6.4.0
  - Respect existing group permissions during sync with LDAP group (d3844662ec7ce816b0a85c8b40f66ee6c5ae90a1)

v 6.3.0
  - When looking up a user by DN, use single scope (bc8a875df1609728f1c7674abef46c01168a0d20)
  - Try sAMAccountName if omniauth nickname is nil (9b7174c333fa07c44cc53b80459a115ef1856e38)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
28 29 30 31 32 33
v 6.2.0
  - API: expose ldap_cn and ldap_access group attributes
  - Use omniauth-ldap nickname attribute as GitLab username
  - Improve group sharing UI for installation with many groups
  - Fix empty LDAP group raises exception
  - Respect LDAP user filter for git access