-
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
Continuing the New User management #7151
Conversation
@jancborchardt here we go. ;) |
@DeepDiver1975 @Raydiation @PVince81 check this out. cc @owncloud/designers @MTRichards as well. |
Good one @raghunayyar! Feedback:
Additional features:
|
We have the additional request to do "user defined groups" any idea here? |
@karlitschek what does that mean exactly? Is there a writeup or issue on that? @raghunayyar we should change »Storage« to »Quota« to prevent misunderstanding. Can you do that? |
@jancborchardt Not clear yet. Needs to be defined |
@raghunayyar please have a look at the scrutinizer inspection - it's worth having a look 😉 |
@@ -16,30 +16,37 @@ | |||
|
|||
<script type="text/javascript" src="<?php print_unescaped(OC_Helper::linkToRoute('isadmin'));?>"></script> |
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.
Wow - what's that?
this could be added as a data-attribute and accessed by jquery - no need for a dynamically generated javascript file
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.
@DeepDiver1975 pre-exisitng, I didn't do that. Checking it though. thx!
@raghunayyar did you test this? 😉
|
Is search supposed to work? I have a strange scroll behavior: |
@DeepDiver1975 it's an initial commit. I too am getting issues. Will definitely fix it this morning. |
The way it was explained to me: Acceptance Criteria:
At least at a high level, that is what folks have explained to me. |
@MTRichards these groups are supposed to be used for sharing only? In addition these groups seem to be user specific - e.g. my group named 'family' will contain a different set of user compared to a different user. Shall this group contain ownCloud users only or shall emails for public/pin-protected sharing be included as well? I guess we can move this to the sharing next generation ticket - right? |
Yes and Yes!
From a user perspective, a group should be able to be a list of users, groups, or email addresses. It is just a shortcut when sharing a lot of the same files with people all the time.
Absolutely, but I think this is a tad lower on the list than a lot of the sharing elements we need. |
+1 on this feature - this would be useful for enterprise customers as well, trying to establish collaboration projects outside of the existing directory backend. |
@DeepDiver1975 forced pushed the correction typos and the syntax errors along with the Initial Search Commit just now. Looking it into Scrutinizer now ;) |
@jancborchardt do you want to give an option of adding the email ID while a user is created? I mean, three inputs. Username, Password and Email ID. Or is there something I am missing here. Please explain! thanks! |
email is not mandatory at the moment - and we shall keep this constraint. |
Even though the email is not mandatory, I would introduce that field in the "adding a user" row. Password and groups are optional as well. But email is important for lots of communication, notification, password reset etc. Just have the placeholder say "Email (optional)". |
@jancborchardt @DeepDiver1975 can you guys test the search behaviour now? @kabum helped me fix it. ;) |
hi, I'd like to have two new features
thanks |
@heavymanto lets do the MVP first please! I am sure the features you suggested will be followed by. |
@raghunayyar @jancborchardt this scrolling issue is still there |
A new inspection was created. |
The inspection completed: 57 new issues, 9 updated code elements |
🚀 Test Passed. 🚀 |
Ladies & Gentlemen, let's get this reviewed and merged. Remaining tasks from #7151 (comment) will be dealt with as bugs. |
looks good to me 👍 |
Who can help to merge this? @PVince81 @DeepDiver1975 @MTRichards ? |
A new inspection was created. |
Tested recovery key functionality for encryption, works as expected... For this part 👍 Also otherwise it looks good, I didn't looked a the code. |
The other ones are jquery ui multi-select dropdowns, does not differ to 6. |
🚀 Test Passed. 🚀 |
👍 🚀 👯 |
Continuing the New User management
👏 |
Can we remove groups now? I remember seeing it 2 days ago, but now I cannot. |
It was implemented, maybe cleanup or rebase killed it… can you open a new issue for it, please? |
It would be nice to have a monitor mode for user storage... |
@juhulian please instead of commenting on a long solved pull request open a new issue. :) In there also explain more in detail what you mean. Thanks |
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. |
🚧 PR just for collaborating. Work In Progress, don't click merge yet.
First priority, basic functionality
Additional features
Big features which have to wait first