-
Notifications
You must be signed in to change notification settings - Fork 113
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
allow updating of ocm shares #4840
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
normalizedDomain := u.Hostname() | ||
if port := u.Port(); port != "" { | ||
normalizedDomain += ":" + port | ||
} | ||
return normalizedDomain, nil |
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.
@fschade is that not part of any other PR? Related to the current breaking ocm setup in web?
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.
@butonic its a leftover from our early suggestion diff... can go away
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.
ok, dropped this and combinde the commits to glue the changelog to the change
Signed-off-by: Christian Richter <crichter@owncloud.com> add changelog Signed-off-by: Christian Richter <crichter@owncloud.com> Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
d6fe3ed
to
925a643
Compare
Bugfix: Allow update of ocm shares
We fixed a bug that prevented ocm shares to be updated or removed.
owncloud/ocis#9926