summaryrefslogtreecommitdiffstats
path: root/web/react/utils/text_formatting.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Christopher Speller2015-11-191-6/+6
| | | | system.
* 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 ↵hmhealey2015-11-041-1/+1
| | | | whitespace
* 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
| | | | this also handles the case where user_name having '_'
* 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
| |
* | 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
| | | | This reverts commit 787d2ef7bca7f411b18d1d13561d61d7e95c81a7.
* 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
|\ | | | | PLT-517 Changing SpinPunch to Mattermost in copyright
| * 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 ↵hmhealey2015-09-221-4/+4
| | | | smilies accidentally occuring in urls
* 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
| | | | emojify"
* Added parsing for named emojis to TextFormatting and removed dependency on ↵hmhealey2015-09-221-0/+6
| | | | emojify
* 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
| | | | markdown
* 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 ↵hmhealey2015-09-141-11/+11
| | | | chance of having conflicting tokens
* Cleaned up TextFormatting and added a default click handler for hashtags and ↵hmhealey2015-09-141-47/+74
| | | | @mentions
* Added highlighting of search terms to the new text formattinghmhealey2015-09-141-6/+41
|
* Added autolinking of hashtags to the new text formattinghmhealey2015-09-141-6/+48
|
* Added autolinking of urls to the new text formattinghmhealey2015-09-141-4/+35
|
* Added highlighting when the current user is mentioned to the new text formattinghmhealey2015-09-141-17/+69
|
* Added handling for @mentions to the new text formattinghmhealey2015-09-141-9/+54
|