Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2024-09-23 08:50:30 +00:00
parent 34cc7b2e56
commit 285dec1955

View File

@@ -142,7 +142,17 @@ The following sections list the changes for unreleased.
database we're now able to maintain the ocLastSignInTimestamp attribute for the
users.
This attribute is return in the 'signinActivity/lastSuccessfulSignInDateTime'
properity of the user objects. It is also possible to $filter on this attribute.
Use e.g. '$filter=signinActivity/lastSuccessfulSignInDateTime le
2023-12-31T00:00:00Z' to search for users that have not signed in since
2023-12-31. Note: To use this type of filter the underlying LDAP server must
support the '<=' filter. Which is currently not the case of the built-in LDAP
server (idm).
https://github.com/owncloud/ocis/pull/9942
https://github.com/owncloud/ocis/pull/10111
* Enhancement - Add an Activity for FileUpdated: [#10072](https://github.com/owncloud/ocis/pull/10072)