summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add team type constants.JoramWilander2015-10-291-0/+2
|
* Merge pull request #1218 from hmhealey/underscoresJoram Wilander2015-10-292-37/+77
|\ | | | | PLT-631/PLT-764/PLT-204/PLT-521 Updating autolinking and handling of underscores by the markdown parser
| * 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 #1213 from mattermost/plt-836Corey Hulen2015-10-281-26/+42
|\ \ | | | | | | PLT-836 Prevent markdown styled links from embedding gifs
| * | Prevent markdown styled links from embedding gifsJoramWilander2015-10-281-26/+42
| | |
* | | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-281-4/+21
|\ \ \ | | | | | | | | PLT-600 Renamed channel description to channel header and added channel purpose field
| * | | Added ability to see/edit channel purpose in the clienthmhealey2015-10-271-0/+17
| | | |
| * | | Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-271-4/+4
| | | |
* | | | Multiple UI changesAsaad Mahmood2015-10-291-0/+2
| |_|/ |/| |
* | | Merge pull request #1196 from florianorben/send-on-ctrlJoram Wilander2015-10-281-1/+2
|\ \ \ | | | | | | | | allow messages to be send on ctrl+enter
| * | | add new user-setting section 'advanced' and remove ctrl-send setting from ↵Florian Orben2015-10-281-1/+2
| | | | | | | | | | | | | | | | general tab
* | | | Revert "PLT-395: Add syntax highlighting to Markdown code blocks"Christopher Speller2015-10-283-123/+0
| | | |
* | | | 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-271-0/+14
|\ \ \ | |/ / |/| | PLT-25 adding stats to admin console
| * | adding arrow notation=Corey Hulen2015-10-261-1/+1
| | |
| * | Merge branch 'master' into PLT-25=Corey Hulen2015-10-266-19/+179
| |\ \
| * \ \ Merge branch 'master' into PLT-25=Corey Hulen2015-10-253-6/+8
| |\ \ \
| * \ \ \ Merge branch 'master' into PLT-25=Corey Hulen2015-10-235-57/+61
| |\ \ \ \
| * | | | | Adding analytics tab=Corey Hulen2015-10-221-0/+14
| | | | | |
* | | | | | Merge pull request #1174 from florianorben/member-popoverChristopher Speller2015-10-271-0/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add styling to channel member popover
| * | | | | | add helper method to initiate a direct channel chatFlorian Orben2015-10-261-0/+42
| | | | | | |
* | | | | | | auto-link mentions with user names having symbolsGirish S2015-10-272-4/+15
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | this also handles the case where user_name having '_'
* | | | | | Merge pull request #1178 from mattermost/update-web-socket-helpCorey Hulen2015-10-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update web socket help
| * | | | | Update websocket errorit332015-10-251-1/+1
| | |_|/ / | |/| | | | | | | | Getting this error when websockets is properly configured and connection is just slow
* | | | | Merge pull request #1189 from mattermost/plt-762Joram Wilander2015-10-262-2/+3
|\ \ \ \ \ | | | | | | | | | | | | PLT-762 Fix error message on leaving channel
| * | | | | Fix error message on leaving channelJoramWilander2015-10-262-2/+3
| | |_|_|/ | |/| | |
* / | | | PLT-703: Support multiple users being shown as typing underneath input boxes.Florian Orben2015-10-261-0/+1
|/ / / /
* | | | Merge pull request #1171 from ↵Harrison Healey2015-10-261-14/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | trashcan/github-1130-handle-trailing-characters-after-user Handle trailing characters after user
| * | | | Fix highlighting of trailing punctuation for own usernamePat Lathem2015-10-251-4/+4
| | | | |
| * | | | Fix off by one errorPat Lathem2015-10-241-7/+7
| | | | |
| * | | | Remove trailing punctuation when parsing @username referencesPat Lathem2015-10-241-13/+47
| | | | |
* | | | | Merge pull request #1170 from florianorben/PLT-395Harrison Healey2015-10-263-0/+123
|\ \ \ \ \ | | | | | | | | | | | | PLT-395: Add syntax highlighting to Markdown code blocks
| * | | | | Add java and ini languageFlorian Orben2015-10-242-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Forgot to add those altough they are quite common
| * | | | | fix markup if code is of unknown languageFlorian Orben2015-10-241-1/+1
| | | | | |
| * | | | | code style theme chooserFlorian Orben2015-10-242-0/+33
| | | | | |
| * | | | | highlight code in markdown blocksFlorian Orben2015-10-242-0/+84
| | |/ / / | |/| | |
* | | | | Merge pull request #1183 from girishso/strip-extra-sHarrison Healey2015-10-261-0/+1
|\ \ \ \ \ | | | | | | | | | | | | strip extra hyphens from urls
| * | | | | strips extra hiphens from channel urlGirish S2015-10-261-0/+1
| |/ / / /
* | | | | made eslint happyGirish S2015-10-261-3/+2
| | | | |
* | | | | append * to search query if not present and highlight partial matchesGirish S2015-10-261-2/+3
|/ / / /
* | | | Merge pull request #1133 from hmhealey/plt718Corey Hulen2015-10-231-1/+2
|\ \ \ \ | | | | | | | | | | PLT-718 Add an autocomplete when searching with in:, channel:, or from:
| * | | | Added keyboard selection to search autocompletehmhealey2015-10-231-1/+2
| | | | |
* | | | | Merge branch 'master' of https://github.com/mattermost/platform into ↵Asaad Mahmood2015-10-231-2/+2
|\| | | | | | | | | | | | | | | | | | | ui-improvements
| * | | | Force updating last viewed at for new postsJoramWilander2015-10-231-2/+2
| | |_|/ | |/| |
* | | | Updating nav active bg and Send invitation buttonAsaad Mahmood2015-10-231-0/+1
| | | |
* | | | Updating bot stylingAsaad Mahmood2015-10-231-1/+1
| | | |
* | | | Multiple UI ImprovementsAsaad Mahmood2015-10-231-2/+2
|/ / /
* | | Merge branch 'master' of https://github.com/mattermost/platform into ↵Asaad Mahmood2015-10-235-44/+52
|\ \ \ | | | | | | | | | | | | ui-improvements
| * \ \ Merge pull request #1150 from hmhealey/plt689Corey Hulen2015-10-221-28/+28
| |\ \ \ | | | | | | | | | | PLT-689 Fixed handling of whitespace surrounding emoticons