summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-094-11/+82
| | | | | | | | | | | | | | | | | | | | | * PLT-1598 Slash command works in RHS * fix UserProfile in the reply for Slash Command * fix some problem about the system messages in RHS * system message in RHS isn't displayed as comment for root message * remove status indicator for system message in RHS * system message in RHS is colored to grey * system messages don't count as commented post * fix bug about cleaning draft in RHS * remove unnecessary function * implement new model for executing command
* PLT-4783 Fix autofocus for "Add/Manage Members" and "More public channels" ↵Nick Frazier2016-12-095-2/+17
| | | | | | | | | | | | | | | | | | | | modals (#4610) * test fix * additional test fix * removed commented line * test fix additional test fix removed commented line fixed sidebar, rolled back web_client fix * fix for more_channels input focus bug
* Changed SuggestionBox to clear suggestions shortly after losing focus (#4721)Harrison Healey2016-12-093-32/+21
|
* Remove status from webhook posts in compact mode (#4739)Joram Wilander2016-12-092-2/+2
|
* Fixed EmailAuthenticationSettings mutating the stored config (#4743)Harrison Healey2016-12-092-3/+8
|
* Fixed being unable to make the first post in a new channel (#4744)Harrison Healey2016-12-091-1/+12
|
* Fixed typo causing NewMessageIndicator to fail to translate (#4738)Harrison Healey2016-12-081-1/+1
|
* PLT-4894 channel switcher (CTRL+K) to match message autocomplete (#4733)enahum2016-12-083-13/+46
| | | | | | * PLT-4894 Change name display of direct messages in channel switcher (CTRL+K) to match message autocomplete * Addressing feedback
* Removed duplicated characters when autocompleting composed characters (#4734)Harrison Healey2016-12-081-10/+29
|
* Created a new message indicator component to indicate new messages (#4299)Pepijn2016-12-073-4/+101
| | | | | | | | | | | | | | | | | | | | | | | | * Created a new message indicator component to indicate new messages are present outside the user's view: * Created new component with styling * Theming and i18n support for new messages indicator * Count new unviewed messages and integrate with component * Coding style for new message indicator * Fixed bugs with new message indicator: * Fix display issues with new message indicator * Update text to deal with plurals in React * Fix coded style for ticket 'PLT-1917': add new message indicator. * Use only server generated timestamps for checking new messages at the bottom * Move transitionend to prop, fix style selectors
* [PLT-4318] Display a message when post is over 4000 characters (#4687)Nick Frazier2016-12-062-6/+24
| | | | | | | | | | | | | | | | | | * test changes * added functionality * css updates * additional css updates * i18n updates * textbox cleanup * var naming tweak * replaced jQuery with React-based UI changes
* PLT-4762 Prevent turn off of (at)mentions (webapp) (#4715)enahum2016-12-061-56/+12
|
* Multiple UI Improvements (#4712)Asaad Mahmood2016-12-062-1/+3
| | | | | | * Multiple UI Improvements * Reverting modal animation
* Don't show status for posts from webhooks (#4726)Joram Wilander2016-12-063-4/+19
|
* PLT-4859 Email notifications sent when email notifications set to never (#4711)enahum2016-12-062-6/+6
|
* Added support for autocompleting at mentions for users with non-alphanumeric ↵Harrison Healey2016-12-062-17/+31
| | | | names (#4717)
* Only show edit/delete buttons for integrations if the user should have ↵Harrison Healey2016-12-068-77/+126
| | | | permissions to them (#4719)
* Stopped trimming post message in EditPostModal (#4720)Harrison Healey2016-12-061-7/+7
|
* Move instances of Client.createPost() in components to an action (#4639)Carlos Tadeu Panato Junior2016-12-053-49/+34
| | | | | | | | | | | | * Move instances of Client.createPost() in components to an action * update per review, waiting for more review and see if this is the right way * update per code review * update code * remove comment per request
* Fix replying to threads with empty message and a file (#4693)Joram Wilander2016-12-051-1/+1
|
* PLT-4862 Slack Import links should open in new tab (#4683)George Goldberg2016-12-051-5/+61
| | | | | | | | | | | | * Update Slack Import help text. It was quite inaccurate in light of all the recently added features. * Update wording as per review. * Don't use FormattedHTMLMessage * Fix linter complaints.
* Fix react warnings and part of backstage (#4706)enahum2016-12-0540-134/+136
|
* Fix preview collapsing in RHS root post (#4677)Joram Wilander2016-12-022-3/+21
|
* Add Team Description to the Team Settings (#4652)Carlos Tadeu Panato Junior2016-12-015-10/+174
| | | | | | | | | | | | | | * draft * Add Team Description to the Team Settings * add tooltips for team description * made changes per PM review * add message when there is no description set in the team * squash
* Move instances of Client.updateChannel() in components to an action (#4643)Carlos Tadeu Panato Junior2016-12-011-5/+2
| | | | | | * Move instances of Client.updateChannel() in components to an action * update per code review
* Count posts to DMs as mentions when from webhooks (#4676)Joram Wilander2016-12-016-7/+7
|
* Update desktop notification help text (#4684)Eric Sethna2016-12-011-3/+3
| | | | | | * Update desktop_notification_settings.jsx * desktop notification help text
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-3013-49/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactored emoji.json to support multiple aliases and emoji categories * Added custom category to emoji.jsx and stabilized all fields * Removed conflicting aliases for :mattermost: and :ca: * fixup after store changes * Added emoji reactions * Removed reactions for an emoji when that emoji is deleted * Fixed incorrect test case * Renamed ReactionList to ReactionListView * Fixed :+1: and :-1: not showing up as possible reactions * Removed text emoticons from emoji reaction autocomplete * Changed emoji reactions to be sorted by the order that they were first created * Set a maximum number of listeners for the ReactionStore * Removed unused code from Textbox component * Fixed reaction permissions * Changed error code when trying to modify reactions for another user * Fixed merge conflicts * Properly applied theme colours to reactions * Fixed ESLint and gofmt errors * Fixed ReactionListContainer to properly update when its post prop changes * Removed unnecessary escape characters from reaction regexes * Shared reaction message pattern between CreatePost and CreateComment * Removed an unnecessary select query when saving a reaction * Changed reactions route to be under /reactions * Fixed copyright dates on newly added files * Removed debug code that prevented all unit tests from being ran * Cleaned up unnecessary code for reactions * Renamed ReactionStore.List to ReactionStore.GetForPost
* Multiple UI improvements (#4671)Asaad Mahmood2016-11-295-60/+0
| | | | | | | PLT-4638 - Removing close buttons from modals Updating UI for filter and search on mobile Reverting utils
* Fix more react warnings & fix saving theme (#4667)enahum2016-11-295-11/+16
|
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-291-4/+3
| | | | | | * Add autocomplete API for system-wide users * Update channel switcher to autocomplete all users on the system
* Move instances of Client.updateUserRoles() in components to an action (#4657)Nick Frazier2016-11-291-8/+5
| | | | | | * moved updateUserRoles to user_actions * updated second updateUserRoles call
* PLT-4280 Update Slack Import help text. (#4646)George Goldberg2016-11-281-1/+1
| | | | | | | | * Update Slack Import help text. It was quite inaccurate in light of all the recently added features. * Update wording as per review.
* Fix some react natives warning messages (#4653)enahum2016-11-289-29/+38
|
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-245-322/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add more channel paging API * Add channel paging support to client * Add DB channel search functions * Add API for searching more channels * Add more channel search functionality to client * Add API for autocompleting channels * Add channel autocomplete functionality to the client * Move to be deprecated APIs to their own file * Final clean-up * Fixes related to feedback * Localization changes * Add unit as suffix to timeout constants
* Merge branch 'release-3.5'Christopher Speller2016-11-246-12/+38
|\
| * Fixed json and xml file rendering in code preview (#4642)Harrison Healey2016-11-231-1/+6
| |
| * Fixed error being thrown by ChannelHeader when switching teams (#4619)Harrison Healey2016-11-212-1/+8
| | | | | | | | | | | | * Fixed error being thrown by ChannelHeader when switching teams * Close SidebarHeaderDropdown after switching teams
| * PLT-4787 Fixed not being able to join a channel through a link after opening ↵Harrison Healey2016-11-211-3/+4
| | | | | | | | the More Channels modal (#4616)
| * Fixing new messages indicator (#4614)Christopher Speller2016-11-211-2/+7
| |
| * Hotfix: PLT-4779 Fixing scrolling on loading a channel and missing DM ↵Harrison Healey2016-11-211-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | channel headers (#4584) * Added all parameters to call tracker ids when getting profiles * Changed channel header rendering to not depend on knowing all users in a DM channel * Added comment about a race condition in UserActions.populateDMChannelsWithProfiles * Added a fixed-height placeholder for the ChannelHeader when its state isn't valid for rendering
| * Properly load profile for new posts that have unloaded users (#4578)Joram Wilander2016-11-211-1/+1
| |
* | PLT-4429 disabling at_all at_channel metions mentions when channel has more ↵Corey Hulen2016-11-241-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | than 1k users (#4627) * PLT-4429 disabling explicit mentions when channel has more than 1k users * Fixing test case * Adding setting to the admin console * Fixing bad translation
* | PLT-4776: Fix typo in MFA help text (#4635)Eric Sethna2016-11-221-1/+1
| | | | | | | | | | | | * fix typo * fix mfa typo
* | PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-222-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * WIP * Adding metrics collection * updating vendor packages * Adding metrics to config * Adding admin console page for perf monitoring * Updating glide * switching to tylerb/graceful
* | Cleared at mention suggestions when something invalid is typed (#4633)Harrison Healey2016-11-221-2/+19
| |
* | Multiple UI improvements (#4628)Asaad Mahmood2016-11-221-2/+2
| |
* | Deleted posts now update in search results and flagged posts (#4618)Joram Wilander2016-11-223-96/+124
| |
* | Remove terms and privacy from WebRTC (#4606)enahum2016-11-211-35/+1
| |
* | Redirect to team when login with an invite (#4609)enahum2016-11-211-3/+5
| |