summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3736 Fixed duplicated create_direct api calls not returning the ↵Harrison Healey2016-12-093-8/+28
| | | | | | | | existing channel (#4745) * Fixed duplicated create_direct api calls not returning the existing channel * Added unit tests for duplicated create_direct api calls
* Adding block profiling to metrics (#4741)Christopher Speller2016-12-092-2/+9
|
* 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
|
* Handled possible race confition in TestGetMessageForNotification (#4737)Harrison Healey2016-12-081-2/+2
|
* Fixed sender's username not being sent with websocket posted messages (#4736)Harrison Healey2016-12-081-1/+8
|
* Add API call to get a team by its name (#4690)Carlos Tadeu Panato Junior2016-12-085-0/+128
| | | | | | | | | | * Add API call to get a team by its name * add tests for client side and update route regex * remove action * add check for permissions and create tests
* 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
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-0812-10/+76
| | | | | | * PLT-4853 Adding caching invalidation to HA * PLT-4853 Adding cach purging to the server
* Removed duplicated characters when autocompleting composed characters (#4734)Harrison Healey2016-12-081-10/+29
|
* PLT-4868 Fix Firefox: Javascript error when selecting a theme (#4731)enahum2016-12-071-1/+3
|
* Push and Email Notifications should follow "Teammate Name Display" setting ↵Carlos Tadeu Panato Junior2016-12-071-21/+21
| | | | | | | | (#4660) * Push Notifications and Email Notifications should follow "Teammate Name Display" setting * get the display name notification from the receiver
* Created a new message indicator component to indicate new messages (#4299)Pepijn2016-12-076-4/+132
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fixing reset command (#4732)Christopher Speller2016-12-071-0/+2
|
* Ignore double quotes in user search (#4725)Joram Wilander2016-12-071-0/+1
|
* [PLT-4318] Display a message when post is over 4000 characters (#4687)Nick Frazier2016-12-065-6/+41
| | | | | | | | | | | | | | | | | | * 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-062-57/+12
|
* PLT-4762 Prevent turn off of (at)mentions (server) (#4714)enahum2016-12-062-8/+29
|
* Multiple UI Improvements (#4712)Asaad Mahmood2016-12-069-32/+52
| | | | | | * Multiple UI Improvements * Reverting modal animation
* Autocomplete is now case insensitive (#4709)Joram Wilander2016-12-062-1/+3
|
* Improving command line interface (#4689)Christopher Speller2016-12-06130-668/+16374
|
* 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)
* Fixed emoji to resize when used in headers (#4718)Harrison Healey2016-12-061-3/+2
|
* 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
|
* fix message text (#4722)Yusuke Nemoto2016-12-061-1/+1
|
* Move instances of Client.createPost() in components to an action (#4639)Carlos Tadeu Panato Junior2016-12-054-49/+68
| | | | | | | | | | | | * 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-052-6/+67
| | | | | | | | | | | | * 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-0546-149/+142
|
* Fixing crash when attempting to login (#4704)Corey Hulen2016-12-051-1/+1
|
* Invalidate user channel members cache when creating a new channel (#4694)Joram Wilander2016-12-021-0/+2
|
* Fix preview collapsing in RHS root post (#4677)Joram Wilander2016-12-022-3/+21
|
* PLT-4710 User search now obeys privacy settings (#4673)Joram Wilander2016-12-023-10/+186
| | | | | | * Consider privacy settings in user search * Add sysadmin as exception to privacy settings for user search
* translations PR 20161128 (#4666)enahum2016-12-0222-229/+769
|
* PLT-4839 Split too-long Slack messages on import. (#4679)George Goldberg2016-12-022-8/+28
| | | | | | | | | | * PLT-4839 Split too-long Slack messages on import. This PR also takes the opportunity to make the max values for Post properties into constants for easier use elsewhere, as has previously been done for Channel properties. * Only count runes once.
* Add Team Description to the Team Settings (#4652)Carlos Tadeu Panato Junior2016-12-0115-12/+264
| | | | | | | | | | | | | | * 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-012-5/+20
| | | | | | * 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-017-7/+10
|
* Update desktop notification help text (#4684)Eric Sethna2016-12-012-6/+6
| | | | | | * Update desktop_notification_settings.jsx * desktop notification help text
* Fix Unread posts indicator and mention badge don't match theme color (#4678)enahum2016-11-301-4/+1
|
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-3047-98/+2154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Temporarily disable websocket test causing random build failures (#4680)Joram Wilander2016-11-301-5/+6
| | | | | | * Temporarily disable websocket test causing random build failures * Comment out imports
* PLT-4822 fixing max channels per team (#4675)Corey Hulen2016-11-301-1/+1
|
* PLT-4847 Fix formatting of links imported from Slack. (#4674)George Goldberg2016-11-292-0/+35
| | | | | This fixes mailto: links built from email addresses posted to Slack as described in the ticket, but also fixes any other type of URL that has been auto-linked in the Slack messages.
* Multiple UI improvements (#4671)Asaad Mahmood2016-11-296-71/+34
| | | | | | | PLT-4638 - Removing close buttons from modals Updating UI for filter and search on mobile Reverting utils
* PLT-4233 When internet reconnects, reconnect websocket and grab latest ↵Joram Wilander2016-11-294-6/+30
| | | | | | | | posts, etc. (#4500) * When internet reconnects, reconnect websocket and grab latest posts, etc. * Rename internet connection variable