Mattermod
Mattermod
While most people would fork and build the app from there, there are cases where a pipeline might just get the zip code (either via github’s button/api or from release)...
On we added a setuid permission, this is not being kept by electron-builders target as it is using 7za on linux and does not preserve file permissions. To overcome this,...
The .deb packages generated for the Desktop App don't have the license set correctly, so it's displayed as proprietary instead of Apache-2.0 like on the repository. ...
In order for plugins to be aware of changes to a user profile (such as profile picture, name, and email), we can support a hook that runs when a user...
**Migration** As part of the growth spike effort we have created a new tour tip component that isn't strictly bound to any tour(and store), so to keep the codebase clean...
Destructive actions in LHS channel menu should be red.  {panel:bgColor=#eae6ff} **Design Notes** * Apply the **destructive action color** to the following menu items: *...
Currently the only way to auto-follow threads is to participate in them, start them or be mentioned. This ticket is to add a **channel notification preference** to auto-follow all threads...
In local mode, we should be able to bypass `FileSettings.MaxFileSize` limit for file uploads. Solution: instead of going via the upload process, let mmctl perform a file copy to the...
Original report: https://github.com/mattermost/mattermost-server/issues/15531 **Summary** PostgreSQL is the preferred database for Mattermost, and there should be a supported upgrade path to it. **Possible fixes** As per related issue [#4911](https://github.com/mattermost/mattermost-server/issues/4911], pgloader seems...
We have an API call `GetDeletedChannelsForTeam` while listing the channels but I can confirm that it does not list if the admin is not a member of archived private channel....