custom mattermost desktop application
Go to file
2016-12-05 23:10:21 +09:00
circle Merge branch 'master' into dev 2016-06-17 23:39:45 +09:00
docs Create release-process.md 2016-11-20 15:11:02 -05:00
resources Fix Exec of .desktop file 2016-12-05 23:10:21 +09:00
scripts Fix package name 2016-10-19 22:57:06 +09:00
src Merge pull request #372 from yuya-oc/hovering-links 2016-11-30 12:30:59 -05:00
test Use latest react-bootstrap 2016-11-23 21:11:04 +09:00
.editorconfig Force to use LF and add editorconfig 2016-02-26 00:07:04 +09:00
.eslintignore Rewrite .eslintrc.json with extends property 2016-10-28 00:47:49 +09:00
.eslintrc-platform-v3.4.0.json Rewrite .eslintrc.json with extends property 2016-10-28 00:47:49 +09:00
.eslintrc.json Update .eslintrc.json 2016-11-23 21:11:04 +09:00
.gitattributes Added gitattributes to keep line endings clean 2016-08-20 22:38:34 +02:00
.gitignore Ignore .DS_Store 2016-11-10 22:42:45 +09:00
CHANGELOG.md Add some fixes for CHANGELOG.md 2016-12-05 21:09:45 +09:00
circle.yml Update circle.yml for electron-builder 2016-10-08 17:04:12 +09:00
CONTRIBUTING.md Update docs for eslint 2016-10-28 01:16:27 +09:00
gulpfile.js Rename src/resource to src/assets 2016-11-10 22:31:10 +09:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2016-11-03 09:58:46 -04:00
LICENSE Propose updating to Apache v2 2016-06-01 07:46:07 -07:00
package.json Update package.json for 3.5.0 2016-11-30 11:30:24 -05:00
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md for eslint 2016-11-07 22:00:21 +09:00
README.md Use relative path for the screenshot 2016-10-03 21:44:36 +09:00
TESTING.md Remove reference to Android 2016-11-30 09:03:22 -05:00
webpack.config.base.js Add SourceMap in development mode 2016-10-27 21:49:48 +09:00
webpack.config.main.js Add SourceMap in development mode 2016-10-27 21:49:48 +09:00
webpack.config.renderer.js Add SourceMap in development mode 2016-10-27 21:49:48 +09:00

Mattermost Desktop

Native desktop application for Mattermost running on Windows, Mac and Linux.

Originally created as "electron-mattermost" by Yuya Ochiai. Developed using Electron.

Mattermost Desktop Screenshot

Circle CI

Features

Desktop integration

  • Tabs for multiple teams across multiple servers
  • Desktop Notifications
    • Windows 10: Toast
    • Windows 7-8.1: Balloon (fallback behavior, so lesser support)
    • OS X: Notification Center
    • Linux: libnotify
  • Badges for unread channels and mentions
  • Installs as native application

Pre-packaged

You don't have to install any other software. Packages are available on the releases page.

Usage

Installation

Detailed guides are available at docs.mattermost.com.

  1. Download a file from the downloads page.
  2. Launch Mattermost in the unarchived folder.
  3. After first launching, please input name and URL for your Mattermost team. For example, myteam : https://mattermost.example.com/team.

Quit

Ctrl or Command + Q to quit.

Configuration

You can show the dialog from menu bar. (Please press Alt key to show the menu bar if it disappers.)

Configuration will be saved into Electron's userData directory:

  • %APPDATA%\Mattermost on Windows
  • ~/Library/Application Support/Mattermost on OS X
  • ~/.config/Mattermost on Linux

When you upgrade from electron-mattermost, please copy config.json from electron-mattermost. Otherwise, you have to configure again.

Proxy

Normally, the application will follow your system settings to use proxy. Or you can set proxy by following command line options.

  • --proxy-server=<SERVER>:<PORT>
  • --proxy-pac-url=<URL>

Contributing

Please see CONTRIBUTING.md.

Development

Please see docs/development.md.