-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(settings): Fix infinitely loading account management page with pagination of groups #51336
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2bd1d16
perf(settings): Remove computation of all groups
Pytal fcf42c4
fix(settings): Fix infinitely loading account management page with pa…
Pytal a1a4988
feat(provisioning_api): Add endpoint for fetching user groups with de…
Pytal 8a3a388
perf(settings): Cancel request on new search
Pytal ace13ca
fix(settings): Allow searching for groups in user row
Pytal 1c7ea50
fix(settings): Allow searching for groups in new account dialog
Pytal a1bf497
perf(settings): Make scrolling smooth when a large number of groups a…
Pytal bf01685
refactor(settings): Consolidate group formatting
Pytal 374197c
chore(settings): Add note on groups sorting
Pytal d32f2c7
fix(settings): Fix loaded groups being undefined
Pytal a5885d4
fix(settings): Prevent selection of invalid groups that are not fully…
Pytal 8e0f507
fix(settings): Fix erroneous hiding of group admin column with pagina…
Pytal 7e4d264
feat(provisioning_api): Add endpoint for fetching user subadmin group…
Pytal 31ffa33
fix(settings): Fix editing groups and subadmin groups of user
Pytal 6edbeb7
fix(settings): Only change usercount if group can be found
Pytal b093eff
fix(settings): Fix group creation when editing users
Pytal 82f0957
fix(settings): Fix group creation in new account dialog
Pytal d32b76b
fix(settings): Fix duplicated group options when editing account
Pytal eb60f6a
fix(settings): Fix duplicated group options in new account dialog
Pytal 7c976a9
fix(settings): Natural order groups
Pytal e2c2419
chore(openapi): Update spec
Pytal 06dbcde
fix(settings): Preserve system groups on reset
Pytal f46f36b
fix(settings): Fix initialization of store
Pytal b9b44ca
fix(settings): Separate subadmin options
Pytal 7b47c5a
test(settings): Wait until groups list has loaded
Pytal c617f26
test(settings): Correctly find group in select
Pytal 1d0ae0c
test(settings): Fix group items not being found
Pytal 437146b
chore(assets): Recompile assets
nextcloud-command File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor(settings): Consolidate group formatting
Signed-off-by: Christopher Ng <[email protected]>
- Loading branch information
commit bf01685f3cf106085c2e8f1ce5c5018ec3b24e92
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
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.
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.
❤️ 🚀