Teams | Collaboration | Customer Service | Project Management

Latest Posts

Mattermost and Jitsi come together to deliver deeper collaboration

One of our favorite things about Mattermost is that it makes it easy for teams to collaborate on projects and topics in specific channels. Today, we’re excited to announce that Mattermost users can now easily carry conversations over to a video conference and screen sharing with Jitsi, a leading open-source video conferencing solution.

Mattermost's QA journey with Rainforest and what we've learned so far

Here at Mattermost, our team of developers and quality assurance analysts are proud of what we build and work hard to ship a quality product on the 16th of each month. However, maintaining our high bar for quality month over month isn’t without its challenges!

Layered store and struct embedding in Go

One of the most important parts of the Mattermost source code is the one responsible for accessing the Mattermost database: the store. Every single database access is handled by the store, so we needed to find a way to extend its functionality while introducing as little complexity as possible. This is the reason behind the current layered approach using struct embedding.

Monitoring the Mattermost server with Prometheus and Grafana

Lately we’ve been working on improving different parts of the Mattermost server, including our monitoring and observability capabilities. We’ve been using Prometheus and Grafana to monitor our cluster for a while now, and you can read this great post where my colleague Stylianos explains how we have them working for our multi-cluster environment.

Automatically extend Mattermost sessions for less frequent logouts and happier end users

Frequent logouts are a frustrating experience for users, especially on servers with short session lengths configured. In v5.24 and later, you can enable the configuration setting for extending session length with activity to automatically extend sessions and keep users logged in as long as they are active in their Mattermost apps.

Mattermost Release v5.24 is now available

New feature release offers tighter integration with Office 365 and Active Directory and an improved end-user search and session experience. Mattermost Release v5.24 is generally available today. The new feature release offers tighter integration with enterprise tools such as Office 365 and Active Directory and an improved end-user experience for search and session management.

How to integrate Mattermost E20 with Office 365

Many Mattermost DevOps teams work in “Microsoft Shops”—organizations that use Office 365 apps with the Microsoft 365 business plan—and want to tightly integrate with Microsoft tools to more easily collaborate with the rest of the company. Mattermost E20 was architected from the ground up to be highly flexible. As such, integrating with other platforms including Microsoft is easy. Here’s how.