summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1711 from asaadmahmoodspin/code-themesCorey Hulen2015-12-141-17/+17
|\ | | | | Multiple UI Improvements
| * Multiple UI ImprovementsAsaad Mahmood2015-12-111-17/+17
| |
* | Update Markdown.mdlfbrock2015-12-141-1/+1
| |
* | Update syntax-highlighting.mdlfbrock2015-12-141-1/+1
| |
* | Update Sign-in.mdEric Sethna2015-12-111-1/+1
|/ | | rebase to master
* Create accepting-pull-request.mdit332015-12-111-0/+28
|
* Merge pull request #1676 from kh0r/masterCorey Hulen2015-12-112-2/+4
|\ | | | | Update nginx ssl-conf
| * Update nginx ssl-confmklepp2015-12-092-2/+4
| |
* | Update release-process.mdlfbrock2015-12-091-59/+82
| |
* | Update config settings documentationlfbrock2015-12-091-2/+2
| |
* | Merge pull request #1673 from mishimi/patch-14Corey Hulen2015-12-091-1/+2
|\ \ | | | | | | Update Search.md
| * | Update Search.mdmishimi2015-12-091-1/+2
| |/ | | | | Added help for the jump link
* | Merge pull request #1658 from mattermost/plt-1371Corey Hulen2015-12-091-2/+2
|\ \ | |/ |/| PLT-1371 Update incoming hook documentation to more clearly state the...
| * Update incoming hook documentation to more clearly state the direct message ↵JoramWilander2015-12-081-2/+2
| | | | | | | | functionality
* | Merge pull request #1666 from hmhealey/plt1427Christopher Speller2015-12-091-3/+3
|\ \ | | | | | | PLT-1427 Updated browser requirements in documentation
| * | Updated browser requirements in documentationhmhealey2015-12-081-3/+3
| | |
* | | Update Sign-in.mdit332015-12-091-5/+9
| | |
* | | Merge pull request #1665 from mattermost/lfbrock-patch-2it332015-12-093-7/+357
|\ \ \ | | | | | | | | Update markdown tests
| * | | Create test-syntax-highlighting.mdlfbrock2015-12-081-0/+231
| | | |
| * | | Create test-tables.mdlfbrock2015-12-081-0/+80
| | | |
| * | | Update markdown testslfbrock2015-12-081-7/+46
| | | |
* | | | Clarifying test processit332015-12-091-1/+1
| | | | | | | | | | | | This test process should only be used by core team, since it references Core team site,
* | | | Create test-attachments.mdEric Sethna2015-12-081-0/+144
| |/ / |/| |
* | | 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>