diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/ldap-ca.add | 1 | ||||
-rw-r--r-- | changelog.d/ldap-refactor.change | 1 | ||||
-rw-r--r-- | changelog.d/ldap-tls.fix | 1 | ||||
-rw-r--r-- | changelog.d/ldaps.fix | 1 | ||||
-rw-r--r-- | changelog.d/list-id-visibility.add | 1 | ||||
-rw-r--r-- | changelog.d/manifest-icon-size.skip (renamed from changelog.d/fix-test-failures.skip) | 0 | ||||
-rw-r--r-- | changelog.d/notifications-group-key.add | 1 | ||||
-rw-r--r-- | changelog.d/profile-image-descriptions.add | 1 |
8 files changed, 7 insertions, 0 deletions
diff --git a/changelog.d/ldap-ca.add b/changelog.d/ldap-ca.add new file mode 100644 index 000000000..32ecbb5c0 --- /dev/null +++ b/changelog.d/ldap-ca.add @@ -0,0 +1 @@ +LDAP configuration now permits overriding the CA root certificate file for TLS validation. diff --git a/changelog.d/ldap-refactor.change b/changelog.d/ldap-refactor.change new file mode 100644 index 000000000..1510eea6a --- /dev/null +++ b/changelog.d/ldap-refactor.change @@ -0,0 +1 @@ +LDAP authentication has been refactored to operate as a GenServer process which will maintain an active connection to the LDAP server. diff --git a/changelog.d/ldap-tls.fix b/changelog.d/ldap-tls.fix new file mode 100644 index 000000000..b15137d77 --- /dev/null +++ b/changelog.d/ldap-tls.fix @@ -0,0 +1 @@ +STARTTLS certificate and hostname verification for LDAP authentication diff --git a/changelog.d/ldaps.fix b/changelog.d/ldaps.fix new file mode 100644 index 000000000..a1dc901ab --- /dev/null +++ b/changelog.d/ldaps.fix @@ -0,0 +1 @@ +LDAPS connections (implicit TLS) are now supported. diff --git a/changelog.d/list-id-visibility.add b/changelog.d/list-id-visibility.add new file mode 100644 index 000000000..2fea2d771 --- /dev/null +++ b/changelog.d/list-id-visibility.add @@ -0,0 +1 @@ +Include list id in StatusView
\ No newline at end of file diff --git a/changelog.d/fix-test-failures.skip b/changelog.d/manifest-icon-size.skip index e69de29bb..e69de29bb 100644 --- a/changelog.d/fix-test-failures.skip +++ b/changelog.d/manifest-icon-size.skip diff --git a/changelog.d/notifications-group-key.add b/changelog.d/notifications-group-key.add new file mode 100644 index 000000000..386927f4a --- /dev/null +++ b/changelog.d/notifications-group-key.add @@ -0,0 +1 @@ +Add `group_key` to notifications
\ No newline at end of file diff --git a/changelog.d/profile-image-descriptions.add b/changelog.d/profile-image-descriptions.add new file mode 100644 index 000000000..85cc48083 --- /dev/null +++ b/changelog.d/profile-image-descriptions.add @@ -0,0 +1 @@ +Allow providing avatar/header descriptions
\ No newline at end of file |