Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify check if ctrl+enter was pressed | Florian Orben | 2015-10-29 | 2 | -75/+4 |
* | fix component unmount | Florian Orben | 2015-10-29 | 2 | -1/+70 |
* | enable ctrl+enter send for edit msg modal | Florian Orben | 2015-10-29 | 1 | -4/+25 |
* | Updating margin for paragraphs | Asaad Mahmood | 2015-10-29 | 1 | -1/+7 |
* | UI Improvements | Asaad Mahmood | 2015-10-29 | 7 | -170/+232 |
* | Add team type constants. | JoramWilander | 2015-10-29 | 1 | -0/+2 |
* | Update town square intro text. | JoramWilander | 2015-10-29 | 1 | -4/+43 |
* | Merge pull request #1224 from rgarmsen2295/plt-763 | Joram Wilander | 2015-10-29 | 4 | -2/+4 |
|\ | |||||
| * | Fixed issue with refocusing not working after editing a post in the RHS | Reed Garmsen | 2015-10-28 | 4 | -2/+4 |
* | | Merge pull request #1221 from florianorben/disallow_edit_bot_msg_arrow_up | Joram Wilander | 2015-10-29 | 1 | -4/+5 |
|\ \ | |||||
| * | | Dont edit reply messages of outgoing webhooks by pressing up-arrow in chat in... | Florian Orben | 2015-10-28 | 1 | -4/+5 |
* | | | Merge pull request #1218 from hmhealey/underscores | Joram Wilander | 2015-10-29 | 2 | -37/+77 |
|\ \ \ | |||||
| * | | | Updated markdown regexes to better handle underscores and links | hmhealey | 2015-10-28 | 2 | -33/+42 |
| * | | | Modified markdown lexer to not break up words written in snake_case | hmhealey | 2015-10-28 | 2 | -8/+39 |
| |/ / | |||||
* | | | Merge pull request #1206 from florianorben/post_style | Corey Hulen | 2015-10-28 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Change post paragraphs' line heights and margins for better readability | Florian Orben | 2015-10-28 | 1 | -1/+2 |
* | | | Merge pull request #1213 from mattermost/plt-836 | Corey Hulen | 2015-10-28 | 2 | -27/+43 |
|\ \ \ | |||||
| * | | | Prevent markdown styled links from embedding gifs | JoramWilander | 2015-10-28 | 2 | -27/+43 |
* | | | | Merge pull request #1199 from hmhealey/plt600 | Corey Hulen | 2015-10-28 | 11 | -138/+321 |
|\ \ \ \ | |||||
| * | | | | 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 |
* | | | | | Multiple UI changes | Asaad Mahmood | 2015-10-29 | 14 | -59/+86 |
* | | | | | Merge branch 'master' of https://github.com/mattermost/platform into ui-impro... | Asaad Mahmood | 2015-10-29 | 19 | -236/+236 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge pull request #1196 from florianorben/send-on-ctrl | Joram Wilander | 2015-10-28 | 7 | -17/+235 |
| |\ \ \ \ | |||||
| | * | | | | add new user-setting section 'advanced' and remove ctrl-send setting from gen... | Florian Orben | 2015-10-28 | 7 | -101/+202 |
| | * | | | | allow messages to be send on ctrl+enter | Florian Orben | 2015-10-28 | 3 | -17/+134 |
| | | |_|/ | | |/| | | |||||
| * | | | | Revert "PLT-395: Add syntax highlighting to Markdown code blocks" | Christopher Speller | 2015-10-28 | 13 | -219/+1 |
* | | | | | Merge branch 'master' of https://github.com/mattermost/platform into ui-impro... | Asaad Mahmood | 2015-10-28 | 20 | -153/+709 |
|\| | | | | |||||
| * | | | | Merge pull request #1210 from mattermost/PLT-25 | Christopher Speller | 2015-10-28 | 3 | -11/+4 |
| |\ \ \ \ | |||||
| | * | | | | PLT-25 fixing issues with stats page | =Corey Hulen | 2015-10-27 | 3 | -11/+4 |
| | |/ / / | |||||
| * / / / | Dont display '1 minute ago' timestamps for post posted < than 1 minute ago | Florian Orben | 2015-10-28 | 1 | -2/+6 |
| |/ / / | |||||
| * | | | Merge pull request #1190 from mattermost/PLT-25 | Corey Hulen | 2015-10-27 | 9 | -2/+503 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | adding arrow notation | =Corey Hulen | 2015-10-26 | 1 | -1/+1 |
| | * | | Merge branch 'master' into PLT-25 | =Corey Hulen | 2015-10-26 | 25 | -127/+457 |
| | |\ \ | |||||
| | * | | | PLT-25 adding stats to admin console | =Corey Hulen | 2015-10-26 | 2 | -68/+77 |
| | * | | | Merge branch 'master' into PLT-25 | =Corey Hulen | 2015-10-25 | 26 | -141/+564 |
| | |\ \ \ | |||||
| | * | | | | PLT-25 adding analytics panel | =Corey Hulen | 2015-10-23 | 6 | -13/+268 |
| | * | | | | Merge branch 'master' into PLT-25 | =Corey Hulen | 2015-10-23 | 79 | -475/+857 |
| | |\ \ \ \ | |||||
| | * | | | | | Adding post counts by days | =Corey Hulen | 2015-10-22 | 2 | -3/+52 |
| | * | | | | | Adding analytics tab | =Corey Hulen | 2015-10-22 | 5 | -1/+189 |
| * | | | | | | Merge pull request #1195 from mattermost/plt-822 | Corey Hulen | 2015-10-27 | 9 | -139/+197 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Refactoring post_store into post_store and search_store | Christopher Speller | 2015-10-26 | 9 | -139/+197 |
| | | |_|_|_|/ | | |/| | | | | |||||
* | | | | | | | Merge branch 'master' of https://github.com/mattermost/platform into ui-impro... | Asaad Mahmood | 2015-10-27 | 36 | -236/+1060 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #1197 from rgarmsen2295/plt-166 | Christopher Speller | 2015-10-27 | 1 | -1/+6 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | 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 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 |
| | |_|_|_|_|/ | |/| | | | | |