Paul Rothrock

Results 16 issues of Paul Rothrock

In the Audit Log v2 docs under [Configuring Audit Log in Mattermost](https://docs.mattermost.com/comply/audit-log.html#configure-audit-log-in-mattermost) it says this: > Open config.json and navigate to the audit settings under ExperimentalAuditSettings. Within the setting AdvancedLoggingConfig...

Help Wanted
Good First Issue
Area/Documentation Improvements
Up for Grabs
Difficulty/1:Easy

The `[mmctl group team disable/enable](https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-group-team-disable)` commands control something called "group constrains" but it is unclear what this will do when enabled.

Acknowledged/SME

[On this page](https://docs.mattermost.com/administration/command-line-tools.html#mattermost-user-migrate-auth) we provide code samples for generating a users.json file from various providers, but give no instructions on how to run this code or even what language it's...

Awaiting Submitter Action
Help Wanted
Good First Issue
Area/Documentation Improvements
Up for Grabs
Difficulty/1:Easy
Area/Content

[Arch Wiki](https://wiki.archlinux.org/index.php/Mattermost#PostgreSQL) has instructions on setting up a socket-based connection. We should create an official document on how to use sockets for database connections.

Awaiting Submitter Action
Acknowledged/SME

[Add to this document](https://docs.mattermost.com/process/support.html#general-questions-for-any-issues)

Awaiting Submitter Action
Acknowledged/Docs team

Review zoom plugin support tickets - e.g. 10909 - to find common issues and their solutions

Acknowledged/Docs team

Relevant page: https://docs.mattermost.com/deploy/mobile-faq.html Notification messages have been placed in their own log file, `notifications.log`, so the docs should be updated to include checking that file for errors related to push...

Help Wanted
Good First Issue
Area/Documentation Improvements
Up for Grabs
Difficulty/1:Easy
Area/Content

Relevant docs page: https://docs.mattermost.com/administration/command-line-tools.html#mattermost-user-migrate-auth To migrate users to SAML admins have to generate a users.json file and we have code samples in (maybe) Python to generate these JSON files. We...

Awaiting Submitter Action
Acknowledged/Docs team

Sometimes it's helpful to watch the Mattermost logs as you try something. Adding a follow flag like `-f` would be very helpful in these situations.

Help Wanted
Up For Grabs

I have a bash script that I use to send me a Mattermost notification to let me know that long processes have completed. It would be great to have this...