summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Move instances of Client.updateTeam() in components to an action (#4574)Carlos Tadeu Panato Junior2016-11-181-14/+7
| | | | | | | | | | | | | | | | | | | | * Move instances of Client.updateTeam() in components to an action * remove client from missing ones * update code per review * update per code review
* | Multiple UI fixes and improvements (#4572)Asaad Mahmood2016-11-172-0/+2
| | | | | | | | | | Reverting switch teams code Fixing change css function
* | Don't show desktop notifications for messages entering the channel th… (#4216)Pepijn2016-11-171-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't show desktop notifications for messages entering the channel the user is currently on Coding style fixes Allow notifications if browser tab is not focussed * Don't show desktop notifications for messages entering the channel the user is currently on Coding style fixes Allow notifications if browser tab is not focussed * Mute sound when a user doesn't get a desktop notification * Also play sound on desktop notifications * Fixed reviewer's remarks: * Removed double notification check * Removed direct links to browser store, created separate actions
* | Updating eslint (#4573)Christopher Speller2016-11-1710-20/+17
| |
* | replaced localizeMessage calls with FormattedMessage components (#4570)Nick Frazier2016-11-172-10/+50
| | | | | | | | | | | | | | | | | | | | * replaced localizeMessage calls with FormattedMessage components localized file updates * updated localization files * updated localization files
* | PLT-4572 - Move instances of Client.updateUser() in components to an action ↵Carlos Tadeu Panato Junior2016-11-172-4/+4
| | | | | | | | | | (#4571) * Move instances of Client.updateUser() in components to an action
* | Fix XML previews (#4560)Joram Wilander2016-11-171-1/+5
| |
* | PLT-4524 Update password reset page (#4522)Carlos Tadeu Panato Junior2016-11-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement PLT-4524 Update password reset page * fix lints * changes based on review * update per request/review * update tests * add css for alert-success * change per request
* | Add Add `onExit` hook to new_channel_modal (#4344)Joshua Borton2016-11-153-1/+17
| | | | | | | | | | | | This delays updating the url with the new channel until after the modal is exited which bypasses a state where the center textarea is focused and then focus is removed due to how react-overlays handles restoring focus to the last element focused before the modal was shown.
* | Add support for editing slash commands (#4335)Brian Olecki2016-11-152-0/+740
| |
* | Don't show current user in direct message modal (#4548)Joram Wilander2016-11-151-2/+2
| |
* | Merge branch 'release-3.5'Christopher Speller2016-11-155-38/+89
|\|
| * PLT-4754 Fix RHS options menu (#4552)enahum2016-11-144-35/+88
| |
| * Fixed websocket to properly logout when logged out from another tab (#4546)Harrison Healey2016-11-141-3/+1
| |
* | PLT-4502 Fix SAML user settings password help text (#4484)enahum2016-11-141-1/+22
| |
* | implement fix for ticket PLT-2060 (#4527)Carlos Tadeu Panato Junior2016-11-141-1/+10
| | | | | | | | * implement fix for ticket PLT-2060
* | Fix Terms and Privacy links (#4506)Carlos Tadeu Panato Junior2016-11-142-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Fix Terms and Privacy links github issue https://github.com/mattermost/platform/issues/4156 * fix eslint * revert per request * add missing end blank line
* | Merge branch 'release-3.5'Christopher Speller2016-11-1411-26/+49
|\|
| * PLT-4609 - Fixing list modals on mobile (#4536)Asaad Mahmood2016-11-117-43/+2
| | | | | | | | | | | | * PLT-4609 - Fixing list modals on mobile * PLT-4609 - Adjust more modal height
| * Fixing team members dialog not updating while searching. (#4524)Christopher Speller2016-11-101-4/+7
| |
| * PLT-4600 Properly clear autocomplete suggestions when suggestions are out of ↵Harrison Healey2016-11-101-4/+9
| | | | | | | | | | | | | | | | date (#4529) * PLT-4600 Better clear autocomplete suggestions when suggestions are out of date * Fixed react warnings and removed an eslint ignore
| * Load profiles for search results (#4519)Joram Wilander2016-11-101-0/+3
| |