summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Expand)AuthorAgeFilesLines
* Fixes backspace navigating back a page.JoramWilander2015-09-242-1/+11
* Merge pull request #771 from rgarmsen2295/plt-143Harrison Healey2015-09-245-4/+25
|\
| * Text cursor now focuses on the textbox after performing a drag and drop of so...Reed Garmsen2015-09-232-6/+6
| * Added support to drag and drop text into the main textbox or RHS textboxReed Garmsen2015-09-233-1/+16
| * Small fix for react key warningReed Garmsen2015-09-232-3/+9
* | Merge pull request #776 from mishimi/patch-5Harrison Healey2015-09-241-1/+1
|\ \
| * | PLT-388mishimi2015-09-241-1/+1
* | | Merge pull request #765 from mattermost/PLT-349Christopher Speller2015-09-2410-137/+992
|\ \ \
| * | | Fixing state setting=Corey Hulen2015-09-234-31/+100
| * | | Fixing merge=Corey Hulen2015-09-2341-352/+1204
| |\ \ \
| * | | | PLT-349 adding team mgt to admin console=Corey Hulen2015-09-2310-130/+916
* | | | | Merge pull request #769 from hmhealey/plt334Joram Wilander2015-09-241-0/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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
|/ / /
* | | Changing image settings to file settings=Corey Hulen2015-09-234-42/+42
* | | Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-2337-310/+1162
|\ \ \ | |/ / |/| / | |/
| * Fix theme images 404ing.JoramWilander2015-09-231-1/+1
| * Merge pull request #761 from mattermost/plt-356Harrison Healey2015-09-231-15/+36
| |\
| | * Fix post not rendering properly in some cases.JoramWilander2015-09-231-15/+36
| * | Merge pull request #759 from mattermost/plt-242-3Harrison Healey2015-09-2316-177/+827
| |\ \
| | * | Implement UI theme colors.JoramWilander2015-09-2316-177/+827
| * | | Merge pull request #753 from hmhealey/plt341Corey Hulen2015-09-231-1/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Added CSS classes to markdown headings, links, and tableshmhealey2015-09-231-1/+12
| * | | PLT-126: Change 'Private Messages' to 'Direct Messages'Chengwei Yang2015-09-236-10/+10
| |/ /
| * | Merge pull request #740 from asaadmahmoodspin/ui-improvementsJoram Wilander2015-09-235-8/+15
| |\ \
| | * | Removing click event for channel description popoverAsaad Mahmood2015-09-221-1/+1
| | * | UI Modifications for multiple ticketsAsaad Mahmood2015-09-224-7/+14
| * | | Merge pull request #756 from rgarmsen2295/plt-165Joram Wilander2015-09-231-8/+15
| |\ \ \
| | * | | Adds a check for email validity client-side when joining a team using a publi...Reed Garmsen2015-09-221-8/+15
| * | | | Merge pull request #757 from chengweiv5/PLT-168Joram Wilander2015-09-231-3/+4
| |\ \ \ \
| | * | | | PLT-168: check email used to reset password strictlyChengwei Yang2015-09-231-3/+4
| | |/ / /
| * | | | 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