summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SuggestionLists to properly hide when the textbox loses focushmhealey2015-12-013-7/+11
|
* Replaced MentionList and Mention components with AtMentionProviderhmhealey2015-12-018-532/+253
|
* Fixed SuggestionBox keyboard handlers when there are no suggestions availablehmhealey2015-12-011-18/+22
|
* Changed SuggestionProviders to be regular objects and not singletonshmhealey2015-12-013-7/+5
|
* Replaced SearchAutocomplete with new suggestion componentshmhealey2015-12-016-378/+470
|
* Merge pull request #1565 from mattermost/plt-1270Joram Wilander2015-12-011-1/+1
|\ | | | | Minor fix
| * Minor fixJoramWilander2015-12-011-1/+1
| |
* | Merge pull request #1560 from mattermost/plt-1270Christopher Speller2015-12-011-5/+7
|\| | | | | PLT-1270 Fix channel creation errors
| * Fix channel creation errorsJoramWilander2015-12-011-5/+7
| |
* | Merge pull request #1562 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-013-4/+3
|\ \ | | | | | | Multiple UI Improvements
| * | Multiple UI ImprovementsAsaad Mahmood2015-12-013-4/+3
| | |
* | | Merge pull request #1559 from mattermost/plt-510Harrison Healey2015-12-012-72/+132
|\ \ \ | |/ / |/| | PLT-510 Updated OAuth2 app register modal
| * | Updated oauth2 app register modalJoramWilander2015-12-012-72/+132
| | |
* | | Merge pull request #1512 from rgarmsen2295/plt-995bJoram Wilander2015-12-016-37/+42
|\ \ \ | | | | | | | | PLT-995 Applies name display preference setting in more places
| * | | Enabled name display settings in more placesReed Garmsen2015-12-016-37/+42
| | |/ | |/|
* | | Merge pull request #1555 from mattermost/PLT-902Corey Hulen2015-12-011-1/+66
|\ \ \ | |/ / |/| | PLT-902 switching to push proxy server
| * | PLT-902 switching to push proxy server=Corey Hulen2015-11-301-1/+66
| |/
* | Merge pull request #1548 from mattermost/plt-1268Christopher Speller2015-12-011-8/+39
|\ \ | | | | | | PLT-1268 Fix webhook post aggregation and pending/failed post aggregation
| * | Fix webhook post aggregation and pending/failed post aggregationJoramWilander2015-11-301-8/+39
| | |
* | | Merge pull request #1546 from mattermost/plt-1281Christopher Speller2015-12-011-1/+3
|\ \ \ | |_|/ |/| | PLT-1281 Make sure to have latest posts for the view when switching to a channel
| * | Make sure to have latests posts for the view whhen switching to a channelJoramWilander2015-11-301-1/+3
| |/
* | Merge pull request #1547 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-302-15/+23
|\ \ | | | | | | Ui improvements
| * | Improving image modal and removing console logAsaad Mahmood2015-11-302-2/+2
| | |
| * | Fixing LHS scroll and Image previewsAsaad Mahmood2015-11-302-14/+22
| |/
* | Merge pull request #1538 from florianorben/PLT-199Corey Hulen2015-11-301-1/+3
|\ \ | |/ |/| PLT-199: Add scroll bar to center channel
| * PLT-199: Add scroll bar to center channelFlorian Orben2015-11-281-1/+3
| |
* | Merge pull request #1539 from florianorben/PLT-1170Christopher Speller2015-11-301-0/+1
|\ \ | | | | | | PLT-1170: Support enter key in DeletePostModal
| * | PLT-1170: Support enter key in DeletePostModalFlorian Orben2015-11-281-0/+1
| |/
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵Florian Orben2015-11-272-20/+18
| | | | | | | | prerelease-features to constants.jsx
* | move preview-link-toggle outside of component markupFlorian Orben2015-11-271-8/+14
| |
* | only show advanced settings section if there are any pre-release featuresFlorian Orben2015-11-271-49/+56
| |
* | 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
| |