summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* Fixing merge=Corey Hulen2015-09-241-4/+3
|\
| * Removed smilies that start with a semicolonhmhealey2015-09-241-4/+3
| |
* | Removing old valet crud=Corey Hulen2015-09-241-17/+0
|/
* plt-363 - Adding organisation themeAsaad Mahmood2015-09-242-21/+27
|
* Merge pull request #765 from mattermost/PLT-349Christopher Speller2015-09-243-1/+56
|\ | | | | PLT-349 adding team mgt to admin console
| * Fixing merge=Corey Hulen2015-09-235-97/+499
| |\
| * | PLT-349 adding team mgt to admin console=Corey Hulen2015-09-233-2/+57
| | |
* | | Merge pull request #769 from hmhealey/plt334Joram Wilander2015-09-241-0/+16
|\ \ \ | | | | | | | | PLT-334 Restricted markdown output to only appear on one line when in singleline mode
| * | | Restricted markdown output to only appear on one line when in singleline modehmhealey2015-09-231-0/+16
| | |/ | |/|
* / | Changed Markdown links to open in a new tabhmhealey2015-09-231-1/+1
|/ /
* | Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-235-97/+499
|\ \ | |/ |/|
| * Merge pull request #759 from mattermost/plt-242-3Harrison Healey2015-09-232-45/+282
| |\ | | | | | | PLT-242 Implement custom UI theme colors.
| | * Implement UI theme colors.JoramWilander2015-09-232-45/+282
| | |
| * | Added CSS classes to markdown headings, links, and tableshmhealey2015-09-231-1/+12
| | |
| * | Merge pull request #740 from asaadmahmoodspin/ui-improvementsJoram Wilander2015-09-231-1/+2
| |\ \ | | | | | | | | UI Modifications for multiple tickets
| | * | UI Modifications for multiple ticketsAsaad Mahmood2015-09-221-1/+2
| | | |
| * | | Merge pull request #751 from hmhealey/plt344Christopher Speller2015-09-233-50/+203
| |\ \ \ | | |_|/ | |/| | PLT-344 Restore emoticon handling to text_formatting.jsx and fix it's interaction with other formatting
| | * | 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-222-19/+33
| | | |
| | * | 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-222-0/+165
| | | |
* | | | Fixing merge conflict=Corey Hulen2015-09-221-55/+98
|\| | |
| * | | Merge pull request #715 from mattermost/plt-27Joram Wilander2015-09-221-55/+98
| |\ \ \ | | |/ / | |/| | PLT-27 Implement incoming webhooks.
| | * | Implement incoming webhooks.JoramWilander2015-09-211-55/+98
| | | |
| * | | Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ↵Christopher Speller2015-09-222-165/+0
| | | | | | | | | | | | | | | | emojify"
| * | | Added parsing for named emojis to TextFormatting and removed dependency on ↵hmhealey2015-09-222-0/+165
| | |/ | |/| | | | | | | emojify
* | | Adding service settings to admin console=Corey Hulen2015-09-221-2/+0
| | |
* | | Adding email to admin console=Corey Hulen2015-09-211-0/+15
|/ /
* | Added theme class to markdown linkshmhealey2015-09-211-1/+7
| |
* | Cleaned up markdown formatting code and removed debug statementshmhealey2015-09-192-7/+9
| |
* | 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-192-1/+16
| |
* | 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
|/
* merging=Corey Hulen2015-09-181-1/+1
|\
| * Fixed incorrect check if a url starts with an explicit protocolhmhealey2015-09-181-1/+1
| |
* | PLT-11 adding config for logs to UI=Corey Hulen2015-09-171-0/+23
| |
* | PLT-11 Adding ability to save config file=Corey Hulen2015-09-172-1/+56
|/
* Merge pull request #693 from mattermost/mm-1419Christopher Speller2015-09-161-0/+33
|\ | | | | Implement OAuth2 service provider functionality.
| * Implement OAuth2 service provider functionality.JoramWilander2015-09-161-0/+33
| |
* | Merge pull request #695 from hmhealey/startswithCorey Hulen2015-09-161-2/+2
|\ \ | |/ |/| Replaced instances of startsWith with lastIndexOf in TextFormatting
| * Replaced instances of startsWith with lastIndexOf in TextFormattinghmhealey2015-09-161-2/+2
| |
* | Finished removing some of the last bits of client side config=Corey Hulen2015-09-152-39/+1
| |
* | Removing old config stuff=Corey Hulen2015-09-151-15/+0
| |
* | PLT-93 cleaing up client side configs=Corey Hulen2015-09-152-33/+3
| |
* | removing loggly=Corey Hulen2015-09-152-7/+0
|/
* Merge pull request #681 from mattermost/PLT-12-logChristopher Speller2015-09-153-1/+43
|\ | | | | PLT-12 Adding server logs viewer to admin console