Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
Go to file
Agniva De Sarker c78c5ce3f3
Add feature flag for command palette (#20011)
```release-note
NONE
```
2022-04-18 14:43:47 +05:30
.circleci Bump golangci to use 1.18 (#20010) 2022-04-18 13:53:07 +05:30
.github Update Scorecards action (#19879) 2022-03-31 13:40:12 +03:00
.gitlab-ci/scripts [MM-37987] cmd/mattermost/version: remove store initialization from version cmd (#19364) 2022-02-16 11:48:01 +03:00
api4 MM-41565,MM-42473: fixes incorrect unread thread count (#19962) 2022-04-15 12:47:04 -04:00
app Bump golangci to use 1.18 (#20010) 2022-04-18 13:53:07 +05:30
audit Fix plugin logging missing context fields 2021-09-13 10:12:18 -04:00
bin Add mm server bin directory (#13738) 2020-01-23 12:34:29 +01:00
build Update latest version to 6.6.0 (#19990) 2022-04-14 18:27:05 +03:00
cmd/mattermost Bump golangci to use 1.18 (#20010) 2022-04-18 13:53:07 +05:30
config jobs: add config cleanup job (#19987) 2022-04-15 10:31:10 +03:00
db spelling (#19956) 2022-04-11 19:31:19 +05:30
doc/help Adding page to direct users to docs.mattermost.com 2016-02-25 09:08:57 -08:00
einterfaces spelling (#19956) 2022-04-11 19:31:19 +05:30
fonts MM-10766 - Replacing default profile image font (#8955) 2018-07-05 09:18:26 +02:00
i18n [MM-41185]: new API to mark thread as unread (#19951) 2022-04-15 10:55:47 +03:00
imports Working on refactoring jobs service (#19205) 2022-02-14 18:21:18 +01:00
jobs MM-39058 - invite people to join team and channels (#19849) 2022-04-08 12:20:44 -05:00
manualtesting GraphQL (part 1): Store layer (#19465) 2022-02-02 22:44:22 +05:30
model Add feature flag for command palette (#20011) 2022-04-18 14:43:47 +05:30
plugin spelling (#19956) 2022-04-11 19:31:19 +05:30
scripts Fix mmctl download bash script 2022-03-08 11:55:04 +02:00
services jobs: add config cleanup job (#19987) 2022-04-15 10:31:10 +03:00
shared fix makefile mock generator typos (#19963) 2022-04-13 08:05:57 -05:00
store [MM-42742] Add top reactions endpoint (#19850) 2022-04-14 13:09:35 -04:00
templates spelling (#19956) 2022-04-11 19:31:19 +05:30
testlib Kill gorp (#19786) 2022-03-15 19:49:19 +05:30
tests MM-41260: Revamp ES/Bleve batching logic (#19841) 2022-03-31 10:46:01 +05:30
utils Bump golangci to use 1.18 (#20010) 2022-04-18 13:53:07 +05:30
vendor Update minio-go dependency to 7.0.24 (#20006) 2022-04-16 10:38:32 +05:30
web [MM-42742] Add top reactions endpoint (#19850) 2022-04-14 13:09:35 -04:00
wsapi Move Channels into App (#18623) 2021-10-12 11:39:49 +05:30
.codecov.yml Enable codecov comments (#14022) 2020-03-13 18:35:31 +01:00
.editorconfig MM-39351: fixes LastRootPostAt being null (#19574) 2022-02-22 12:13:04 +02:00
.gitignore load docker-compose.override.yaml when it exists (#19541) 2022-02-15 06:38:50 -07:00
.gitlab-ci.yml Use new mattermost-govet (#18329) 2021-09-02 13:36:20 +05:30
.gitpod.yml Add .gitpod.yml to use mattermost-gitpod-config repo for Gitpod configuration (#19984) 2022-04-14 11:02:50 -04:00
.gobom.json security: add dependency track configuration (#18285) 2021-08-27 12:45:12 +02:00
.golangci.yml Bump golangci to use 1.18 (#20010) 2022-04-18 13:53:07 +05:30
.sass-lint.yml Updating asss lint stuff with other scss improvements 2016-03-17 05:42:38 +05:00
CHANGELOG.md Changelog link (#8805) 2018-05-30 10:23:25 -04:00
CODEOWNERS Add toolkit team as owner of plugin package (#15144) 2020-07-30 07:17:26 -07:00
config.mk [GH-19267] Spelling comments (#19268) 2022-01-20 10:07:27 +05:30
CONTRIBUTING.md Remove outdated information from contributing file (#10749) 2019-05-01 23:46:00 +02:00
docker-compose.makefile.yml Change inbucket default port from 10080 to 9001 (#18145) 2021-08-18 09:31:25 -04:00
docker-compose.yaml Change inbucket default port from 10080 to 9001 (#18145) 2021-08-18 09:31:25 -04:00
go.mod Update minio-go dependency to 7.0.24 (#20006) 2022-04-16 10:38:32 +05:30
go.sum Update minio-go dependency to 7.0.24 (#20006) 2022-04-16 10:38:32 +05:30
go.tools.sum Custom groups (#18839) 2022-02-17 12:34:39 -05:00
LICENSE.txt MM-41988 Updated links to legacy domain about.mm.com (#19552) 2022-03-16 19:47:57 +08:00
Makefile Bump golangci to use 1.18 (#20010) 2022-04-18 13:53:07 +05:30
NOTICE.txt [GH-19267] Spelling comments (#19268) 2022-01-20 10:07:27 +05:30
README.md Update link to Docker instructions (#19924) 2022-04-11 14:52:13 -04:00
SECURITY.md MM-41988 Updated links to legacy domain about.mm.com (#19552) 2022-03-16 19:47:57 +08:00

Mattermost

Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. This repo is the primary source for core development on the Mattermost platform; it's written in Go and React and runs as a single Linux binary with MySQL or PostgreSQL. A new compiled version is released under an MIT license every month on the 16th.

mattermost-hero

Useful Resources:

Table of Contents

Try out Mattermost

Deploy a Preview

Note: Heroku preview does not include email or persistent storage

Install Mattermost

Other Install Guides:

Native Mobile and Desktop Apps

In addition to the web interface, you can also download Mattermost clients for Android, iOS, Windows PC, Mac OSX, and Linux.

Google Play App Store Windows PC Mac OSX Linux

Get Security Bulletins

Receive notifications of critical security updates. The sophistication of online attackers is perpetually increasing. If you are deploying Mattermost it is highly recommended you subscribe to the Mattermost Security Bulletin mailing list for updates on critical security releases.

Subscribe here

Get Involved

Learn More

License

See the LICENSE file for license rights and limitations.

Get the Latest News

Contributing

Please see CONTRIBUTING.md.

Any other questions, mail us at info@mattermost.com. Wed love to meet you!