-
Notifications
You must be signed in to change notification settings - Fork 79
feat: add saml:user:add command to pre-provision users #962
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
base: master
Are you sure you want to change the base?
Conversation
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.
Thank you for your contribution!
Some suggestions on user facing text mostly. Please update the commit message to be meaningful, e.g. how i edited the PRs title.
fd0c258
to
a68adae
Compare
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
FWIW Github does not create notifications when a commit was added. |
I have commited the change to make email VALUE_OPTIONAL, I think this is the last pending review item, let me know if I missed something, thanks! |
Thanks! Please update with a rebase, not merging master hereinto. |
030d421
to
55a16f6
Compare
I have followed the DCO suggestions:
I hope this is correct :) |
1265555
to
61f344c
Compare
I use |
Plusses, if the |
316b67f
to
a93f4f8
Compare
Hi, I think I've done the squash and fix whitespace that composer missed. The other lint errors are not in my code AFAIK. Let me know if it look ok to you and thanks again! |
i think something went wrong, the changes in the |
Do you have a suggestion on what to do to fix this PR (remove unwanted changes dragged from probably one of my git commands)? |
a93f4f8
to
d1d9dbb
Compare
I did the following to get rid of the unwanted commits:
They seem to have disappeared now. |
df159b1
to
b2f1c0e
Compare
Hmm they seem to reappear immediately, may be some bot is doing something? |
b2f1c0e
to
53f767a
Compare
Is your master checkout up to date? |
protected function configure(): void { | ||
$this | ||
->setName('saml:user:add') | ||
->setDescription('adds an saml account') |
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.
->setDescription('adds an saml account') | |
->setDescription('Add a SAML account') |
…#939 Signed-off-by: Laurent GUERBY <[email protected]>
Imrove user message Co-authored-by: Arthur Schiwon <[email protected]> Signed-off-by: Laurent GUERBY <[email protected]>
Signed-off-by: Laurent GUERBY <[email protected]>
Signed-off-by: Laurent GUERBY <[email protected]>
Signed-off-by: Laurent GUERBY <[email protected]>
Signed-off-by: Laurent GUERBY <[email protected]>
Signed-off-by: Laurent GUERBY <[email protected]>
Signed-off-by: Laurent GUERBY <[email protected]>
53f767a
to
4866e72
Compare
@blizzz do you have a suggestion on how to make progress? I did again the following:
|
Then I cliked on github web "merge" button |
feat: add saml:user:add command to pre-provision users, fix #939