-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ability to sort by last login #45249
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pytal
reviewed
May 10, 2024
kesselb
added
2. developing
Work in progress
and removed
3. to review
Waiting for reviews
labels
May 11, 2024
kesselb
reviewed
May 11, 2024
Pytal
reviewed
Jun 6, 2024
4 tasks
yemkareems
force-pushed
the
feature/add-ability-to-sort-by-last-login
branch
from
June 26, 2024 07:44
fdba92d
to
0de617e
Compare
yemkareems
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
Jun 26, 2024
come-nc
reviewed
Jul 1, 2024
come-nc
reviewed
Jul 2, 2024
come-nc
requested changes
Jul 4, 2024
come-nc
requested changes
Jul 4, 2024
…rder is lastLogin DESC Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
… uid asc. enable email search by changing query Signed-off-by: yemkareems <yemkareems@gmail.com>
fix: added a new endpoint users/recent and getting users based on last login info in the same. Reverted old code that was breaking LDAP Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
…s sort and order are not required here Signed-off-by: yemkareems <yemkareems@gmail.com>
…s sort and order are not required here Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
…by lastLogin Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
…as per getDisplayNames function. limit and offset added to query. default limit set to 25. Signed-off-by: yemkareems <yemkareems@gmail.com>
…hed or if limit is given limit number of users are fetched Signed-off-by: yemkareems <yemkareems@gmail.com>
…. removed getUsersSortedByLastLogin from Manager and instead used the config in controller Signed-off-by: yemkareems <yemkareems@gmail.com>
… login Signed-off-by: yemkareems <yemkareems@gmail.com>
… available Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
…r/Manager Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems
force-pushed
the
feature/add-ability-to-sort-by-last-login
branch
from
July 8, 2024 10:12
dd27c57
to
4eba967
Compare
Signed-off-by: provokateurin <kate@provokateurin.de>
artonge
approved these changes
Jul 8, 2024
* @return list<string> list of user IDs | ||
* @since 30.0.0 | ||
*/ | ||
public function getLastLoggedInUsers(?int $limit = null, int $offset = 0, string $search = ''): array; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nickvergessen
added
the
pending documentation
This pull request needs an associated documentation update
label
Jul 18, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
pending documentation
This pull request needs an associated documentation update
🍂 2024-Autumn
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
TODO
Checklist