summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Clarifying single machine install works as wellit332015-12-161-1/+2
| |
* | Merge pull request #1742 from mattermost/update-golang-depsCorey Hulen2015-12-1682-20712/+172
|\ \ | | | | | | Updating go dependancies
| * | Updating go dependanciesChristopher Speller2015-12-1682-20712/+172
|/ /
* | Merge pull request #1739 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-162-3/+12
|\ \ | |/ |/| UI Improvements for online icon and permalink
| * UI Improvements for online icon and permalinkAsaad Mahmood2015-12-162-3/+12
| |
* | Merge pull request #1733 from hmhealey/plt1437Christopher Speller2015-12-1612-38/+87
|\ \ | | | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning
| * | Stopped CreatePost from responding to PreferenceStore changes before it gets ↵hmhealey2015-12-151-5/+11
| | | | | | | | | | | | mounted
| * | Improved PreferenceStore api when getting valueshmhealey2015-12-1512-36/+79
| | |
* | | Merge pull request #1710 from mattermost/plt-1498Christopher Speller2015-12-164-4/+48
|\ \ \ | |_|/ |/| | PLT-1498 Add hashtag testing and allow special german characters
| * | Add hashtag testing and allow special german charactersJoramWilander2015-12-114-4/+48
| | |
* | | Merge pull request #1737 from mattermost/revert-1735-patch-43Corey Hulen2015-12-155-17/+22
|\ \ \ | | | | | | | | Revert "Break test-emoticons into separate tests"
| * | | Revert "Break test-emoticons into separate tests"Corey Hulen2015-12-155-17/+22
|/ / /
* | | Merge pull request #1736 from esethna/patch-46Corey Hulen2015-12-151-1/+1
|\ \ \ | | | | | | | | Update help text in privacy_settings.jsx
| * | | Update help text in privacy_settings.jsxEric Sethna2015-12-151-1/+1
| | | | | | | | | | | | help text for "show full name" updated.
* | | | Merge pull request #1735 from esethna/patch-43Corey Hulen2015-12-155-22/+17
|\ \ \ \ | |/ / / |/| | | Break test-emoticons into separate tests
| * | | Create test-emoticons-4.mdEric Sethna2015-12-151-0/+2
| | | | | | | | | | | | Part 4 of 4
| * | | Create test-emoticons-3.mdEric Sethna2015-12-151-0/+2
| | | | | | | | | | | | Part 3 of 4
| * | | Create test-emoticons-2.mdEric Sethna2015-12-151-0/+5
| | | | | | | | | | | | Part 2 of 4
| * | | Break test-emoticons into separate testsEric Sethna2015-12-152-22/+8
|/ / / | | | | | | Part 1 of 4
* | | Merge pull request #1732 from asaadmahmoodspin/ui-improvementsJoram Wilander2015-12-1519-2/+4110
|\ \ \ | | | | | | | | Multiple UI Improvements
| * | | Multiple UI ImprovementsAsaad Mahmood2015-12-1519-2/+4110
| | | |
* | | | Merge pull request #1734 from mattermost/channel-limitHarrison Healey2015-12-152-8/+10
|\ \ \ \ | |/ / / |/| | | Fixing channel limit
| * | | Fixing channel limit=Corey Hulen2015-12-152-8/+10
|/ / /
* | | Merge pull request #1729 from hmhealey/plt886Joram Wilander2015-12-152-0/+10
|\ \ \ | |_|/ |/| | PLT-886 Add additional max file size checks
| * | Added serverside file size check for post attachmentshmhealey2015-12-152-1/+6
| | |
| * | Added clientside check for profile image sizehmhealey2015-12-141-0/+5
| | |
* | | Merge pull request #1727 from mattermost/plt-1481Christopher Speller2015-12-151-2/+11
|\ \ \ | | | | | | | | PLT-1481 Force all colorpickers to update after theme pasted in
| * | | Force all colorpickers to update after theme pasted inJoramWilander2015-12-141-2/+11
| |/ /
* | | Merge pull request #1730 from mattermost/PLT-1404Joram Wilander2015-12-153-0/+28
|\ \ \ | | | | | | | | PLT-1404 signal login to other tabs
| * | | PLT-1404 signal login to other tags=Corey Hulen2015-12-143-0/+28
| |/ /
* | | Merge pull request #1726 from mattermost/PLT-1447Christopher Speller2015-12-151-2/+2
|\ \ \ | | | | | | | | PLT-1447 fixing sending name in push notifications
| * | | PLT-1447 fixing sending name in push notifications=Corey Hulen2015-12-141-2/+2
| |/ /
* | | Merge pull request #1725 from mattermost/fix-console-errChristopher Speller2015-12-158-0/+50
|\ \ \ | | | | | | | | Adding error bar message when console error detected
| * | | Setting default to false=Corey Hulen2015-12-141-1/+1
| | | |
| * | | Adding error bar message when console error detected=Corey Hulen2015-12-148-0/+50
| |/ /
* | | Merge pull request #1709 from erikthered/arch-dev-setupChristopher Speller2015-12-151-2/+49
|\ \ \ | | | | | | | | Add development setup instructions for Archlinux
| * | | Correct PATH line and remove GOROOT line per feedback from @crspellerErik Nelson2015-12-141-2/+1
| | | |
| * | | Add development setup instructions for ArchlinuxErik Nelson2015-12-111-0/+48
| | |/ | |/|
* | | Merge branch 'release-1.3'Christopher Speller2015-12-1411-25/+41
|\ \ \
| * | | Updating dockerfile for release v1.3.0Christopher Speller2015-12-141-1/+1
| | | |
| * | | Merge pull request #1724 from asaadmahmoodspin/sidebarFixChristopher Speller2015-12-144-7/+8
| |\ \ \ | | | | | | | | | | Fixing IE scrolling issue and also fixing horizontal scrollbar
| | * | | Fixing pageup issueAsaad Mahmood2015-12-152-7/+1
| | | | |
| | * | | Updating container fluid cssAsaad Mahmood2015-12-141-0/+6
| | | | |
| | * | | Adding sidebar animation backAsaad Mahmood2015-12-141-0/+5
| | | | |
| | * | | Removing translateXAsaad Mahmood2015-12-141-5/+0
| | | | |
| | * | | Fixing IE scrolling issue and also fixing horizontal scrollbarAsaad Mahmood2015-12-144-6/+7
| |/ / /
| * | | Updating dockerfile for release v1.3.0-rc2Christopher Speller2015-12-141-1/+1
| | | |
| * | | Push notifications help text updateit332015-12-141-1/+1
| | | |
| * | | Adding Highlights to Changelogit332015-12-141-8/+23
| | | |
| * | | Fixing cacheing issue on IE and EdgeChristopher Speller2015-12-141-0/+2
| | | |