[stable32] perf: Replace more calls from getUserGroups to getUserGroupIds#62467
Open
backportbot[bot] wants to merge 5 commits into
Open
[stable32] perf: Replace more calls from getUserGroups to getUserGroupIds#62467backportbot[bot] wants to merge 5 commits into
backportbot[bot] wants to merge 5 commits into
Conversation
backportbot
Bot
requested review from
CarlSchwan,
cristianscheid and
provokateurin
July 23, 2026 21:28
kesselb
force-pushed
the
backport/61904/stable32
branch
from
July 23, 2026 21:32
1c33169 to
f8f920b
Compare
6 tasks
Contributor
show the groups display name for non-loaded groups works as expected. @CarlSchwan could you please check the performance tweaks? |
kesselb
force-pushed
the
backport/61904/stable32
branch
from
July 23, 2026 21:57
f8f920b to
11d4557
Compare
kesselb
marked this pull request as ready for review
July 23, 2026 21:57
kesselb
requested review from
Altahrim,
kristian-zendato,
nfebe,
salmart-dev and
susnux
and removed request for
a team
July 23, 2026 21:57
By default only 25 group objects are loaded. If a user is assigend to a group, that isn't loaded yet, we only show the gid instead of the displayname. Assisted-by: Copilot:gpt-5.4 Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Faster as we only need the gid and not the full group objects Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
force-pushed
the
backport/61904/stable32
branch
from
July 23, 2026 23:32
11d4557 to
4fc83e7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport of #61904
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.