summaryrefslogtreecommitdiffstats
path: root/web/react/utils/text_formatting.jsx
Commit message (Expand)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-402/+0
* PLT-963 - Improving scss structureAsaad Mahmood2016-03-141-2/+2
* Stopped removing extra punctuation after @mentionsHarrison Healey2016-03-071-7/+6
* Limits hashtag linking to a minimum of three charactersReed Garmsen2016-02-051-1/+7
* Add hashtag testing and allow special german charactersJoramWilander2015-12-111-1/+1
* PLT-1182: "Recent Mention" search brings up username as "[username]undefined"Florian Orben2015-12-011-1/+1
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-6/+6
* Improved highlighting of search flags to handle quotes and flagshmhealey2015-11-121-18/+86
* Removed required whitespace from before @mentionshmhealey2015-11-061-4/+4
* Properly escaped mention keywords and search terms when formatting themhmhealey2015-11-041-2/+6
* Allowed @mentions to follow any non-alphanumeric character instead of just wh...hmhealey2015-11-041-1/+1
* Removed unused text formatting functionshmhealey2015-11-041-16/+0
* Updated markdown regexes to better handle underscores and linkshmhealey2015-10-281-15/+8
* Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-281-7/+2
* auto-link mentions with user names having symbolsGirish S2015-10-271-1/+9
* Merge pull request #1171 from trashcan/github-1130-handle-trailing-characters...Harrison Healey2015-10-261-14/+48
|\
| * 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
* | made eslint happyGirish S2015-10-261-3/+2
* | append * to search query if not present and highlight partial matchesGirish S2015-10-261-2/+3
* | Changed markdown renderer to only parse emoticons twicehmhealey2015-10-221-0/+9
|/
* Don't auto-add http:// to mailto: and ftp: markdown linksFlorian Orben2015-10-141-1/+1
* Revert "Modified markdown lexer to not break up words written in snake_case"hmhealey2015-10-131-2/+7
* Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-091-7/+2
* Fixed html used for autolinkinghmhealey2015-10-081-1/+1
* Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-081-1/+1
|\
| * Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* | Fixing issue with lastIndexOf=Corey Hulen2015-10-081-1/+1
* | Adding removing blank target for browser links=Corey Hulen2015-10-081-1/+6
|/
* Added emailto: to the beginning of email linkshmhealey2015-10-021-2/+4
* Removed extra handling of markdown links when doing autolinkinghmhealey2015-09-221-31/+5
* Moved text formatting code to only occur inside of markdown text nodeshmhealey2015-09-221-19/+20
* Changed hashtag regex to only accept hashtags that begin with a letterhmhealey2015-09-221-1/+1
* Moved emoticon parsing to happen after url parsing so that we don't have smil...hmhealey2015-09-221-4/+4
* Restored changes which remove emojify and switch to our own versionhmhealey2015-09-221-0/+6
* Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ...Christopher Speller2015-09-221-6/+0
* Added parsing for named emojis to TextFormatting and removed dependency on em...hmhealey2015-09-221-0/+6
* Cleaned up markdown formatting code and removed debug statementshmhealey2015-09-191-4/+4
* Deferred to marked.js's html sanitization when markdown is enabledhmhealey2015-09-191-2/+12
* Changed markdown link parsing to automatically add an explicit protocol to urlshmhealey2015-09-191-1/+2
* Prevented our url autolinking from breaking markdown linkshmhealey2015-09-191-6/+34
* Added marked library to text_formatting.jsxhmhealey2015-09-191-0/+9
* Removed underscores surrounding formatting tokens since they won't work with ...hmhealey2015-09-191-8/+8
* Removed unnecessary conversion of newlines to html line breakshmhealey2015-09-191-6/+4
* Fixed incorrect check if a url starts with an explicit protocolhmhealey2015-09-181-1/+1
* Replaced instances of startsWith with lastIndexOf in TextFormattinghmhealey2015-09-161-2/+2
* Renamed text formatting tokens so that there should be significantly less cha...hmhealey2015-09-141-11/+11
* Cleaned up TextFormatting and added a default click handler for hashtags and ...hmhealey2015-09-141-47/+74
* Added highlighting of search terms to the new text formattinghmhealey2015-09-141-6/+41