Commit Graph

401 Commits

Author SHA1 Message Date
hmhealey
2c832e8f96 Removed :* smiley since it conflicts heavily with the markdown parser 2015-12-07 14:24:45 -05:00
it33
dbb42939aa Rename Command-Line_Tools.md to Command-Line-Tools.md 2015-12-04 23:26:02 -08:00
it33
45d6a27b0c Update Command-Line_Tools.md 2015-12-04 16:37:23 -08:00
it33
197d1c5ab6 Create Command-Line_Tools.md 2015-12-04 16:32:04 -08:00
Eric Sethna
c6bb83381f Update test-links.md
URLs can't contain angled brackets
2015-12-04 15:13:24 -08:00
it33
129fa3c89a Escaped characters 2015-12-03 22:11:00 -08:00
it33
b6b62e6d44 Install guides 2015-12-03 21:50:10 -08:00
it33
917d8158de Updating GitHub issues process 2015-12-03 21:45:00 -08:00
Corey Hulen
d5d66214db Merge pull request #1610 from esethna/patch-37
Update test-markdown-lists.md
2015-12-03 14:10:33 -08:00
Corey Hulen
fb645416f0 Merge pull request #1593 from npcode/sso-github
Add unofficial guide for GitHub SSO
2015-12-03 14:09:54 -08:00
Eric Sethna
b501ed515c Update test-markdown-lists.md
1. Fix bug in expected for nested ordered lists
2. Add case with carriage return and new line after a list
2015-12-03 14:55:31 -07:00
it33
5dafbe853c Update Troubleshooting.md 2015-12-03 13:06:17 -08:00
Yi EungJun
4aef32d998 Add unofficial guide for GitHub SSO
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.
2015-12-03 18:19:22 +09:00
lfbrock
715af3716b Update Sign-in.md 2015-12-02 14:48:54 -05:00
Joram Wilander
7678d4aafa Merge pull request #1556 from npcode/sso-github-ent
Make the Gitlab SSO Support compatible with Github Enterprise
2015-12-02 08:08:27 -05:00
Corey Hulen
5925d31180 Merge pull request #1563 from esethna/patch-33
Create README.md
2015-12-01 21:10:44 -08:00
Corey Hulen
0f4e13d51f Merge pull request #1566 from esethna/patch-34
Create test-markdown-lists.md
2015-12-01 21:10:30 -08:00
Yi EungJun
ff664e44ec Note that the Github Enterprise SSO is unofficial
Since the GitLab SSO UI is used for GitHub Enterprise SSO, it's potentially
confusing.

Suggested-by: it33 <iantien@gmail.com>
2015-12-02 13:24:38 +09:00
Yi EungJun
6d63f5703c Make the Gitlab SSO Support compatible with Github Enterprise
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.
2015-12-02 13:23:57 +09:00
Eric Sethna
6439ac2926 Update test-markdown.md
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
2015-12-01 17:20:01 -07:00
Eric Sethna
7579d57405 Create test-markdown-lists.md
Tests for Numbered and Bulleted Lists.
2015-12-01 14:48:13 -07:00
Joram Wilander
096bb150fb Merge pull request #1522 from tamtamchik/patch-1
Update Setup.md
2015-12-01 13:42:05 -05:00
Eric Sethna
f1258ce158 Create README.md
Instructions on how to use the test .md files.
2015-12-01 11:33:19 -07:00
lfbrock
ff8573cfdf Update overview.md 2015-12-01 10:07:08 -05:00
Corey Hulen
b717a8100c Merge pull request #1553 from esethna/patch-32
Update Configuration-Settings.md
2015-11-30 20:37:08 -08:00
Corey Hulen
6e99595e89 Merge pull request #1551 from esethna/patch-30
Update README.md
2015-11-30 20:36:35 -08:00
Corey Hulen
958dd75409 Merge pull request #1530 from mishimi/patch-13
Create Notifications.md
2015-11-30 20:33:17 -08:00
Eric Sethna
35abea56f7 Update Configuration-Settings.md
Add EnableOutgoingWebhooks, EnableTeamListing, restrictTeamNames
2015-11-30 15:31:32 -07:00
Eric Sethna
0b9eefda24 Update Team-Settings.md
Note limitation that users are not automatically added to channels
2015-11-30 14:26:34 -07:00
Eric Sethna
00b1e02dfc Update README.md
1) Fix broken links
2) Add new documentation links
2015-11-30 13:21:52 -07:00
Christopher Speller
ce259ad7f1 Merge pull request #1544 from npcode/fix-productun-ubuntu.md
Fix productun ubuntu.md
2015-11-30 08:30:45 -05:00
Yuri Tkachenko
bb20ffc1c2 fix new lines 2015-11-30 12:25:38 +03:00
Yuri Tkachenko
f1a68f5e2e easier node install for ubuntu from
https://github.com/nodesource/distributions#debinstall
2015-11-30 12:24:32 +03:00
Yuri Tkachenko
ff08bf4d55 removed installation of Godep
PR #1532 need to be merged first
2015-11-30 12:17:06 +03:00
Yuri Tkachenko
8b982f7eff Merge remote-tracking branch 'mattermost/master' into patch-1 2015-11-30 12:15:28 +03:00
Yi EungJun
67057ff72b Reorder the step to set up Mattermost Server correctly
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`.
2015-11-30 16:28:28 +09:00
Christopher Speller
42a001c4e2 Merge pull request #1531 from esethna/patch-27
Update test-emoticons.md
2015-11-27 15:03:54 -05:00
Eric Sethna
170cf4be59 Update test-emoticons.md
Remove carriage returns
2015-11-27 12:33:20 -07:00
mishimi
b7814470a5 Create Notifications.md 2015-11-27 10:15:23 -08:00
Eric Sethna
ac9d490d71 Update test-links.md
1) remove code blocking for automated /loadtest testing
2) Add more test cases
2015-11-27 09:31:25 -07:00
Eric Sethna
b3dbf524ae Update test-emoticons.md
1) Remove code blocks for /loadtest automated testing. 
2) Adjust spacing so emojis don't render across separate posts.
2015-11-26 17:13:10 -07:00
it33
21a469b97f Broadening use of GitHub Issues 2015-11-26 12:32:33 -08:00
Yuriy Tkachenko
71b548ef05 Update Setup.md
Fixed process for Mac OS X, makes it easier to install that way
2015-11-26 13:27:05 +03:00
Yi EungJun
40d688f669 Add a missed grave 2015-11-26 17:48:19 +09:00
it33
bfef7c0563 Update test-markdown.md 2015-11-24 12:18:22 -08:00
Christopher Speller
da194941b6 Merge pull request #1509 from lindy65/patch-12
Update Administration.md
2015-11-24 09:04:10 -05:00
Christopher Speller
2090f6ad57 Merge pull request #1500 from esethna/patch-21
Create Account-Settings.md
2015-11-24 09:02:21 -05:00
lindy65
78a076fa44 Update Administration.md
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.
2015-11-24 13:01:17 +02:00
it33
9c6c421ced Removed unnecessary sentence fragment 2015-11-23 21:13:24 -08:00
it33
992d9080ee Update README.md 2015-11-23 20:29:34 -08:00