summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add java and ini languageFlorian Orben2015-10-292-1/+7
| * | | | fix markup if code is of unknown languageFlorian Orben2015-10-291-1/+1
| * | | | code style theme chooserFlorian Orben2015-10-299-2/+111
| * | | | highlight code in markdown blocksFlorian Orben2015-10-296-0/+103
* | | | | Merge pull request #1233 from hmhealey/plt600Christopher Speller2015-10-302-5/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Added help text for the channel header and purpose dialogshmhealey2015-10-292-5/+12
| |/ / /
* | | | simplify check if ctrl+enter was pressedFlorian Orben2015-10-292-75/+4
* | | | fix component unmountFlorian Orben2015-10-292-1/+70
* | | | enable ctrl+enter send for edit msg modalFlorian Orben2015-10-291-4/+25
|/ / /
* | | Updating margin for paragraphsAsaad Mahmood2015-10-291-1/+7
* | | UI ImprovementsAsaad Mahmood2015-10-297-170/+232
* | | Add team type constants.JoramWilander2015-10-291-0/+2
* | | Update town square intro text.JoramWilander2015-10-291-4/+43
* | | Merge pull request #1224 from rgarmsen2295/plt-763Joram Wilander2015-10-294-2/+4
|\ \ \
| * | | Fixed issue with refocusing not working after editing a post in the RHSReed Garmsen2015-10-284-2/+4
* | | | Merge pull request #1221 from florianorben/disallow_edit_bot_msg_arrow_upJoram Wilander2015-10-291-4/+5
|\ \ \ \
| * | | | Dont edit reply messages of outgoing webhooks by pressing up-arrow in chat in...Florian Orben2015-10-281-4/+5
* | | | | Merge pull request #1218 from hmhealey/underscoresJoram Wilander2015-10-292-37/+77
|\ \ \ \ \
| * | | | | Updated markdown regexes to better handle underscores and linkshmhealey2015-10-282-33/+42
| * | | | | Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-282-8/+39
| |/ / / /
* | | | | Merge pull request #1206 from florianorben/post_styleCorey Hulen2015-10-281-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Change post paragraphs' line heights and margins for better readabilityFlorian Orben2015-10-281-1/+2
| | |/ / | |/| |
* | | | Merge pull request #1213 from mattermost/plt-836Corey Hulen2015-10-282-27/+43
|\ \ \ \
| * | | | Prevent markdown styled links from embedding gifsJoramWilander2015-10-282-27/+43
* | | | | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-2811-138/+321
|\ \ \ \ \
| * | | | | Added ability to see/edit channel purpose in the clienthmhealey2015-10-278-92/+274
| * | | | | Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-2710-62/+63
* | | | | | Multiple UI changesAsaad Mahmood2015-10-2914-59/+86
* | | | | | Merge branch 'master' of https://github.com/mattermost/platform into ui-impro...Asaad Mahmood2015-10-2919-236/+236
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #1196 from florianorben/send-on-ctrlJoram Wilander2015-10-287-17/+235
| |\ \ \ \ \
| | * | | | | add new user-setting section 'advanced' and remove ctrl-send setting from gen...Florian Orben2015-10-287-101/+202
| | * | | | | allow messages to be send on ctrl+enterFlorian Orben2015-10-283-17/+134
| | | |_|/ / | | |/| | |
| * | | | | 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 ui-impro...Asaad Mahmood2015-10-2820-153/+709
|\| | | |
| * | | | Merge pull request #1210 from mattermost/PLT-25Christopher Speller2015-10-283-11/+4
| |\ \ \ \
| | * | | | PLT-25 fixing issues with stats page=Corey Hulen2015-10-273-11/+4
| | |/ / /
| * / / / Dont display '1 minute ago' timestamps for post posted < than 1 minute agoFlorian Orben2015-10-281-2/+6
| |/ / /
| * | | Merge pull request #1190 from mattermost/PLT-25Corey Hulen2015-10-279-2/+503
| |\ \ \ | | |/ / | |/| |
| | * | adding arrow notation=Corey Hulen2015-10-261-1/+1
| | * | Merge branch 'master' into PLT-25=Corey Hulen2015-10-2625-127/+457
| | |\ \
| | * | | PLT-25 adding stats to admin console=Corey Hulen2015-10-262-68/+77
| | * | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-2526-141/+564
| | |\ \ \
| | * | | | PLT-25 adding analytics panel=Corey Hulen2015-10-236-13/+268
| | * | | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-2379-475/+857
| | |\ \ \ \
| | * | | | | Adding post counts by days=Corey Hulen2015-10-222-3/+52
| | * | | | | Adding analytics tab=Corey Hulen2015-10-225-1/+189
| * | | | | | Merge pull request #1195 from mattermost/plt-822Corey Hulen2015-10-279-139/+197
| |\ \ \ \ \ \
| | * | | | | | Refactoring post_store into post_store and search_storeChristopher Speller2015-10-269-139/+197
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'master' of https://github.com/mattermost/platform into ui-impro...Asaad Mahmood2015-10-2736-236/+1060
|\| | | | | |
| * | | | | | Merge pull request #1197 from rgarmsen2295/plt-166Christopher Speller2015-10-271-1/+6
| |\ \ \ \ \ \