summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
...
* | | PLT-1125: allow to toggle features in frontendFlorian Orben2015-11-271-16/+118
|/ /
* | Fixed Add Members menu option on mobilehmhealey2015-11-261-1/+1
| |
* | Fixed regression with setting channel notification settingsReed Garmsen2015-11-241-7/+10
| |
* | Merge pull request #1506 from mattermost/PLT-1223Christopher Speller2015-11-241-2/+2
|\ \ | | | | | | PLT-1223 fixing help links
| * | PLT-1223 fixing help links=Corey Hulen2015-11-231-2/+2
| | |
* | | Merge pull request #1502 from mattermost/disable-allChristopher Speller2015-11-243-13/+17
|\ \ \ | | | | | | | | Disabling the all mention
| * | | fixing eslint=Corey Hulen2015-11-232-0/+4
| | | |
| * | | Disabling the all mention=Corey Hulen2015-11-233-13/+13
| |/ /
* | | Merge pull request #1490 from hmhealey/plt1070Christopher Speller2015-11-241-1/+1
|\ \ \ | | | | | | | | PLT-1070 Added /loadtest url command
| * | | Fixed CommandList to not sometimes include an empty rowhmhealey2015-11-231-1/+1
| |/ /
* | | Merge pull request #1488 from hmhealey/plt1259Christopher Speller2015-11-245-148/+119
|\ \ \ | | | | | | | | PLT-1259 Converted TeamMembersModal to React-Bootstrap
| * | | Converted TeamMembers (now called TeamMembersModal) to React-Bootstraphmhealey2015-11-235-148/+119
| |/ /
* | | Merge pull request #1482 from esethna/patch-20Christopher Speller2015-11-241-2/+2
|\ \ \ | | | | | | | | Update user_settings_general.jsx
| * | | Update user_settings_general.jsxEric Sethna2015-11-201-2/+2
| | | | | | | | | | | | Clarify email help text
* | | | Fixes issue where an admin could not delete a root post in the RHSReed Garmsen2015-11-231-30/+52
| |/ / |/| |
* | | Moved show static methods out of modals and into EventHelpershmhealey2015-11-239-43/+16
| | |
* | | Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModalhmhealey2015-11-235-100/+145
| | |
* | | Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-233-7/+7
| | |
* | | Ported EditChannelModal to React-Bootstraphmhealey2015-11-234-135/+139
| | |
* | | Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-2313-200/+348
| | | | | | | | | | | | improvements.
* | | Updating markdown stuffAsaad Mahmood2015-11-211-1/+1
|/ /
* | Merge pull request #1478 from mattermost/plt-1237Harrison Healey2015-11-20131-620/+634
|\ \ | | | | | | PLT-1237 Upgrading dependancies
| * | Patching strange travis eslint problemChristopher Speller2015-11-191-1/+1
| | |
| * | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-19130-610/+611
| | | | | | | | | | | | system.
| * | Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-11-194-9/+22
| | |
* | | Merge pull request #1466 from esethna/patch-16Christopher Speller2015-11-201-1/+1
|\ \ \ | |/ / |/| | Update edit_channel_purpose_modal.jsx
| * | Fix typoEric Sethna2015-11-191-1/+1
| | |
| * | Update edit_channel_purpose_modal.jsxEric Sethna2015-11-181-1/+1
| | | | | | | | | Clarify where the channel purpose is used.
* | | Multiple UI ImprovementsAsaad Mahmood2015-11-191-0/+17
| | |
* | | Merge pull request #1457 from hmhealey/plt729Christopher Speller2015-11-193-10/+53
|\ \ \ | | | | | | | | PLT-729 Added search button to mobile header
| * | | Added search button to mobile navbarhmhealey2015-11-182-3/+33
| | | |
| * | | Added ability to open search sidebar programaticallyhmhealey2015-11-181-7/+20
| | | |
* | | | Merge pull request #1464 from hmhealey/plt733Christopher Speller2015-11-191-7/+14
|\ \ \ \ | | | | | | | | | | PLT-733 Changed file uploads to scroll currently uploading files into view
| * | | | Changed file uploads to scroll currently uploading files into viewhmhealey2015-11-181-7/+14
| | |/ / | |/| |
* | | | Merge pull request #1460 from esethna/patch-14Christopher Speller2015-11-191-2/+2
|\ \ \ \ | | | | | | | | | | Update create_post.jsx
| * | | | Update create_post.jsxEric Sethna2015-11-181-2/+2
| |/ / / | | | | | | | | Add Enter key instructions to the Sending Messages pop-over.
* | | | Removing postInfo from post.jsxAsaad Mahmood2015-11-191-2/+0
| | | |
* | | | Posts structure improvementAsaad Mahmood2015-11-1910-201/+176
|/ / /
* / / Converted DeletePostModal to React-Bootstraphmhealey2015-11-187-93/+105
|/ /
* | Merge pull request #1423 from hmhealey/plt737Christopher Speller2015-11-1810-304/+254
|\ \ | | | | | | PLT-737 Converted first set of Modals to ReactBootstrap
| * | Removed Modal base classhmhealey2015-11-178-59/+37
| | |
| * | Converted DeleteChannelModal to React-Bootstraphmhealey2015-11-173-87/+53
| | |
| * | Converted ChannelNotificationsModal to React-Bootstraphmhealey2015-11-173-85/+49
| | |
| * | Converted ChannelInfoModal to React-Bootstraphmhealey2015-11-173-83/+53
| | |
| * | Renamed onModalDismissed to onHide to keep it consistent with React-Bootstraphmhealey2015-11-173-18/+19
| | |
| * | Added ToggleModalButton componenthmhealey2015-11-172-39/+71
| | |
| * | Added Modal base class that extends ReactBootstrap.Modalhmhealey2015-11-175-20/+59
| | |
* | | Merge pull request #1455 from alexgaribay/PLT-866Joram Wilander2015-11-181-9/+7
|\ \ \ | | | | | | | | PLT-866: Update text on sign-in page
| * | | PLT-866: Update text on sign-in pageAlex Garibay2015-11-171-9/+7
| |/ /
* / / PLT-327: Add help text for MarkdownFlorian Orben2015-11-172-1/+55
|/ /