Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed Sep 23, 2024
1 parent 34cc7b2 commit 285dec1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 285dec1

Please sign in to comment.