Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | allow code theme to be shareable | Florian Orben | 2015-10-29 | 2 | -2/+7 | |
| * | | | | use XML syntax highlighting if provided language is html | Florian Orben | 2015-10-29 | 1 | -4/+10 | |
| * | | | | escape user input | Florian Orben | 2015-10-29 | 1 | -2/+2 | |
| * | | | | Add java and ini language | Florian Orben | 2015-10-29 | 2 | -1/+7 | |
| * | | | | fix markup if code is of unknown language | Florian Orben | 2015-10-29 | 1 | -1/+1 | |
| * | | | | code style theme chooser | Florian Orben | 2015-10-29 | 9 | -2/+111 | |
| * | | | | highlight code in markdown blocks | Florian Orben | 2015-10-29 | 6 | -0/+103 | |
* | | | | | Merge pull request #1233 from hmhealey/plt600 | Christopher Speller | 2015-10-30 | 2 | -5/+12 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Added help text for the channel header and purpose dialogs | hmhealey | 2015-10-29 | 2 | -5/+12 | |
| |/ / / | ||||||
* | | | | 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 | |
| |\ \ \ \ \ \ |