mattermost / mattermost-redux

Redux for Mattermost
Apache License 2.0
200 stars 386 forks source link

MM-30090 Add ManagedResourcePaths setting #1282

Closed hmhealey closed 3 years ago

hmhealey commented 3 years ago

Due to some changes in 5.28 around the internal/external link handling in the web app, we broke the newly added Desktop Managed Resources feature which basically lets non-MM services host stuff at certain routes under the MM server.

Since most paths in the server could be a team URL, the new link handling is correct for anyone not using that feature, so instead of reverting the link handling changes, we're adding a way to the server to manually specify these paths that should not be handled by the web app.

Ticket Link

https://mattermost.atlassian.net/browse/MM-30090

Related Pull Requests

https://github.com/mattermost/mattermost-server/pull/16213 https://github.com/mattermost/mattermost-webapp/pull/7024

mattermod commented 3 years ago

Cherry pick is scheduled.