Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability to see/edit channel purpose in the client | hmhealey | 2015-10-27 | 8 | -92/+274 |
| | |||||
* | Renamed Channel.Description to Channel.Header on the client | hmhealey | 2015-10-27 | 10 | -62/+63 |
| | |||||
* | Merge pull request #1195 from mattermost/plt-822 | Corey Hulen | 2015-10-27 | 9 | -139/+197 |
|\ | | | | | PLT-822 Refactoring post_store into post_store and search_store | ||||
| * | Refactoring post_store into post_store and search_store | Christopher Speller | 2015-10-26 | 9 | -139/+197 |
| | | |||||
* | | Merge pull request #1197 from rgarmsen2295/plt-166 | Christopher Speller | 2015-10-27 | 1 | -1/+6 |
|\ \ | | | | | | | PLT-166 Fixed issue with missing help text for @all and @channel in mention list | ||||
| * | | Fixed issue with missing help text for @all and @channel in mention list | Reed Garmsen | 2015-10-26 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #1174 from florianorben/member-popover | Christopher Speller | 2015-10-27 | 4 | -67/+215 |
|\ \ \ | | | | | | | | | Add styling to channel member popover | ||||
| * | | | add helper method to initiate a direct channel chat | Florian Orben | 2015-10-26 | 3 | -87/+66 |
| | | | | |||||
| * | | | use 'Overlay' instead if 'OverlayTrigger' | Florian Orben | 2015-10-26 | 1 | -22/+28 |
| | | | | |||||
| * | | | Add some to channel member popover | Florian Orben | 2015-10-26 | 2 | -2/+165 |
| |/ / | |||||
* | | | auto-link mentions with user names having symbols | Girish S | 2015-10-27 | 2 | -4/+15 |
| | | | | | | | | | | | | this also handles the case where user_name having '_' | ||||
* | | | Merge pull request #1194 from mattermost/webhook-request | Corey Hulen | 2015-10-26 | 1 | -7/+7 |
|\ \ \ | | | | | | | | | Parse incoming webhook requests into model instead of string map | ||||
| * | | | Parse incoming webhook requsets into model instead of string map | JoramWilander | 2015-10-26 | 1 | -7/+7 |
| | | | | |||||
* | | | | Merge pull request #1178 from mattermost/update-web-socket-help | Corey Hulen | 2015-10-26 | 2 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | Update web socket help | ||||
| * | | | Update help | it33 | 2015-10-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update websocket error | it33 | 2015-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Getting this error when websockets is properly configured and connection is just slow | ||||
* | | | | Merge pull request #1193 from hmhealey/plt798 | Corey Hulen | 2015-10-26 | 2 | -3/+9 |
|\ \ \ \ | |_|/ / |/| | | | PLT-798 Prevent image files larger than 4k resolution from being uploaded | ||||
| * | | | Fixed file upload and profile picture upload error display to work for ↵ | hmhealey | 2015-10-26 | 2 | -3/+9 |
| | |/ | |/| | | | | | | | serverside errors | ||||
* | | | Merge pull request #1191 from mattermost/PLT-564 | Joram Wilander | 2015-10-26 | 1 | -12/+0 |
|\ \ \ | | | | | | | | | PLT-564 removing auto-hide from error bar | ||||
| * | | | PLT-564 removing auto-hide from error bar | =Corey Hulen | 2015-10-26 | 1 | -12/+0 |
| | | | | |||||
* | | | | Merge pull request #1189 from mattermost/plt-762 | Joram Wilander | 2015-10-26 | 3 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | PLT-762 Fix error message on leaving channel | ||||
| * | | | | Fix error message on leaving channel | JoramWilander | 2015-10-26 | 3 | -3/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1173 from florianorben/PLT-642 | Corey Hulen | 2015-10-26 | 1 | -13/+51 |
|\ \ \ \ | |_|/ / |/| | | | PLT-642: Browser tab alerts | ||||
| * | | | rename methods and varibles to a more meaningful name | Florian Orben | 2015-10-26 | 1 | -12/+13 |
| | | | | |||||
| * | | | PLT-642: Browser tab alerts | Florian Orben | 2015-10-26 | 1 | -12/+49 |
| |/ / | |||||
* | | | rename getTypingText to updateTypingText and set component's state in it | Florian Orben | 2015-10-26 | 1 | -10/+16 |
| | | | |||||
* | | | use constant value to check if to send a typing event for comments | Florian Orben | 2015-10-26 | 1 | -1/+1 |
| | | | |||||
* | | | PLT-703: Support multiple users being shown as typing underneath input boxes. | Florian Orben | 2015-10-26 | 3 | -17/+35 |
|/ / | |||||
* | | Merge pull request #1171 from ↵ | Harrison Healey | 2015-10-26 | 1 | -14/+48 |
|\ \ | | | | | | | | | | | | | trashcan/github-1130-handle-trailing-characters-after-user Handle trailing characters after user | ||||
| * | | Fix highlighting of trailing punctuation for own username | Pat Lathem | 2015-10-25 | 1 | -4/+4 |
| | | | |||||
| * | | Fix off by one error | Pat Lathem | 2015-10-24 | 1 | -7/+7 |
| | | | |||||
| * | | Remove trailing punctuation when parsing @username references | Pat Lathem | 2015-10-24 | 1 | -13/+47 |
| | | | |||||
* | | | Merge pull request #1170 from florianorben/PLT-395 | Harrison Healey | 2015-10-26 | 13 | -1/+219 |
|\ \ \ | | | | | | | | | PLT-395: Add syntax highlighting to Markdown code blocks | ||||
| * | | | Add java and ini language | Florian Orben | 2015-10-24 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | Forgot to add those altough they are quite common | ||||
| * | | | fix markup if code is of unknown language | Florian Orben | 2015-10-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | code style theme chooser | Florian Orben | 2015-10-24 | 9 | -2/+111 |
| | | | | |||||
| * | | | highlight code in markdown blocks | Florian Orben | 2015-10-24 | 6 | -0/+103 |
| | |/ | |/| | |||||
* | | | Merge pull request #1183 from girishso/strip-extra-s | Harrison Healey | 2015-10-26 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | strip extra hyphens from urls | ||||
| * | | | strips extra hiphens from channel url | Girish S | 2015-10-26 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #1181 from girishso/star-search2 | Christopher Speller | 2015-10-26 | 2 | -3/+10 |
|\ \ \ | | | | | | | | | PLT-747: Allow search results to match portions of words | ||||
| * | | | made eslint happy | Girish S | 2015-10-26 | 2 | -6/+8 |
| | | | | |||||
| * | | | append * to search query if not present and highlight partial matches | Girish S | 2015-10-26 | 2 | -2/+7 |
| |/ / | |||||
* / / | Mattermost can not send message start with slash | Florian Orben | 2015-10-25 | 1 | -51/+64 |
|/ / | | | | | | | resolves #827 | ||||
* | | Merge pull request #1168 from rgarmsen2295/plt-816 | Corey Hulen | 2015-10-24 | 3 | -16/+13 |
|\ \ | | | | | | | PLT-816 Fixed various React warnings during the team signup process | ||||
| * | | Fixed various React warnings during the team signup process | Reed Garmsen | 2015-10-23 | 3 | -16/+13 |
| | | | |||||
* | | | Fixed react warning in more_direct_channels.jsx | Reed Garmsen | 2015-10-23 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed react warnings in channel_notifications.jsx | Reed Garmsen | 2015-10-23 | 1 | -15/+9 |
| | | | |||||
* | | | Fixed react warning for the search bar tooltip | Reed Garmsen | 2015-10-23 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1133 from hmhealey/plt718 | Corey Hulen | 2015-10-23 | 5 | -6/+344 |
|\ \ | | | | | | | PLT-718 Add an autocomplete when searching with in:, channel:, or from: | ||||
| * | | Added keyboard selection to search autocomplete | hmhealey | 2015-10-23 | 5 | -46/+166 |
| | | |