-
Notifications
You must be signed in to change notification settings - Fork 616
Add docs for experimental mobile watermarking (v11.7)#8954
Conversation
Documents the new Enterprise, experimental "Enable Mobile Watermark" setting introduced by mattermost/mattermost#36025 and the visible mobile watermark overlay introduced by mattermost/mattermost-mobile#9682: - experimental-configuration-settings.rst: new "Enable Mobile Watermark" entry (Experimental > Features, disabled by default, Enterprise-only, v11.7 onward). - deployment-guide/mobile/mobile-security-features.rst: deep-dive "Mobile watermarking" section describing the username/domain/date/time overlay and its DLP-attribution purpose. - security-guide/mobile-security.rst: short overview section linking to the deep-dive and to the experimental config setting. Refs issue #8953. Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
Review Change Stack i️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis pull request adds documentation for a new experimental mobile watermarking feature across three guides. The changes describe how administrators enable the feature, what authenticated mobile users will observe, and its role in data loss prevention workflows. All additions reference configuration, version availability (v11.7+), and the visual-only, non-blocking nature of the overlay. ChangesMobile Watermarking Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@source/deployment-guide/mobile/mobile-security-features.rst`:
- Around line 59-69: Update the "Mobile watermarking" paragraph to explicitly
state the enterprise plan requirement: indicate that the feature is available
from Mattermost v11.7 onward and is restricted to Enterprise / Enterprise
Advanced deployments (add wording like "Enterprise or Enterprise Advanced only")
so self-hosted non-Enterprise admins are not misled; also mirror the phrasing
used on admin/security pages and ensure the :ref:`Enable Mobile Watermark
<administration-guide/configure/experimental-configuration-settings:enable
mobile watermark>` reference remains intact.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
i️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 645add29-2f83-4240-bccd-cdee90a32cba
📒 Files selected for processing (3)
source/administration-guide/configure/experimental-configuration-settings.rstsource/deployment-guide/mobile/mobile-security-features.rstsource/security-guide/mobile-security.rst
Newest code from mattermost has been published to preview environment for Git SHA 2602efb
Combs7th
commented
May 12, 2026
@claude - Please implement coderabbitai's feedback above.
Claude finished @Combs7th's task in 50s —— View job
Implemented CodeRabbit's feedback
- Read the current state of
source/deployment-guide/mobile/mobile-security-features.rst - Reviewed phrasing in
source/security-guide/mobile-security.rstandsource/administration-guide/configure/experimental-configuration-settings.rstfor consistency - Updated the "Mobile watermarking" paragraph to state Enterprise / Enterprise Advanced scope
- Confirmed the
:ref:link to Enable Mobile Watermark is intact - Commit pushed:
87040f2
Change summary
Updated source/deployment-guide/mobile/mobile-security-features.rst:59 so the lead-in sentence now mirrors the wording on the admin and security pages:
-Mobile watermarking is an experimental capability available from Mattermost v11.7 onward that helps organizations... +Mobile watermarking is an experimental Enterprise capability, available on `Enterprise and Enterprise Advanced plans <https://mattermost.com/pricing/>`__ from Mattermost v11.7 onward, that helps organizations...
This matches the security-guide/mobile-security.rst overview ("experimental Enterprise capability") and the experimental-configuration-settings.rst setting ("Available on Enterprise and Enterprise Advanced plans"), so self-hosted non-Enterprise admins won't be misled. The :ref:Enable Mobile Watermark<...> link in the section is unchanged. • Branch: [claude/issue-8953-20260512-0010`](https://github.com/mattermost/docs/tree/claude/issue-8953-20260512-0010)
Address CodeRabbit review: explicitly state Enterprise and Enterprise Advanced plan availability in the deployment-guide mobile watermarking section to mirror the admin and security pages and avoid misleading self-hosted, non-Enterprise admins. Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
Newest code from mattermost has been published to preview environment for Git SHA 87040f2
Newest code from mattermost has been published to preview environment for Git SHA 57868fc
Heya @asaadmahmood: I have a first draft ready for the mobile watermarking docs.
One thing I want to verify before this goes too far: the server PR appears to use ExperimentalSettings.EnableWatermark as the config.json key and exposes it to clients as ExperimentalEnableWatermark. Can you confirm that ExperimentalSettings.EnableWatermark is the correct docs-facing config path?
I also flagged a few quick review points in the PR:
- whether there’s an environment variable for the setting
- whether "Enterprise and Enterprise Advanced" is the right plan wording
- whether enabling/disabling takes effect immediately or requires mobile users to restart/sign out and back in
Once those are confirmed, I think the draft should be in pretty good shape unless there's anything else you think we should add.
Newest code from mattermost has been published to preview environment for Git SHA 20a8b99
Newest code from mattermost has been published to preview environment for Git SHA a678d63
Newest code from mattermost has been published to preview environment for Git SHA 9f28b95
Newest code from mattermost has been published to preview environment for Git SHA 9d29c6b
Combs7th
commented
May 19, 2026
Hey @asaadmahmood - Just wanted to see if you able to give this one a review? Thanks in advance!
@asaadmahmood
asaadmahmood
left a comment
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.
Everywhere we say Enterprise, we should remove that and only say Enterprise Advanced.
And it should also be labelled as an experimental feature.
Documents the new Enterprise, experimental "Enable Mobile Watermark" setting introduced by mattermost/mattermost#36025 and the visible mobile watermark overlay introduced by mattermost/mattermost-mobile#9682.
Pages edited
Closes #8953.
Generated with Claude Code