-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add a settings to control URL substitution #57
Add a settings to control URL substitution #57
Conversation
This substitution is known to break Linux experience. While the raw URL is also known to work on Windows. In some circumstance, it could be desirable to not subtitute URLs.
Hello @gbonnefille, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. Per the Mattermost Contribution Guide, we need to add you to the list of approved contributors for the Mattermost project. Please help complete the Mattermost contribution license agreement? This is a standard procedure for many open source projects. Please let us know if you have any questions. We are very happy to have you join our growing community! If you're not yet a member, please consider joining our Contributors community channel to meet other contributors and discuss new opportunities with the core team. |
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 35.92% 36.97% +1.05%
==========================================
Files 8 8
Lines 334 384 +50
==========================================
+ Hits 120 142 +22
- Misses 195 223 +28
Partials 19 19
Continue to review full report at Codecov.
|
Feel free to pick ideas from this proposed solution instead of merging it directly. |
/check-cla |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
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.
Thanks @gbonnefille !
@DHaussermann Are you able to test on windows, mac, and linux, and do we still have a Webex account to test with? |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@gbonnefille I have tested this on Ubuntu, Mac and Windows Chrome. That said I'm seeing a different issue. For all 3 OS when I join a meeting from the browser, there is no audio support. This seems like an unrelated problem. I tested with the latest WebEx release before the PR and see the same issue. Regardless - This PR works as intended and can be merged Edit Created #61 to investigate audio support in browser. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
/update-branch |
@cpoile looks like this would be ready to merge? |
@jasonblais This is having some ci issues (some test are failing), so we shoulnd't merge yet. |
I'm strictly unable to investigate on these failures. |
/update-branch |
@gbonnefille Could you click the For more info, see: https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork |
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@gbonnefille I've fixed the test for you so we can merge this PR. Thanks for the contribution! 🎉 |
Many thanks! |
Summary
This substitution is known to break Linux experience.
While the raw URL is also known to work on Windows.
In some circumstance, it could be desirable to not substitute
URLs.
Ticket Link
Fixes #31