-
Notifications
You must be signed in to change notification settings - Fork 2.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
[WIP] Ajax load groups in users page #10994
Conversation
@LukasReschke I'm not sure we want to merge this as is, it will double the load for no gain. |
Needs #10968 to be merged first so I can reuse the select2 utility function. I'll work on a local rebase in the meantime... |
k - I'll review #10968 in the meanwhile. |
Work in progress for select2 on a separate branch: |
|
I thought of pagination but don't want to do this as part of this PR. This one is already tricky enough, seems the select2 layout might not fit in the users page... it wraps on multiple lines by default, might need some hacking. I'm just hoping to not have to go back to multiselect and need to extend it. |
My prior comment was meant for another PR, please ignore it. |
cf23edb
to
310ef7b
Compare
I rebased in hope that Jenkins will now be happy. |
310ef7b
to
3d06f92
Compare
I rebased and added further commits that introduce select2 in the users page. This is still WIP as it's buggy and the layout doesn't look good. |
As there is a blue ticket for this PR: @PVince81 What is the state of this? |
Rebased. But still requires #20493 |
|
Not a priority right now and we managed to improve perf quite a bit already -> backlog |
having 200 users and 1 group, ownCloud 10.0.0beta2
This needs some rework using the power of new account table. For 10.0.1. |
old, conflicts... but still wanted... the JS code of the users page is not nice |
@PVince81 development or triage? |
no time -> triage |
too many conflicts, needs to be redone |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #9201
CC @blizzz