summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-2820-200/+534
|\ | | | | PLT-600 Renamed channel description to channel header and added channel purpose field
| * Added ability to see/edit channel purpose in the clienthmhealey2015-10-278-92/+274
| |
| * Added Channel.Purpose on the serverhmhealey2015-10-277-7/+155
| |
| * Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-2710-62/+63
| |
| * Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-278-61/+64
| |
* | Merge pull request #1219 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-10-2818-155/+188
|\ \ | | | | | | Ui improvements
| * | Multiple UI changesAsaad Mahmood2015-10-2914-59/+86
| | |
| * | Merge branch 'master' of https://github.com/mattermost/platform into ↵Asaad Mahmood2015-10-2919-236/+236
| |\ \ | |/ / |/| | | | | ui-improvements
* | | Merge pull request #1196 from florianorben/send-on-ctrlJoram Wilander2015-10-287-17/+235
|\ \ \ | | | | | | | | allow messages to be send on ctrl+enter
| * | | add new user-setting section 'advanced' and remove ctrl-send setting from ↵Florian Orben2015-10-287-101/+202
| | | | | | | | | | | | | | | | general tab
| * | | allow messages to be send on ctrl+enterFlorian Orben2015-10-283-17/+134
| | | |
* | | | Merge pull request #1216 from mattermost/revert-1170-PLT-395Christopher Speller2015-10-2813-219/+1
|\ \ \ \ | | | | | | | | | | Revert "PLT-395: Add syntax highlighting to Markdown code blocks"
| * | | | Revert "PLT-395: Add syntax highlighting to Markdown code blocks"Christopher Speller2015-10-2813-219/+1
|/ / / /
| | * | Merge branch 'master' of https://github.com/mattermost/platform into ↵Asaad Mahmood2015-10-2836-207/+1437
| | |\ \ | |_|/ / |/| | | | | | | ui-improvements
* | | | Merge pull request #1210 from mattermost/PLT-25Christopher Speller2015-10-284-11/+10
|\ \ \ \ | | | | | | | | | | PLT-25 fixing issues with stats page
| * | | | PLT-25 fixing issues with stats page=Corey Hulen2015-10-274-11/+10
| | | | |
* | | | | Merge pull request #1187 from mattermost/code-contribution-guidelines-updateChristopher Speller2015-10-282-47/+49
|\ \ \ \ \ | | | | | | | | | | | | Code contribution guidelines update
| * | | | | Update Code-Contribution-Guidelines.mdit332015-10-271-1/+1
| | | | | |
| * | | | | Fixing linkit332015-10-261-1/+1
| | | | | |
| * | | | | Update CONTRIBUTING.mdit332015-10-261-1/+1
| | | | | |
| * | | | | Update CONTRIBUTING.mdit332015-10-261-16/+12
| | | | | |
| * | | | | Update CONTRIBUTING.mdit332015-10-261-1/+1
| | | | | |
| * | | | | Update CONTRIBUTING.mdit332015-10-261-1/+4
| | | | | |
| * | | | | Update Code-Contribution-Guidelines.mdit332015-10-261-44/+1
| | | | | |
| * | | | | Update CONTRIBUTING.mdit332015-10-261-3/+49
| | | | | |
* | | | | | Merge pull request #1205 from florianorben/fix-relative-timeJoram Wilander2015-10-281-2/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Dont display '1 minute ago' timestamps for post posted < than 1 minute ago
| * | | | | Dont display '1 minute ago' timestamps for post posted < than 1 minute agoFlorian Orben2015-10-281-2/+6
| | |/ / / | |/| | |
* | | | | Typo fixit332015-10-271-1/+1
| | | | |
* | | | | Adding "Solution" sections to guideit332015-10-271-2/+5
| | | | |
* | | | | Update Troubleshooting.mdit332015-10-271-0/+3
|/ / / /
* | | | Update Administration.mdit332015-10-271-0/+7
| | | |
* | | | Update Troubleshooting.mdit332015-10-271-5/+0
| | | |
* | | | Update Outgoing-Webhooks.mdit332015-10-271-1/+1
| | | |
* | | | Update Outgoing-Webhooks.mdit332015-10-271-0/+2
| | | |
* | | | Merge pull request #1190 from mattermost/PLT-25Corey Hulen2015-10-2719-3/+1144
|\ \ \ \ | | | | | | | | | | PLT-25 adding stats to admin console
| * | | | PLT-25 fixing stats for postgres=Corey Hulen2015-10-272-39/+42
| | | | |
| * | | | Fixing postgres=Corey Hulen2015-10-261-8/+49
| | | | |
| * | | | adding arrow notation=Corey Hulen2015-10-261-1/+1
| | | | |
| * | | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-2649-280/+1250
| |\ \ \ \
| * | | | | Fixing unit test=Corey Hulen2015-10-261-18/+25
| | | | | |
| * | | | | PLT-25 adding stats to admin console=Corey Hulen2015-10-262-68/+77
| | | | | |
| * | | | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-2530-146/+583
| |\ \ \ \ \
| * | | | | | PLT-25 adding analytics panel=Corey Hulen2015-10-236-13/+268
| | | | | | |
| * | | | | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-23122-689/+1497
| |\ \ \ \ \ \
| * | | | | | | Adding post counts by days=Corey Hulen2015-10-222-3/+52
| | | | | | | |
| * | | | | | | Adding analytics tab=Corey Hulen2015-10-2215-2/+779
| | | | | | | |
* | | | | | | | Update Troubleshooting.mdit332015-10-271-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Create Administration.mdit332015-10-271-0/+12
| | | | | | |
* | | | | | | Update Troubleshooting.mdit332015-10-271-4/+3
| | | | | | |
* | | | | | | Update Troubleshooting.mdit332015-10-271-0/+5
| | | | | | |