From 336e81ea4f10ee7a7824073c28d8e72f91c0afec Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 29 Aug 2024 13:20:29 +0200 Subject: [PATCH] Changelog update --- changelog/unreleased/bump-reva.md | 1 + changelog/unreleased/ldap-signin-timestamp.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 changelog/unreleased/ldap-signin-timestamp.md diff --git a/changelog/unreleased/bump-reva.md b/changelog/unreleased/bump-reva.md index 70745801d02..c9b32804e0b 100644 --- a/changelog/unreleased/bump-reva.md +++ b/changelog/unreleased/bump-reva.md @@ -2,6 +2,7 @@ Enhancement: Bump reva Bumps reva version +https://github.com/owncloud/ocis/pull/9942 https://github.com/owncloud/ocis/pull/9920 https://github.com/owncloud/ocis/pull/9879 https://github.com/owncloud/ocis/pull/9860 diff --git a/changelog/unreleased/ldap-signin-timestamp.md b/changelog/unreleased/ldap-signin-timestamp.md new file mode 100644 index 00000000000..d267dea80ce --- /dev/null +++ b/changelog/unreleased/ldap-signin-timestamp.md @@ -0,0 +1,6 @@ +Enhancement: graph server is able to maintain the last sign-in timestamp of a user + +When the LDAP identity backend is configured to have write access to the database +we're now able to maintain the ocLastSignInTimestamp attribute for the users. + +https://github.com/owncloud/ocis/pull/9942