summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Create messaging.mdit332015-11-101-0/+34
|
* Merge pull request #1351 from florianorben/latex-supportCorey Hulen2015-11-1087-78/+115
|\ | | | | Add latex support
| * add textgeneration unit testFlorian Orben2015-11-101-0/+15
| |
| * fix indentation to use tabsFlorian Orben2015-11-102-80/+80
| |
| * Add latex supportFlorian Orben2015-11-1086-2/+24
|/ | | | | | Adds latex highlighting support via https://www.npmjs.com/package/katex as requested in https://mattermost.uservoice.com/forums/306457-general/suggestions/10160757-add-latex-support
* Merge pull request #1384 from rompic/masterit332015-11-101-1/+1
|\ | | | | fixed link to ubuntu production doc
| * fixed link to ubuntu production docrompic2015-11-101-1/+1
|/ | | | | the current link doesn't exist. alternatively: https://github.com/mattermost/platform/blob/v1.1.1/doc/install/Production-Ubuntu.md
* Merge pull request #1365 from hmhealey/eslintbabelChristopher Speller2015-11-102-1/+3
|\ | | | | Switched eslint to use babel-eslint parser
| * Switched eslint to use babel-eslint parserhmhealey2015-11-092-1/+3
| |
* | Merge pull request #1377 from jdhoek/bug/spellingJoram Wilander2015-11-102-9/+9
|\ \ | | | | | | Spelling: replace 'Ex' with 'E.g.' in placeholders
| * | Spelling: replace 'Ex' with 'E.g.' in placeholdersJeroen Hoek2015-11-102-9/+9
| | | | | | | | | | | | | | | | | | | | | When abbreviating "For example" in English, "e.g." is used. See also: https://english.stackexchange.com/questions/16197/whats-the-difference-between-e-g-and-ex
* | | Merge pull request #1370 from mattermost/plt-1008Christopher Speller2015-11-102-1/+18
|\ \ \ | | | | | | | | PLT-1008 Add skip tutorial button to intro screens
| * | | Add skip tutorial button to intro screensJoramWilander2015-11-092-1/+18
| |/ /
* | | Merge pull request #1363 from mattermost/plt-664Christopher Speller2015-11-104-22/+35
|\ \ \ | | | | | | | | PLT-664 Omit unneeded fields from user object in getProfiles service
| * | | Omit unneeded fields from user object in getProfiles service and remove ↵JoramWilander2015-11-094-22/+35
| |/ / | | | | | | | | | ImgCount field from Post model
* | | Merge pull request #1374 from mattermost/lfbrock-patch-1Joram Wilander2015-11-101-1/+1
|\ \ \ | |/ / |/| | Update CHANGELOG.md to fix typos
| * | Update CHANGELOG.md to fix typoslfbrock2015-11-091-1/+1
|/ /
* | Fixing buildChristopher Speller2015-11-091-1/+0
| |
* | Merge pull request #1350 from rgarmsen2295/plt-597Christopher Speller2015-11-091-1/+1
|\ \ | | | | | | PLT-597 Moves the 'Email verified' toast to above the sign-in prompt on the login screen
| * | Moved 'Email verified' toast to above the sign-in prompt on the login screenReed Garmsen2015-11-061-1/+1
| | |
* | | Merge pull request #1346 from Tsynapse/patch-3Christopher Speller2015-11-091-0/+10
|\ \ \ | | | | | | | | Updated Postgres instructions
| * | | Updated Postgres instructionsJason2015-11-061-0/+10
| | | | | | | | | | | | Included altering the listening addresses and allowing incoming connections to the database.
* | | | Removing old DB upgrade codeChristopher Speller2015-11-094-73/+0
| | | |
* | | | Updating version to v1.2.0Christopher Speller2015-11-091-0/+1
| | | |
* | | | Updating dockerfile for release v1.2.0-rc1Christopher Speller2015-11-098-6/+35
| | | |
* | | | Merge pull request #1367 from asaadmahmoodspin/ui-improvementsChristopher Speller2015-11-096-6/+14
|\ \ \ \ | | | | | | | | | | Updating tutorial tip and adding div tags to webhook labels.
| * | | | Updating variable tipColorAsaad Mahmood2015-11-091-1/+1
| | | | |
| * | | | Updating tutorial tipAsaad Mahmood2015-11-096-6/+14
| | | | |
* | | | | Merge pull request #1366 from mattermost/jump-to-newChristopher Speller2015-11-092-1/+14
|\ \ \ \ \ | |/ / / / |/| | | | Jumps up to new messages indicator when new messages present
| * | | | Jumps up to new messages indicator when new messages presentChristopher Speller2015-11-092-1/+14
| | |_|/ | |/| |
* | | | Merge pull request #1364 from mattermost/newline-hookJoram Wilander2015-11-091-0/+1
|\ \ \ \ | | | | | | | | | | Add new line break
| * | | | Add new line breakJoramWilander2015-11-091-0/+1
|/ / / /
* | | | Merge pull request #1362 from lindy65/patch-7Joram Wilander2015-11-091-2/+2
|\ \ \ \ | |/ / / |/| | | Update documentation-guidelines.md
| * | | Update documentation-guidelines.mdlindy652015-11-091-2/+2
|/ / / | | | | | | Corrected typos on lines 52 and 61
* | | Merge pull request #1361 from lindy65/patch-6Joram Wilander2015-11-091-1/+1
|\ \ \ | | | | | | | | Update release-process.md
| * | | Update release-process.mdlindy652015-11-091-1/+1
| | | | | | | | | | | | Fixed type on line 46
* | | | Merge pull request #1360 from lindy65/patch-5Joram Wilander2015-11-091-1/+1
|\ \ \ \ | |/ / / |/| | | Update release-process.md
| * | | Update release-process.mdlindy652015-11-091-1/+1
|/ / / | | | | | | Corrected typo on line 51
* | | Update Troubleshooting.mdit332015-11-081-1/+3
| | |
* | | Update Troubleshooting.mdit332015-11-081-0/+4
| | |
* | | Merge pull request #1354 from Tsynapse/patch-4it332015-11-071-1/+1
|\ \ \ | | | | | | | | Grammar Correction
| * | | Grammar CorrectionJason2015-11-071-1/+1
|/ / / | | | | | | Removed the 's' from settings @line 35
* | / Update Requirements.mdit332015-11-071-1/+1
| |/ |/|
* | Merge pull request #1348 from mattermost/lfbrock-patch-2Corey Hulen2015-11-061-0/+49
|\ \ | | | | | | Update NOTICE.txt
| * | Update NOTICE.txtlfbrock2015-11-061-0/+49
| | |
* | | Merge pull request #1347 from mattermost/plt-1062Corey Hulen2015-11-061-0/+7
|\ \ \ | | | | | | | | PLT-1062 Fix jumping when messages received in another channel.
| * | | Fixing jumping to bottom of channels when messages recieved in anouther channelChristopher Speller2015-11-061-0/+2
| | | |
| * | | Revert "Fixed loading forever on first page load"Christopher Speller2015-11-061-0/+5
| | |/ | |/| | | | | | | This reverts commit d020db39cb3c694332b58f030c4441a761b16d01.
* | | Merge pull request #1344 from mattermost/tutorial-fixJoram Wilander2015-11-063-8/+8
|\ \ \ | |/ / |/| | Add tutorial pref for new users by default
| * | Simplified unit testJoramWilander2015-11-061-6/+0
| | |