summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #755 from rgarmsen2295/plt-164Christopher Speller2015-09-232-24/+27
| |\ \ \ \
| | * | | | Functionalized draft checkingReed Garmsen2015-09-221-24/+26
| | * | | | Post drafts are now displayed when they contain only files and no textReed Garmsen2015-09-221-2/+2
| | * | | | Small change to remove react warningReed Garmsen2015-09-221-0/+1
| | |/ / /
| * | | | Merge pull request #751 from hmhealey/plt344Christopher Speller2015-09-236-53/+203
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | 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 smil...hmhealey2015-09-221-4/+4
| | * | | Restored changes which remove emojify and switch to our own versionhmhealey2015-09-225-3/+165
| * | | | Merge pull request #748 from hmhealey/plt233Christopher Speller2015-09-231-8/+1
| |\ \ \ \
| | * | | | Removed click handler from RHS [...] menuhmhealey2015-09-221-8/+1
| | |/ / /
| * | | | Merge pull request #739 from rgarmsen2295/plt-39Christopher Speller2015-09-232-3/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Minor changes to how resend status is passedReed Garmsen2015-09-212-5/+8
| | * | | Added confirmation when users request another verification email; users are n...Reed Garmsen2015-09-211-1/+7
| | | |/ | | |/|
* | | | Adding new EnableIncomingWebhooks property to service settings in the admin c...=Corey Hulen2015-09-221-0/+34
* | | | Fixing merge conflict=Corey Hulen2015-09-2211-84/+414
|\| | |
| * | | Merge pull request #715 from mattermost/plt-27Joram Wilander2015-09-2211-84/+414
| |\ \ \ | | |_|/ | |/| |
| | * | Implement incoming webhooks.JoramWilander2015-09-2111-84/+414
* | | | Fixing bug in generating key length=Corey Hulen2015-09-223-8/+8
* | | | Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-221-1/+1
|\| | |
| * | | Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ...Christopher Speller2015-09-225-165/+3
| * | | Merge pull request #737 from hmhealey/plt289Harrison Healey2015-09-225-3/+165
| |\ \ \
| | * | | Added parsing for named emojis to TextFormatting and removed dependency on em...hmhealey2015-09-225-3/+165
| | | |/ | | |/|
| * | | Merge pull request #730 from mattermost/shorten-description-help-textCorey Hulen2015-09-221-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Adjusting sentenceit332015-09-211-1/+1
| | * | Shorten description help textit332015-09-201-1/+1
| | |/
* | | Adding service settings to admin console=Corey Hulen2015-09-2212-30/+438
* | | Adding team settings to admin console=Corey Hulen2015-09-225-2/+306
* | | Adding SQL settings to admin console=Corey Hulen2015-09-225-8/+592
* | | Adding rate limiter settings to the admin console=Corey Hulen2015-09-213-0/+284
* | | Adding privacy to admin console=Corey Hulen2015-09-213-0/+175
* | | Fixing eslint errors=Corey Hulen2015-09-212-4/+2
* | | Adding image properties=Corey Hulen2015-09-213-0/+429
* | | Fixing broken signup pages=Corey Hulen2015-09-219-14/+24
* | | Fixing button=Corey Hulen2015-09-211-0/+1
* | | Adding email to admin console=Corey Hulen2015-09-2113-261/+431
|/ /
* | Merge pull request #734 from mattermost/plt-206Christopher Speller2015-09-214-3/+7
|\ \
| * | Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS.JoramWilander2015-09-214-3/+7
* | | Merge pull request #736 from hmhealey/plt312Joram Wilander2015-09-211-1/+7
|\ \ \ | |/ / |/| |
| * | Added theme class to markdown linkshmhealey2015-09-211-1/+7
* | | Merge pull request #732 from mattermost/plt-243Joram Wilander2015-09-211-8/+13
|\ \ \
| * | | Adding new create channel modal to the more menuChristopher Speller2015-09-211-8/+13
| |/ /
* / / Wrapped comment messages in divs like posts in the center panehmhealey2015-09-212-2/+2
|/ /
* | Merge pull request #722 from hmhealey/timestampJoram Wilander2015-09-213-3/+16
|\ \
| * | Added a tooltip to post timestamps displaying the actual time the post was cr...hmhealey2015-09-193-3/+16
| |/
* | Merge pull request #731 from asaadmahmoodspin/new-channelChristopher Speller2015-09-211-5/+5
|\ \
| * | Updating new channel UIAsaad Mahmood2015-09-211-5/+5
| |/
* | 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