Uh oh!
There was an error while loading. Please reload this page.
Add authentication against basic auth - #38
Conversation
Hi, thank you for your contribution! |
Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
nerdmaennchen
commented
Feb 25, 2019
sorry; I didn't know signing was needed. Cheers, |
violoncelloCH
commented
Feb 25, 2019
no problem... thank you for adding the sign-off! |
violoncelloCH
left a comment
There was a problem hiding this comment.
thank you very much!
apart from the mentioned points below, the code looks good to me and it works :)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
violoncelloCH
commented
Feb 25, 2019
btw, did you get the unittest you wrote to work? If so, I would appreciate your help at #31, where I'm trying to get the automated tests to work, but I'm stuck there, because I don't have any experience with unittesting yet (I'm just a student and started maintaining this app here two months ago). 😄 |
nerdmaennchen
commented
Feb 26, 2019
I'm afraid I didn't get the unittests to work... I am, however, very thankful of your assistance and review! All the best, |
Ahh, I see... Thank you anyway! |
Uh oh!
There was an error while loading. Please reload this page.
violoncelloCH
commented
Feb 27, 2019
@MorrisJobke@nickvergessen@rullzer could somebody of you review the unit tests? |
MorrisJobke
commented
Feb 27, 2019
They look good 👍 |
violoncelloCH
commented
Feb 27, 2019
@MorrisJobke thank you for reviewing! |
violoncelloCH
commented
Feb 27, 2019
@nerdmaennchen looks like you reverted the other corrections while force pushing your last commit... no hurry, just revert it back to what we want :) |
Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
nerdmaennchen
commented
Feb 27, 2019
blushing intensifies I feel like I do owe you a drink. I hope it is resolved now. All the best, |
violoncelloCH
commented
Feb 27, 2019
no problem ;) looks like everything is fine now! Thank you for your contribution! |
nerdmaennchen
commented
Feb 27, 2019
Well, thank you for developing and maintainig user_external in the first place. |
violoncelloCH
commented
Feb 27, 2019
I did not create it ;)... I'm just maintaining it now as it was unmaintained the months before... |
jancborchardt
commented
May 23, 2019
@nerdmaennchen no one’s a dummie, welcome to Nextcloud and the @nextcloud/user_external team! :) Since you seem to be in Berlin, be welcome at our Nextcloud Conference (at TU Berlin) in September: https://nextcloud.com/conf-2019/ |
nerdmaennchen
commented
May 23, 2019
Many thanks for the warm welcome! I figure the conference happenes every year; I'm looking forward to beeing there next year! All the best, |
violoncelloCH
commented
May 23, 2019
thank you @jancborchardt for inviting @nerdmaennchen :) @nerdmaennchen now that you are a member, I wan't to point out to you that you now should be able to push branches directly to Nextcloud's repos (so no need to make a detour via your fork any more) and that you can review and approve PRs ;) |
I've added code to authenticate against http basic access authentication.
In my setup I have a (self made) single sign on that can handle basic auth requests (because they are so insanely easy to implement) and use that as an identity and authentication provider.
This PR contains the code that runs on my setup.