Skip to content

Conversation

cwarnermm
Copy link
Member

Documentation for: mattermost/mattermost#16447

Updated:

  • Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Site Configuration
    • Added new config setting: App Custom URL Schemes

Documentation for: mattermost/mattermost#16447

Updated:
- Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Site Configuration
   - Added new config setting: App Custom URL Schemes
@cwarnermm cwarnermm added 1: Dev Review Requires review by a core commiter 1: PM Review Requires review by a product manager 2: Editor Review Requires review by an editor labels Feb 11, 2021
@cwarnermm cwarnermm added this to the v5.32.0 milestone Feb 11, 2021
@github-actions
Copy link

Published to preview environment cwarnermm

@github-actions
Copy link

Published to preview environment cwarnermm

@amyblais amyblais removed the 2: Editor Review Requires review by an editor label Feb 11, 2021
Copy link
Contributor

@wiersgallak wiersgallak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

When configured, after OAuth or SAML user authentication is complete, custom URL schemes sent by mobile clients are validated to ensure they don't include default schemes such as ``http`` or ``https``. Mobile users are then redirected back to the mobile app using the custom scheme URL provided by the mobile client. We recommend that you update your mobile client values as well with valid custom URL schemes.

+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| This feature's ``config.json`` setting is ``"NativeAppSettings.AppCustomURLSchemes"`` with string input. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string input .. it is array of strings .. Example: ['custom-app://', 'some-app://']

Documentation for: mattermost/mattermost#16447

Updated:
- Corrected config.json values for the config setting based on dev reviewer feedback
@cwarnermm cwarnermm requested a review from anurag6713 February 12, 2021 16:03
@github-actions
Copy link

Published to preview environment cwarnermm

Copy link
Contributor

@anurag6713 anurag6713 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🙂

@amyblais amyblais added 3: Reviews Complete All reviewers have approved the pull request and removed 1: Dev Review Requires review by a core commiter 1: PM Review Requires review by a product manager labels Feb 12, 2021
@amyblais amyblais merged commit bc59854 into v5.32-documentation Feb 12, 2021
@amyblais amyblais deleted the Redirect-to-App-custom-url-scheme-with-token-data-as-query-params branch February 12, 2021 16:08
amyblais added a commit that referenced this pull request Feb 15, 2021
* Update conf.py

* MM-31716 Remove the word experimental from gossip setting (#4273)

* MM-31716 Remove the word experimental from gossip setting

Documentation for: https://mattermost.atlassian.net/browse/MM-31716

Updated:
- Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Use Experimental Gossip
   - Removed the word "Experimental" from the heading title, the config.json setting name
   - Documented this setting as true by default (instead of false)

* MM-31716 Remove the word experimental from gossip setting

Documentation for: https://mattermost.atlassian.net/browse/MM-31716

Updated:
- Self-Managed Admin Guide > Scaling Mattermost > High Availability Cluster (E20) > Configuration and Compatibility > Mattermost Server Configuration  > Configuration Settings
   - Under step #1, updated the code sample to remove the word "Experimental" from the "UseExperimentalGossip" setting, and set the setting to "true" (from false)

* MM-31716 Remove the word experimental from gossip setting

Documentation for: https://mattermost.atlassian.net/browse/MM-31716

Updated:
- Self-Managed Admin Guide > Scaling Mattermost > High Availability Cluster (E20) > Upgrade Guide > Upgrading to Version 4.0 and Later
   - Under step #3, updated the code sample to remove the word "Experimental" from the "UseExperimentalGossip" setting, and set the setting to "true" (from false)

* Documentation for: https://mattermost.atlassian.net/browse/MM-31716

Documentation for: https://mattermost.atlassian.net/browse/MM-31716

Updated:
- Telemetry documentation to remove the word "Experimental" from the "UseExperimentalGossip" configuration setting.

* Update open-source-components.rst (#4282)

Co-authored-by: Mattermod <[email protected]>

* Update important-upgrade-notes.rst (#4272)

* Update important-upgrade-notes.rst

* Update important-upgrade-notes.rst

* Update important-upgrade-notes.rst

* Update important-upgrade-notes.rst

* Update important-upgrade-notes.rst

* MM-4644 Upgrade Rate Limiting help text (#4276)

* MM-4644 Upgrade Rate Limiting help text

Documentation for: https://mattermost.atlassian.net/browse/MM-4644

Updated: 
- Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Environment > Rate Limiting
   - Documented what rate limiting does and why it is useful

* Update source/administration/config-settings.rst

Co-authored-by: Justine Geffen <[email protected]>

Co-authored-by: Justine Geffen <[email protected]>

* Adding Swedish and Bulgarian translations #7289 (#4274)

* Adding Swedish and Bulgarian translations #7289

Documentation for: mattermost/mattermost-webapp#7289

Updated:
- User's Guide > Settings > Account Settings > Display
   - Added Bulgarian and Swedish as supported languages

* Adding Swedish and Bulgarian translations #7289

Documentation for: mattermost/mattermost-webapp#7289

Updated:
- Cloud Admin Guide > Configuration > Site Configuration > Localization
   - Updated the first line to document that a total of 18 languages are available by default with the addition of Bulgarian and Swedish

* Adding Swedish and Bulgarian translations #7289

Documentation for: mattermost/mattermost-webapp#7289

Updated:
- Product Overview > Mattermost Team Edition
   - Updated the last bullet point about multi-language support to include Bulgarian and Swedish

* Adding Swedish and Bulgarian translations #7289

Documentation for: mattermost/mattermost-webapp#7289

Updated:
- User's Guide > Getting Started > User Mattermost Desktop App > App Options > Check Spelling
   - Updated list of languages that support spell check to match the current product UI.

Note: This updated list does not currently include all 18 supported languages, nor does it include the two most recently added languages: Bulgarian and Swedish.

* Adding Swedish and Bulgarian translations #7289

Documentation for: mattermost/mattermost-webapp#7289

Updated:
- Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Site Configuration
   - Updated Default Server Language, Default Client Language, and Available Languages settings to include support for Bulgarian and Swedish

* Update source/help/apps/desktop-guide.rst

Co-authored-by: Justine Geffen <[email protected]>

* Update source/overview/product.rst

Co-authored-by: Justine Geffen <[email protected]>

* Update source/overview/product.rst

Co-authored-by: Justine Geffen <[email protected]>

* Adding Swedish and Bulgarian translations #7289

Documentation for: mattermost/mattermost-webapp#7289

Updated:
- User's Guide > Settings > Account Settings > Display
   - Reordered the list of supported languages to match the product UI

Co-authored-by: Justine Geffen <[email protected]>

* Redirect to App custom url scheme with token data as query params (#4306)

* Redirect to App custom url scheme with token data as query params

Documentation for: mattermost/mattermost#16447

Updated:
- Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Site Configuration
   - Added new config setting: App Custom URL Schemes

* Update source/administration/config-settings.rst

Co-authored-by: Justine Geffen <[email protected]>

* Redirect to App custom url scheme with token data as query params

Documentation for: mattermost/mattermost#16447

Updated:
- Corrected config.json values for the config setting based on dev reviewer feedback

Co-authored-by: Justine Geffen <[email protected]>

* v5.32 Changelog (#4256)

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Justine Geffen <[email protected]>
@amyblais amyblais removed the 3: Reviews Complete All reviewers have approved the pull request label Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants