summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add API call to get a channel by its name (#4700)Carlos Tadeu Panato Junior2016-12-115-0/+94
| | | | | | | | | | | | * add api for getByChannelName * add tests * fix test * rename and tests * check for permissions and test
* gh-4759 add system message feedbak for expand/collapse command (#4761)Yusuke Nemoto2016-12-112-5/+22
|
* translations PR 20161208 (#4740)enahum2016-12-1122-254/+1234
|
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-0935-79/+186
| | | | | | | | | | | | | | | | | | | | | * 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
|
* 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