summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update Markdown.md to fix spelling errorlfbrock2015-11-031-1/+1
|
* Merge pull request #1204 from toyorg/patch-3Corey Hulen2015-11-021-2/+10
|\ | | | | Added Gmail and Office 365 SMTP info
| * Added Gmail and Office 365 SMTP infoMichal2015-10-281-2/+10
| | | | | | Based on Google support and Microsoft Technet.
* | Create documentation-guidelines.mdit332015-11-021-0/+185
| | | | | | Moving from internal site here, though still in draft form
* | Merge pull request #1136 from esethna/patch-10Christopher Speller2015-11-021-23/+22
|\ \ | | | | | | Update AWS EBS Install Instuctions
| * | Update AWS EBS Install Instuctions V4esethna2015-10-291-2/+1
| | | | | | | | | Clarified instance type and removed step 13.
| * | Update AWS EBS Install Instuctions V3esethna2015-10-261-2/+1
| | | | | | | | | Remove step to change health reporting
| * | Update AWS EBS Install Instuctions V2esethna2015-10-221-11/+19
| | | | | | | | | Made adjustments based on Christopher's and Lindsay's feedback. Thanks guys!
| * | Update AWS EBS Install Instuctionsesethna2015-10-211-23/+16
| | | | | | | | | Added step 10 which blocked setup in previous version. Tweaked formatting and clarity.
* | | Update Outgoing-Webhooks.mdit332015-11-011-1/+1
| | |
* | | Update Incoming-Webhooks.mdit332015-11-011-3/+3
| | | | | | | | | Noting known issues for v1.1
* | | Merge pull request #1240 from mattermost/lfbrock-patch-1-1Corey Hulen2015-10-301-0/+21
|\ \ \ | | | | | | | | Update Requirements.md to include mail clients
| * | | Update Requirements.md to include mail clientslfbrock2015-10-301-0/+21
| | | |
* | | | Update API.mdit332015-10-291-1/+1
| | | |
* | | | Add reference to Web Service APIit332015-10-291-5/+5
| | | |
* | | | Merge pull request #1234 from mattermost/lfbrock-patch-1it332015-10-291-0/+99
|\ \ \ \ | | | | | | | | | | Create release-process.md
| * | | | Rename release-process to release-process.mdlfbrock2015-10-291-0/+0
| | | | |
| * | | | Update release-processlfbrock2015-10-291-8/+0
| | | | |
| * | | | Update release-processlfbrock2015-10-291-2/+0
| | | | |
| * | | | Create release-processlfbrock2015-10-291-0/+109
| |/ / /
* | | | Update README.mdit332015-10-291-1/+1
| | | |
* | | | Update and rename doc/api/Overview.md to doc/developer/API-Web-Service.mdit332015-10-291-2/+4
|/ / / | | | | | | | | | | | | Per discussion with CH, moving this over to /developer and working to integrate it into: https://github.com/mattermost/platform/blob/master/doc/developer/API.md This is a multi-step process, we need to get everything under /developer, then explain from https://github.com/mattermost/platform/blob/master/doc/developer/API.md where to find everything. Documentation won't be perfect in first go, but we need to react quickly to community having questions around this.
* | | Merge pull request #1187 from mattermost/code-contribution-guidelines-updateChristopher Speller2015-10-281-44/+1
|\ \ \ | | | | | | | | Code contribution guidelines update
| * | | Update Code-Contribution-Guidelines.mdit332015-10-271-1/+1
| | | |
| * | | Update Code-Contribution-Guidelines.mdit332015-10-261-44/+1
| | | |
* | | | Typo fixit332015-10-271-1/+1
| | | |
* | | | Adding "Solution" sections to guideit332015-10-271-2/+5
| | | |
* | | | Update Troubleshooting.mdit332015-10-271-0/+3
| |_|/ |/| |
* | | Update Administration.mdit332015-10-271-0/+7
| | |
* | | Update Troubleshooting.mdit332015-10-271-5/+0
| | |
* | | Update Outgoing-Webhooks.mdit332015-10-271-1/+1
| | |
* | | Update Outgoing-Webhooks.mdit332015-10-271-0/+2
| | |
* | | Update Troubleshooting.mdit332015-10-271-1/+1
| | |
* | | Create Administration.mdit332015-10-271-0/+12
| | |
* | | Update Troubleshooting.mdit332015-10-271-4/+3
| | |
* | | Update Troubleshooting.mdit332015-10-271-0/+5
| | |
* | | Added known issue for deleted channelsit332015-10-271-1/+2
| | |
* | | Update Troubleshooting.mdit332015-10-261-0/+8
| | |
* | | Merge pull request #1186 from mattermost/nginx-improvementCorey Hulen2015-10-261-5/+6
|\ \ \ | | | | | | | | Adding more secure nginx instructions
| * | | Adding more secure nginx instructionsChristopher Speller2015-10-261-5/+6
| |/ /
* | | Adding linkit332015-10-261-1/+1
| | |
* | | Adding more GitLab 8.1 instructionsit332015-10-261-3/+18
|/ /
* | Adding request for testing helpit332015-10-261-1/+4
| |
* | Merge pull request #1134 from ↵it332015-10-261-0/+299
|\ \ | | | | | | | | | | | | mcmillhj/docs/debian-jessie-systemd-installation-guide Production installation instructions for Debian Jessie with Systemd
| * | Production installation instructions for Debian Jessie with SystemdHunter McMillen2015-10-211-0/+299
| | | | | | | | | | | | The instructions for Ubuntu work for the most part on Debian installations. The main difference is that Debian does not use Upstart by default, Debian 8 (Jessie) uses Systemd, pre-Jessie Debians use SysV init. This guides shows you how to install Mattermost on Debian under /opt and running as system user named mattermost. It also supplies an init script to be installed in /etc/init.d. If you are using Systemd this will get turned into a Systemd service file at boot-time, otherwise it will just work.
* | | Merge pull request #1177 from lindy65/patch-4Christopher Speller2015-10-261-2/+2
|\ \ \ | | | | | | | | Updated to be in line with doc guidelines
| * | | Updated to be in line with doc guidelineslindy652015-10-251-2/+2
| | | |
* | | | Added limitations section to outgoing webhook docJoramWilander2015-10-262-0/+6
| | | |
* | | | Minor updates to outgoing webhook docJoramWilander2015-10-261-2/+2
| | | |
* | | | Minor fixes to the docJoramWilander2015-10-261-2/+1
| | | |