-
Notifications
You must be signed in to change notification settings - Fork 116
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
[stable27] fix: Allow configuring the wopi_callback_url #3575
Conversation
Passing run #803 ↗︎
Details:
Review all test suite changes for PR #3575 ↗︎ |
c5aa861
to
16d4aa3
Compare
src/helpers/url.js
Outdated
} | ||
|
||
const getWopiSrc = (fileId) => { | ||
// WOPISrc - URL that loolwsd will access (ie. pointing to ownCloud) |
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.
🙃 for the sake of backport 🍸
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.
🙈 Updated
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 thought it is kept intentionally to not have differences with higher branches
16d4aa3
to
e2ff3b7
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
e2ff3b7
to
c8814ef
Compare
This is a minimal invasive backport of the parts of #3315 that allow configuring a separate callback URL for WOPI that can be used to use a different URL for requests Collabora is performing towards Nextcloud