summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Updated browser requirements in documentationhmhealey2015-12-081-3/+3
|
* Update Configuration-Settings.mdEric Sethna2015-12-081-10/+9
| | | Move push notification Settings under email settings
* Update Configuration-Settings.mdEric Sethna2015-12-081-8/+5
| | | 1) Update config documentation changed in this [PR](https://github.com/mattermost/platform/pull/1555/files#diff-6a02156604c06becbe5fdca178766accL71)
* Merge pull request #1655 from mattermost/lfbrock-patch-3Joram Wilander2015-12-083-2/+32
|\ | | | | Update messaging and markdown help
| * Update Messaging.mdlfbrock2015-12-081-3/+3
| |
| * Update Messaging.mdlfbrock2015-12-081-0/+9
| |
| * Update Account-Settings.mdlfbrock2015-12-081-0/+9
| |
| * Update Markdown.mdlfbrock2015-12-081-1/+12
| |
| * Update Messaginglfbrock2015-12-081-1/+2
| |
* | Update Upgrade-Guide.mdit332015-12-081-1/+1
| |
* | Update overview.mdit332015-12-081-1/+1
| |
* | Update overview.mdit332015-12-081-4/+4
|/
* Removed :* smiley since it conflicts heavily with the markdown parserhmhealey2015-12-071-1/+1
|
* Rename Command-Line_Tools.md to Command-Line-Tools.mdit332015-12-041-0/+0
|
* Update Command-Line_Tools.mdit332015-12-041-1/+1
|
* Create Command-Line_Tools.mdit332015-12-041-0/+81
|
* Update test-links.mdEric Sethna2015-12-041-0/+2
| | | URLs can't contain angled brackets
* Escaped charactersit332015-12-031-5/+5
|
* Install guidesit332015-12-031-1/+1
|
* Updating GitHub issues processit332015-12-031-1/+1
|
* Merge pull request #1610 from esethna/patch-37Corey Hulen2015-12-031-1/+16
|\ | | | | Update test-markdown-lists.md
| * Update test-markdown-lists.mdEric Sethna2015-12-031-1/+16
| | | | | | | | 1. Fix bug in expected for nested ordered lists 2. Add case with carriage return and new line after a list
* | Merge pull request #1593 from npcode/sso-githubCorey Hulen2015-12-032-0/+24
|\ \ | |/ |/| Add unofficial guide for GitHub SSO
| * Add unofficial guide for GitHub SSOYi EungJun2015-12-032-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | SSO for Github Enterprise was added at 6d63f57, but it seemed not to work with GitHub. The curlpits were: * The url to get the authenticate user is /user, not /api/v3/user. * Users should set their public email for GitHub. Describe the detail in GitHub.md and rename the original Github.md to GitHub-Enterprise.md.
* | Update Troubleshooting.mdit332015-12-031-1/+1
|/
* Update Sign-in.mdlfbrock2015-12-021-1/+5
|
* Merge pull request #1556 from npcode/sso-github-entJoram Wilander2015-12-021-0/+20
|\ | | | | Make the Gitlab SSO Support compatible with Github Enterprise
| * Note that the Github Enterprise SSO is unofficialYi EungJun2015-12-021-2/+4
| | | | | | | | | | | | | | Since the GitLab SSO UI is used for GitHub Enterprise SSO, it's potentially confusing. Suggested-by: it33 <iantien@gmail.com>
| * Make the Gitlab SSO Support compatible with Github EnterpriseYi EungJun2015-12-021-0/+18
| | | | | | | | | | | | | | See doc/integrations/Single-Sign-On/Github.md for the usage. Note: I thought it should work also with Github.com but it failed with "Bad token type" error.
* | Merge pull request #1563 from esethna/patch-33Corey Hulen2015-12-011-0/+18
|\ \ | | | | | | Create README.md
| * | Create README.mdEric Sethna2015-12-011-0/+18
| | | | | | | | | Instructions on how to use the test .md files.
* | | Merge pull request #1566 from esethna/patch-34Corey Hulen2015-12-011-0/+177
|\ \ \ | | | | | | | | Create test-markdown-lists.md
| * | | Create test-markdown-lists.mdEric Sethna2015-12-011-0/+177
| | | | | | | | | | | | Tests for Numbered and Bulleted Lists.
* | | | Update test-markdown.mdEric Sethna2015-12-012-25/+139
|/ / / | | | | | | | | | | | | 1) Add many corner cases we've hit in the past 2) Remove tables to put it in it's own .md test file 3) Remove lists as I've submitted a PR for a new .md file for those cases
* | | Merge pull request #1522 from tamtamchik/patch-1Joram Wilander2015-12-011-15/+11
|\ \ \ | |/ / |/| | Update Setup.md
| * | fix new linesYuri Tkachenko2015-11-301-2/+2
| | |
| * | easier node install for ubuntu fromYuri Tkachenko2015-11-301-6/+2
| | | | | | | | | | | | https://github.com/nodesource/distributions#debinstall
| * | removed installation of GodepYuri Tkachenko2015-11-301-7/+4
| | | | | | | | | | | | PR #1532 need to be merged first
| * | Merge remote-tracking branch 'mattermost/master' into patch-1Yuri Tkachenko2015-11-303-934/+78
| |\ \
| * | | Update Setup.mdYuriy Tkachenko2015-11-261-4/+7
| | | | | | | | | | | | Fixed process for Mac OS X, makes it easier to install that way
* | | | Update overview.mdlfbrock2015-12-011-1/+1
| | | |
* | | | Merge pull request #1553 from esethna/patch-32Corey Hulen2015-11-301-1/+12
|\ \ \ \ | | | | | | | | | | Update Configuration-Settings.md
| * | | | Update Configuration-Settings.mdEric Sethna2015-11-301-1/+12
| | |_|/ | |/| | | | | | Add EnableOutgoingWebhooks, EnableTeamListing, restrictTeamNames
* | | | Merge pull request #1551 from esethna/patch-30Corey Hulen2015-11-301-5/+10
|\ \ \ \ | | | | | | | | | | Update README.md
| * | | | Update README.mdEric Sethna2015-11-301-5/+10
| | | | | | | | | | | | | | | | | | | | 1) Fix broken links 2) Add new documentation links
* | | | | Merge pull request #1530 from mishimi/patch-13Corey Hulen2015-11-301-0/+31
|\ \ \ \ \ | |_|/ / / |/| | | | Create Notifications.md
| * | | | Create Notifications.mdmishimi2015-11-271-0/+31
| | | | |
* | | | | Update Team-Settings.mdEric Sethna2015-11-301-1/+2
| |/ / / |/| | | | | | | Note limitation that users are not automatically added to channels
* | | | Merge pull request #1544 from npcode/fix-productun-ubuntu.mdChristopher Speller2015-11-301-3/+3
|\ \ \ \ | |_|_|/ |/| | | Fix productun ubuntu.md
| * | | Reorder the step to set up Mattermost Server correctlyYi EungJun2015-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preconditions(user and home directory) should be listed first because it affects the other steps. For example, step 7 assumes the path of the config directory is `/home/ubuntu/mattermost/config`. The 'ubuntu' user should be created before unzipping mattermost to prepare the user directory `/home/ubuntu`.