Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-4025 "CTRL+ENTER" option isn't honoured on the edit dialog after a ↵ | enahum | 2016-09-06 | 1 | -12/+12 |
| | | | | refresh (#3948) | ||||
* | PLT-3880 Dynamic Password Min Length help text (#3949) | enahum | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | PLT-4041 Make SAML FirstName and LastName optional (#3951) | enahum | 2016-09-06 | 3 | -6/+6 |
| | |||||
* | Send hello event containing server version on WebSocket connect (#3936) | Joram Wilander | 2016-09-04 | 2 | -1/+11 |
| | |||||
* | mail: allow PLAIN auth over non-tls connections (#3900) | Girish Ramakrishnan | 2016-09-02 | 2 | -0/+17 |
| | | | | | | | This allows mattermost to use a non-tls connection with a SMTP server that supports PLAIN auth (but not LOGIN). The go library explicitly allows PLAIN auth over non-tls connections - https://golang.org/src/net/smtp/auth.go#L55 Fixes #2929 | ||||
* | Do not send push notifications for channels being actively viewed (#3931) | Joram Wilander | 2016-09-02 | 8 | -4/+62 |
| | |||||
* | Label and help text change to icon and username override (#3932) | Eric Sethna | 2016-09-02 | 2 | -10/+10 |
| | | | | | | | | * Update custom_integrations_settings.jsx * Update en.json * Update custom_integrations_settings.jsx | ||||
* | PLT-3918 Turn off replies for System Messages (#3922) | enahum | 2016-09-02 | 2 | -4/+5 |
| | |||||
* | PLT-4035 Prevent request to getAuthorizedApps when OAuth provider is ↵ | enahum | 2016-09-02 | 1 | -7/+9 |
| | | | | disabled (#3921) | ||||
* | PLT-4036 Fix disable button on LDAP sign up page (#3920) | enahum | 2016-09-02 | 1 | -5/+28 |
| | |||||
* | Show loading icon until first page of posts is loaded on channel switch (#3918) | Joram Wilander | 2016-09-02 | 3 | -11/+31 |
| | |||||
* | Adding LDAP test connection button. Reordering LDAP settings. (#3912) | Christopher Speller | 2016-09-01 | 6 | -44/+214 |
| | |||||
* | Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926) | Jason Blais | 2016-09-01 | 2 | -2/+2 |
| | | | | | | * Update confirm_integration.jsx * Update en.json | ||||
* | Making LDAP FirstName and LastName fields optional. (#3919) | Christopher Speller | 2016-09-01 | 3 | -5/+7 |
| | |||||
* | removing email from error (#3923) | Corey Hulen | 2016-09-01 | 1 | -3/+0 |
| | | | | | | * removing email from error * removing email from error | ||||
* | Update Push and Email Notifications Text (#3924) | Eric Sethna | 2016-09-01 | 3 | -4/+20 |
| | | | | | | | | | | | | * 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 ↵ | enahum | 2016-08-30 | 3 | -5/+10 |
| | | | | menu (#3887) | ||||
* | PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899) | enahum | 2016-08-30 | 3 | -4/+58 |
| | |||||
* | Update text in Account Settings > Notification (#3901) | Eric Sethna | 2016-08-30 | 3 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Disable PDFJS worker (#3910) | Joram Wilander | 2016-08-30 | 1 | -0/+3 |
| | |||||
* | Fix scrollHeight console error when logging out of iOS app (#3909) | Joram Wilander | 2016-08-30 | 1 | -2/+4 |
| | |||||
* | Remove getPosts request after deleting a post (#3905) | Joram Wilander | 2016-08-30 | 4 | -3/+13 |
| | |||||
* | Update spelling (#3911) | lfbrock | 2016-08-30 | 2 | -2/+2 |
| | | | | | | * Update login_controller.jsx * Update en.json | ||||
* | PLT-3994 Fix OAuth2: Properly handle allowing an app fails (#3888) | enahum | 2016-08-30 | 2 | -3/+17 |
| | | | | | | * 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 ↵ | enahum | 2016-08-30 | 1 | -2/+8 |
| | | | | enabled (#3894) | ||||
* | PLT-3916 - Fixing flag icon position in the RHS (#3898) | Asaad Mahmood | 2016-08-30 | 3 | -3/+7 |
| | |||||
* | Minor UI improvements (#3904) | Asaad Mahmood | 2016-08-30 | 3 | -36/+73 |
| | | | | | | * PLT-3917 - Adding cross icon to remove deleted post in the RHS. * PLT-3997 - Improving the integration confirmation screen | ||||
* | PLT-3980 sort custom emoji alphabetically by id. (#3893) | George Goldberg | 2016-08-29 | 1 | -0/+5 |
| | | | This sorts the emoji based on their id in the custom emoji list. | ||||
* | PLT-2074 Refactor desktop notification settings UI and add setting for ↵ | Joram Wilander | 2016-08-29 | 8 | -271/+542 |
| | | | | | | | | | | 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 Healey | 2016-08-29 | 20 | -142/+765 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Goldberg | 2016-08-29 | 2 | -2/+2 |
| | | | | | | | 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 Mahmood | 2016-08-26 | 6 | -7/+8 |
| | |||||
* | Sorted teams by alphabetical order under System Console > Teams (#3868) | Ryan Wang | 2016-08-25 | 1 | -5/+23 |
| | |||||
* | PLT-4004 fixing javascript error when switching teams (#3877) | Corey Hulen | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | Fixed number in title not appearing for direct messages (#3875) | Harrison Healey | 2016-08-24 | 2 | -6/+4 |
| | |||||
* | Add missing directProfiles updates on real-time user updates (#3876) | enahum | 2016-08-24 | 2 | -0/+7 |
| | |||||
* | PLT-3942 Add real-time updates for center channel profile picture popover ↵ | enahum | 2016-08-24 | 2 | -0/+12 |
| | | | | | | | | | | (#3871) * PLT-3942 Add real-time updates for center channel profile picture pop-over * Send user data with the websocket event to prevent further requests * Add helper for profile sanitation | ||||
* | Trimmed beginning slash from command trigger word (#3866) | Ryan Wang | 2016-08-24 | 1 | -1/+6 |
| | |||||
* | fix for team.display_name instead of team.name (#3827) | Myeonghyeon-Lee | 2016-08-24 | 1 | -15/+13 |
| | |||||
* | daily translations 20160823 (#3864) | enahum | 2016-08-23 | 10 | -378/+1583 |
| | |||||
* | PLT-3745 - Deauthorize OAuth Apps (#3852) | enahum | 2016-08-23 | 4 | -40/+251 |
| | | | | | | | | | | | | * 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 | ||||
* | Remove reference to config.json settings in strings (#3863) | enahum | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Add notification settings to control what statuses allow push notifications ↵ | Joram Wilander | 2016-08-23 | 3 | -69/+195 |
| | | | | (#3829) | ||||
* | fixed signup (#3858) | David Lu | 2016-08-22 | 1 | -1/+2 |
| | |||||
* | PLT-3597 Fix select team message when user leaves a team (#3854) | enahum | 2016-08-22 | 1 | -2/+4 |
| | |||||
* | PLT-3593 fixing issue of removing from team DM list (#3857) | Corey Hulen | 2016-08-22 | 6 | -11/+37 |
| | |||||
* | PLT-3897 Fixed ALT+UP/DOWN crashing browser (#3848) | David Lu | 2016-08-22 | 1 | -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 Wilander | 2016-08-22 | 2 | -28/+42 |
| | | | | post list (#3846) | ||||
* | PLT-3982 Add statuses to profile pictures in the RHS and popover member list ↵ | Joram Wilander | 2016-08-22 | 7 | -31/+74 |
| | | | | | | | | | | (#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-3841/PLT-3883 Fixed detection of local storage, persist system console ↵ | Harrison Healey | 2016-08-22 | 2 | -10/+22 |
| | | | | | | | | | | team list after logout (#3849) * PLT-3841 Fixed check to see if local/session storage is available * PLT-3883 Saved selected teams in the admin console across a logout * Clarified the code that checks if local storage is available |