summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Push and Email Notifications Text (#3924)Eric Sethna2016-09-012-2/+16
| | | | | | | | | | | | * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update email_notification_setting.jsx * Update en.json * Update user_settings_notifications.jsx
* PLT-4007 Fix OAuth: Javascript error when team admin accesses the OAuth 2.0 ↵enahum2016-08-303-5/+10
| | | | menu (#3887)
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-301-4/+47
|
* Update text in Account Settings > Notification (#3901)Eric Sethna2016-08-302-12/+12
| | | | | | | | | | | | | | | | | | | | | | * Comment thread notification text * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update en.json * Update email_notification_setting.jsx * Update en.json * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx
* Fix scrollHeight console error when logging out of iOS app (#3909)Joram Wilander2016-08-301-2/+4
|
* Remove getPosts request after deleting a post (#3905)Joram Wilander2016-08-303-3/+8
|
* Update spelling (#3911)lfbrock2016-08-301-1/+1
| | | | | | * Update login_controller.jsx * Update en.json
* PLT-3994 Fix OAuth2: Properly handle allowing an app fails (#3888)enahum2016-08-301-3/+13
| | | | | | * PLT-3994 Fix OAuth2: Properly handle allowing an app fails * Remove Content-Type from allowOAuth
* PLT-4008 go directly to the account creation page when 1 signup method ↵enahum2016-08-301-2/+8
| | | | enabled (#3894)
* PLT-3916 - Fixing flag icon position in the RHS (#3898)Asaad Mahmood2016-08-302-2/+2
|
* Minor UI improvements (#3904)Asaad Mahmood2016-08-302-36/+69
| | | | | | * PLT-3917 - Adding cross icon to remove deleted post in the RHS. * PLT-3997 - Improving the integration confirmation screen
* PLT-2074 Refactor desktop notification settings UI and add setting for ↵Joram Wilander2016-08-293-258/+493
| | | | | | | | | | duration (#3883) * Refactor desktop notification settings UI and add setting for duration * Update en.json * Update desktop_notification_settings.jsx
* PLT-1752/PLT-3567/PLT-3998 Highlighting links in search, unit tests for ↵Harrison Healey2016-08-2911-64/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | autolinking (#3865) * Added highlighting to links when their URL includes the search term * Decoupling UserStore from react-router to allow for unit tests involving it * PLT-3998 Added SiteURL as an option to be passed into the text formatting code * Removed reference to PreferenceStore and window from TextFormatting * Refactored TextFormatting to remove remaining browser-only code * Updated ChannelHeader and MessageWrapper to match the changes to TextFormatting * Increased max listeners for Preference and Emoji stores * PLT-3832 Added automated unit tests for autolinking * PLT-3567 Rerender posts when mention keywords change * Updated RHS and search to match the changes to TextFormatting * Broke TextFormatting's dependency on the UserStore
* Convert @mentions on Slack import. (#3837)George Goldberg2016-08-291-1/+1
| | | | | | | Converts @mentions in Slack imports for regular messages, comments and Slack upload messages. Updates the description on the Team Settings Import tab to remove mention of @mentions not importing.
* PLT-4010 - Updating integration icons (#3885)Asaad Mahmood2016-08-261-6/+8
|
* Sorted teams by alphabetical order under System Console > Teams (#3868)Ryan Wang2016-08-251-5/+23
|
* PLT-4004 fixing javascript error when switching teams (#3877)Corey Hulen2016-08-251-1/+1
|
* Fixed number in title not appearing for direct messages (#3875)Harrison Healey2016-08-241-5/+4
|
* Trimmed beginning slash from command trigger word (#3866)Ryan Wang2016-08-241-1/+6
|
* fix for team.display_name instead of team.name (#3827)Myeonghyeon-Lee2016-08-241-15/+13
|
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-231-39/+189
| | | | | | | | | | | | * Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
* Add notification settings to control what statuses allow push notifications ↵Joram Wilander2016-08-232-67/+185
| | | | (#3829)
* fixed signup (#3858)David Lu2016-08-221-1/+2
|
* PLT-3597 Fix select team message when user leaves a team (#3854)enahum2016-08-221-2/+4
|
* PLT-3593 fixing issue of removing from team DM list (#3857)Corey Hulen2016-08-221-1/+1
|
* PLT-3897 Fixed ALT+UP/DOWN crashing browser (#3848)David Lu2016-08-221-0/+15
| | | | | | * Fixed ALT+UP/DOWN crashing browser * changed order of return
* Prevent flagging of deleted posts and don't show deleted posts in flagged ↵Joram Wilander2016-08-222-28/+42
| | | | post list (#3846)
* PLT-3982 Add statuses to profile pictures in the RHS and popover member list ↵Joram Wilander2016-08-224-28/+66
| | | | | | | | | | (#3845) * Added status indicator back to popover member list * Updating positions of status indicator (#3844) * Fixed squishy profile pictures and added statuses to RHS pics
* PLT-2951 Improved signup process (#3771)David Lu2016-08-225-840/+1074
|
* Change en.json : PLT-3371 (#3825)paranbaram2016-08-224-7/+7
| | | | | | | | * Change en.json : PLT-3371 * Change jsx files for UI text * Change jsx files for UI text
* PLT-3941 Updated the RHS menu logic for recent mentions to match the channel ↵shieldsjared2016-08-221-4/+5
| | | | header, such that (at)all and (at)channel is removed from the search if the user has this included in their notification settings (#3842)
* Slash command in uppercase shows autocomplete (#3840)Ryan Wang2016-08-221-1/+1
|
* Ctrl+Enter sends messages in mobile view (#3833)Ryan Wang2016-08-192-2/+4
|
* PLT-1831 Add statuses to centre channel profile pictures (#3826)Joram Wilander2016-08-196-19/+132
| | | | | | | | | | * Created profile picture componenet and added statuses to pictures in center channel * PLT-3899 - Updating UI for status indicators (#3823) * PLT-3899 - Updating UI for status indicators * Updating position of timestamps for compact layout
* PLT-3642 Add PDF previewer (#3812)Joram Wilander2016-08-182-11/+213
| | | | | | * Added a PDF previewer * PLT-3900 - Improving UI for the pdf max pages (#3800)
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-183-5/+119
| | | | | | | | * PLT-3754 EE: Add a Display Option to disable Join/Leave messages * Differentiate between join/leave add/remove messages * Update user removed from channel text message
* Add flagging functionality to search results (#3803)Joram Wilander2016-08-182-31/+62
|
* PLT-2345 Switch "help" link below text input box to localizable version (#3794)enahum2016-08-188-1/+568
|
* Fixed public links being created using percent encoded filename and then ↵Harrison Healey2016-08-181-1/+1
| | | | accessed without it (#3830)
* PLT-3842 - Fixing scrolling issue on account/team settings modal (#3819)Asaad Mahmood2016-08-186-6/+18
|
* Added error message for no signin methods (#3821)David Lu2016-08-181-0/+14
|
* Fix typo in admin.service.siteURLDescription (#3818)Jason Blais2016-08-171-1/+1
| | | | | | * Fix typo in admin.service.siteURLDescription * Update configuration_settings.jsx
* Multiple UI Improvements (#3804)Asaad Mahmood2016-08-163-9/+51
| | | | | | | | | | | | | | * PLT-3834 - Updating Manage members modal for mobile * PLT-3792 - Making compact view compatible with search and flagged posts RHS * PLT-3910 - Improving suggestions separator * PLT-3769 - Enabling markdown headings in compact view * Updating view members text in en..json * Removing shouldcomponentupdate from search_results_item.jsx
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-167-169/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3647 Added config settings for email batching * PLT-3647 Refactored generation of email notification * PLT-3647 Added serverside code for email batching * PLT-3647 Updated settings UI to enable email batching * PLT-3647 Removed debug code * PLT-3647 Fixed 0-padding of minutes in batched notification * PLT-3647 Updated clientside UI for when email batching is disabled * Go fmt * PLT-3647 Changed email batching to be disabled by default * Updated batched email message * Added email batching toggle to system console * Changed Email Notifications > Immediate setting to a 30 second batch interval * Go fmt * Fixed link to Mattermost icon in batched email notification * Updated users to use 30 second email batching by default * Fully disabled email batching when clustering is enabled * Fixed email batching setting in the system console * Fixed casing of 'Send Email notifications' -> 'Send email notifications' * Updating UI Improvements for email batching (#3736) * Updated text for notification settings and SiteURL. * Prevented enabling email batching when SiteURL isn't set in the system console * Re-added a couple debug messages * Added warning text when clustering is enabled
* PLT-3886 Add missing period in tutorial intro screen (#3811)Jason Blais2016-08-161-1/+1
| | | | | | * Add missing period in tutorial intro screen * Update en.json
* Fixed mentions not updating when team switched (#3807)David Lu2016-08-151-2/+7
|
* Hardcoded login footer sitename to Mattermost (#3805)David Lu2016-08-151-1/+1
|
* PLT-3005 Added confirmation screen to integrations (#3747)David Lu2016-08-156-12/+256
|
* PLT-3777 Channel URL name changes when display name is updated (#3795)enahum2016-08-151-15/+0
|
* PLT-3844 Fix Not redirected out of system console after demoting self from ↵enahum2016-08-151-3/+3
| | | | System Admin (#3797)