summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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`.
| * | | Add a missed graveYi EungJun2015-11-261-1/+1
| | |/ | |/|
* | | Merge pull request #1531 from esethna/patch-27Christopher Speller2015-11-271-915/+14
|\ \ \ | | | | | | | | Update test-emoticons.md
| * | | Update test-emoticons.mdEric Sethna2015-11-271-915/+14
| | |/ | |/| | | | Remove carriage returns
* / | Update test-links.mdEric Sethna2015-11-271-10/+62
|/ / | | | | | | 1) remove code blocking for automated /loadtest testing 2) Add more test cases
* | Update test-emoticons.mdEric Sethna2015-11-261-19/+12
| | | | | | | | 1) Remove code blocks for /loadtest automated testing. 2) Adjust spacing so emojis don't render across separate posts.
* | Broadening use of GitHub Issuesit332015-11-261-2/+2
|/
* Update test-markdown.mdit332015-11-241-0/+11
|
* Merge pull request #1509 from lindy65/patch-12Christopher Speller2015-11-241-1/+1
|\ | | | | Update Administration.md
| * Update Administration.mdlindy652015-11-241-1/+1
| | | | | | Updated line 33 with link to [Troubleshooting Forum](https://forum.mattermost.org/t/about-the-trouble-shooting-category/150/1) in place of link to general forum.
* | Merge pull request #1500 from esethna/patch-21Christopher Speller2015-11-241-0/+106
|\ \ | |/ |/| Create Account-Settings.md
| * Create Account-Settings.mdEric Sethna2015-11-231-0/+106
| | | | | | Reviewed by Lindy
* | Removed unnecessary sentence fragmentit332015-11-231-2/+0
| |
* | Update README.mdit332015-11-231-19/+1
| |
* | Update Markdown.mdit332015-11-231-178/+1
| |