Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix @channel, @here and @everyone Slack import. (#3946) | George Goldberg | 2016-09-06 | 1 | -0/+5 | |
| | | | | | | Does this by adding special case regexes to the @mention importing code in the Slack importer for these three special mention types. Fixes PLT-4053 | |||||
* | daily translations 20160906 (#3961) | enahum | 2016-09-06 | 19 | -1258/+2113 | |
| | ||||||
* | Update text for restricting integration management to admins (#3962) | Jason Blais | 2016-09-06 | 2 | -4/+4 | |
| | | | Update text for restricting integration management to admins | |||||
* | Update README and add Heroku button (#3941) | Joram Wilander | 2016-09-06 | 1 | -23/+34 | |
| | | | | | | | | | | * Add Heroku deploy button * Proposed README tweaks (#3867) * Proposed README tweaks * Update README.md | |||||
* | PLT-3707 Refocus post textbox when channel switcher exits (#3955) | enahum | 2016-09-06 | 1 | -1/+9 | |
| | ||||||
* | add missing locs and fix a few others (#3952) | enahum | 2016-09-06 | 2 | -31/+35 | |
| | ||||||
* | Add statuses to profiles pictures and remove from header in DMs (#3940) | Joram Wilander | 2016-09-06 | 2 | -31/+3 | |
| | ||||||
* | Change "Native Apps" to "Mattermost Apps" for consistency (#3957) | Jason Blais | 2016-09-06 | 5 | -8/+8 | |
| | | | Change "Native Apps" to "Mattermost Apps" for consistency | |||||
* | PLT-3875 Update error page to use Markdown and add error for missing OAuth ↵ | Joram Wilander | 2016-09-06 | 3 | -12/+10 | |
| | | | | | | | | | | | | code (#3934) * Update error page to use Markdown and add error for missing OAuth code * Add line breaks to error messages This is to make the error message easier to read. * Update en.json | |||||
* | PLT-4042 Moved {createSetHeaderButton(channel)} order (#3935) | CyberShambles | 2016-09-06 | 1 | -2/+2 | |
| | | | | | | * Moved {createSetHeaderButton(channel)} order * Update channel_intro_messages.jsx | |||||
* | Reply notifications text (#3942) | Eric Sethna | 2016-09-06 | 2 | -2/+2 | |
| | | | | | | * Update user_settings_notifications.jsx * Update en.json | |||||
* | PLT-4027 "Added to the channel" system messages mark the channel as Unread ↵ | enahum | 2016-09-06 | 1 | -1/+1 | |
| | | | | (#3947) | |||||
* | 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-4005 Generates default Salts if empty in the config file (#3950) | enahum | 2016-09-06 | 2 | -4/+13 | |
| | ||||||
* | PLT-4041 Make SAML FirstName and LastName optional (#3951) | enahum | 2016-09-06 | 6 | -22/+9 | |
| | ||||||
* | Send hello event containing server version on WebSocket connect (#3936) | Joram Wilander | 2016-09-04 | 4 | -1/+17 | |
| | ||||||
* | mail: allow PLAIN auth over non-tls connections (#3900) | Girish Ramakrishnan | 2016-09-02 | 4 | -3/+24 | |
| | | | | | | | 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 | 20 | -47/+213 | |
| | ||||||
* | Fixing SanitizeProfile (#3930) | Christopher Speller | 2016-09-02 | 3 | -22/+87 | |
| | ||||||
* | 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 | |
| | ||||||
* | Update LastViewAt in create post API if not from a webhook (#3913) | enahum | 2016-09-02 | 1 | -2/+5 | |
| | ||||||
* | Adding LDAP test connection button. Reordering LDAP settings. (#3912) | Christopher Speller | 2016-09-01 | 11 | -45/+264 | |
| | ||||||
* | Fix status table upgrade (#3933) | Joram Wilander | 2016-09-01 | 2 | -12/+5 | |
| | ||||||
* | 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 | 6 | -15/+9 | |
| | ||||||
* | removing email from error (#3923) | Corey Hulen | 2016-09-01 | 1 | -3/+0 | |
| | | | | | | * removing email from error * removing email from error | |||||
* | Update NOTICE.txt (#3927) | lfbrock | 2016-09-01 | 1 | -0/+217 | |
| | | | | | | * Update NOTICE.txt * Update NOTICE.txt | |||||
* | 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-3462 Add the ability to clear push notifications after channel is viewed ↵ | Joram Wilander | 2016-08-31 | 8 | -67/+178 | |
| | | | | | | | | (#3834) * Add the ability to clear push notifications after channel is viewed * Fix race condition between updating the mention count and reading it when sending push notifications | |||||
* | Add debug logging when receiving an oauth redirect (#3916) | Joram Wilander | 2016-08-31 | 2 | -0/+6 | |
| | ||||||
* | PLT-1527 Add a slash command to set yourself away (#3752) | Dmitri Aizenberg | 2016-08-31 | 15 | -26/+260 | |
| | | | | | | | | | | | | | | * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral | |||||
* | 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 | 9 | -9/+150 | |
| | ||||||
* | 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 | 3 | -5/+21 | |
| | | | | | | * PLT-3994 Fix OAuth2: Properly handle allowing an app fails * Remove Content-Type from allowOAuth | |||||
* | PLT-4026 Use client dir constant for OAuth Authorization page (#3895) | enahum | 2016-08-30 | 3 | -7/+5 | |
| | ||||||
* | Update en.json (#3907) | Yang Chen | 2016-08-30 | 1 | -1/+1 | |
| | | | Fixed grammar for e-mail notfication changing sign-in method | |||||
* | PLT-3973 - Fixing batched emails for mobile (#3896) | Asaad Mahmood | 2016-08-30 | 1 | -11/+19 | |
| | ||||||
* | 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 |