Mattermod
Mattermod
TS migration Description We are plan to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This `Help Wanted` issue is to modify the above mentioned file and...
Log entries in Mattermost can have arbitrary key-value pairs attached to them. E.g. the logs message `{"timestamp":"2023-11-09 12:15:06.803 +01:00","level":"info","msg":"Installing extracted plugin","caller":"app/plugin_install.go:427","plugin_id":"com.mattermost.apps","version":"1.2.2"`} has the fields `plugin_id` and `version`. The search function...
Admins should have an easily way to download the log file directly from within Mattermost. This ticket is about introducing a download button under System Console → Server Logs, which...
Cloud admins experience a broken link when navigating to **System Console > Compliance > Compliance Export**, and selecting the **Local Storage Directory** link. That link takes admins to to the...
## The Problem As a user I want to edit an attachment from a message I previously sent so that I can correct a mistakenly uploaded attachment. Right now, users...
Repro steps: 1. Make a new user 1. Receive an email notification Observed: The email notification will use 24 hour time (eg. 17:02) instead of 12 hour time (eg. 5:02...
#### Story As a user, I would like to ability to have more control over my 'Do Not Disturb' settings. #### **Use Cases** * I do not want to receive...
Reproduces on Chrome. Also possibly other browsers. Steps to reproduce: 1) Open a channel 2) Try to press Pg Up or Pg Down Expected: The center channel should scroll up/down...
In the course of Hacktober 2022, we would like to review the return codes of the `mmctl` subcommands. It turns out that we have some subcommands that return `0` (successful...
Currently when an origin URL is blocked due to the `AllowCorsFrom` setting, the associated log message lists the IP but does not list the origin URL. For example: ```json {"timestamp":"2024-01-23...