-
Notifications
You must be signed in to change notification settings - Fork 81
Populate avatar from SAML attribute #520
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
Conversation
|
It is my first code contribution to a Nextcloud project, so I am not sure, how the merging process works. Do I need to do something for this PR being merged? |
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
…_mapping config setting and disabling image upload if avatar_mapping configuration is set Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
…their avatar Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.0.1 to 7.3.0. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](guzzle/guzzle@7.0.1...7.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Some SAML servers require this type of decoding, otherwise the SLO request fails. Ideally the library would perform both verifications (SAML-Toolkits/php-saml#466), but it seems upstream doesn't want to perform this change. Until we have considered a better solution for this, this adds a new checkbox that one can configure. Ref #403 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
…ansifex Signed-off-by: Philipp Seßner <mail@philpp-sessner.de>
Lumrenion
left a comment
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.
I think. all change requests in the last review are addressed now. I also fetched the updates from master, so the PR can be reviewed again.
|
Love this function, when will it be commit? |
|
I missed the notification in August. Will revisit after #558 is merged and shipped. |
Cool, thanks for your working. |
|
/rebase |
|
@Lumrenion could you rebase, please? |
|
I rebased the PR and did the necessary changes for this to work with the new SAMLSettings |
|
Not sure the rebase worked with the 40 commits added here |
|
True, it has commits on my fork that definitely came from this master. Should I create a new fork and manually do the changes again? |
either retry to rebase, or do a new PR. You can apply your commits, not need to redo everything by hand. |
|
Created a new PR with the actual changes only: #640 |
This PR addresses #187.