Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change "Native Apps" to "Mattermost Apps" for consistency (#3957) | Jason Blais | 2016-09-06 | 2 | -2/+2 |
| | | | Change "Native Apps" to "Mattermost Apps" for consistency | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | mail: allow PLAIN auth over non-tls connections (#3900) | Girish Ramakrishnan | 2016-09-02 | 1 | -0/+15 |
| | | | | | | | 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 | ||||
* | Label and help text change to icon and username override (#3932) | Eric Sethna | 2016-09-02 | 1 | -6/+6 |
| | | | | | | | | * Update custom_integrations_settings.jsx * Update en.json * Update custom_integrations_settings.jsx | ||||
* | Adding LDAP test connection button. Reordering LDAP settings. (#3912) | Christopher Speller | 2016-09-01 | 4 | -40/+198 |
| | |||||
* | Making LDAP FirstName and LastName fields optional. (#3919) | Christopher Speller | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | Sorted teams by alphabetical order under System Console > Teams (#3868) | Ryan Wang | 2016-08-25 | 1 | -5/+23 |
| | |||||
* | fix for team.display_name instead of team.name (#3827) | Myeonghyeon-Lee | 2016-08-24 | 1 | -15/+13 |
| | |||||
* | Change en.json : PLT-3371 (#3825) | paranbaram | 2016-08-22 | 1 | -3/+3 |
| | | | | | | | | * Change en.json : PLT-3371 * Change jsx files for UI text * Change jsx files for UI text | ||||
* | Fix typo in admin.service.siteURLDescription (#3818) | Jason Blais | 2016-08-17 | 1 | -1/+1 |
| | | | | | | * Fix typo in admin.service.siteURLDescription * Update configuration_settings.jsx | ||||
* | PLT-3647 Email Batching (#3718) | Harrison Healey | 2016-08-16 | 5 | -19/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-3844 Fix Not redirected out of system console after demoting self from ↵ | enahum | 2016-08-15 | 1 | -3/+3 |
| | | | | System Admin (#3797) | ||||
* | PLT-3793 Re-order languages in Account Settings (#3756) | enahum | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release-3.3' RC5 | Elias Nahum | 2016-08-11 | 1 | -2/+2 |
|\ | |||||
| * | Update licensing switches for Office365 and Google SSO through OAuth2 (#3786) | Joram Wilander | 2016-08-11 | 1 | -2/+2 |
| | | |||||
* | | Clarify help text for available lanuages in localization_settings.jsx (#3776) | Eric Sethna | 2016-08-11 | 1 | -1/+1 |
|/ | | | | | | | | | | * Update localization_settings.jsx * Update en.json * Update localization_settings.jsx * Update en.json | ||||
* | fixed password reset salt broken (#3778) | David Lu | 2016-08-10 | 1 | -46/+53 |
| | |||||
* | Marked Office 365 SSO through OAuth2 as beta (#3781) | Joram Wilander | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Fixed reset password error (#3769) | David Lu | 2016-08-09 | 1 | -13/+6 |
| | |||||
* | Changed autodetection of SiteURL (#3764) | Harrison Healey | 2016-08-09 | 1 | -0/+20 |
| | | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console | ||||
* | PLT-3847 Fix bad merge in the System Console help text (for Office 365) (#3762) | enahum | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | PLT-3802 Moved compliance section of system console back to the bottom of ↵ | Harrison Healey | 2016-08-08 | 1 | -13/+20 |
| | | | | the sidebar (#3751) | ||||
* | Adding beta label to HA (#3744) | Corey Hulen | 2016-08-04 | 2 | -2/+2 |
| | |||||
* | PLT-3767 Promote localizations on System Console and Account Settings (#3734) | enahum | 2016-08-04 | 1 | -3/+3 |
| | |||||
* | PLT-2899 adding clustering of app servers (#3682) | Corey Hulen | 2016-08-04 | 4 | -0/+454 |
| | | | | | | | | | | | | | | | | | | * PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings | ||||
* | Update text for OAuth 2.0 and Google SSO (#3740) | Jason Blais | 2016-08-04 | 2 | -2/+2 |
| | | | | | | | | * Update help text for OAuth * Update oauth_settings.jsx * Update en.json | ||||
* | Hardcode preset OAuth2 endpoints when saving the config from the System ↵ | Joram Wilander | 2016-08-03 | 1 | -6/+6 |
| | | | | Console (#3722) | ||||
* | Update help text for Google/Office 365 OAuth (#3725) | Jason Blais | 2016-08-03 | 1 | -2/+2 |
| | | | | | | | | | | * Update help text for Google/Office 365 OAuth * Update en.json * Change " to ' in .jsx * Fix errors caused by " | ||||
* | Fixing typo in LDAP system console (#3727) | Christopher Speller | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | PLT-3419 Moving auditing and logs to the top of the system console sidebar ↵ | Harrison Healey | 2016-08-03 | 1 | -10/+10 |
| | | | | (#3732) | ||||
* | PLT-3484 OAuth2 Service Provider (#3632) | enahum | 2016-08-03 | 3 | -22/+26 |
| | | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider | ||||
* | PLT-3740 Terms of Service link updates (#3707) | enahum | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Added custom branding to login description (#3710) | David Lu | 2016-08-02 | 1 | -1/+27 |
| | |||||
* | PLT-3691 tweaking sytem console text (#3712) | Corey Hulen | 2016-08-02 | 1 | -6/+6 |
| | |||||
* | Update help text for compliance settings (#3705) | Jason Blais | 2016-08-01 | 1 | -2/+2 |
| | | | | | | * Update help text for compliance settings * Update en.json | ||||
* | PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660) | Joram Wilander | 2016-07-29 | 2 | -56/+505 |
| | | | | | | | | | | | | | | | | * EE: Add Google and Office365 SSO through OAuth2 * Add localization strings * Text tweaks for PLT-3633 * Added sign-up button for Office 365 * Updated some error messages and a bit of licensing * Updated sign-in method section in user settings to include Google and Office365 * Added more localization strings | ||||
* | Policy help text (#3681) | Eric Sethna | 2016-07-29 | 1 | -3/+3 |
| | | | | | | * Update policy_settings.jsx * Update en.json | ||||
* | PLT-3752 Changed email connection test to use the existing password if ↵ | Harrison Healey | 2016-07-29 | 1 | -1/+6 |
| | | | | unchanged by client (#3685) | ||||
* | Update LDAP help text (#3695) | lfbrock | 2016-07-28 | 1 | -1/+1 |
| | | | | | | | | | | * Update ldap-settings.jsx * Update en.json * Update ldap_settings.jsx * Update en.json | ||||
* | Changing LDAP behavour so users disabled in LDAP server are disabled in ↵ | Christopher Speller | 2016-07-26 | 1 | -2/+18 |
| | | | | Mattermost. (#3669) | ||||
* | PLT-1866/PLT-3509 Added links to download the native apps (#3651) | Harrison Healey | 2016-07-22 | 2 | -0/+114 |
| | | | | | | | | | | | | * PLT-1866 Added configurable links for native app downloads * PLT-1866 Added native app download link to main menu * PLT-3509 Added native app link to tutorial * PLT-3509 Added native app link to welcome email * PLT-3509 Made link to apps in welcome email conditional on being set | ||||
* | Added HTML formatting to Storage Settings (#3648) | David Lu | 2016-07-20 | 1 | -2/+2 |
| | |||||
* | PLT-3629 fix uploading certificates if the files in the config do not exists ↵ | enahum | 2016-07-20 | 1 | -0/+20 |
| | | | | (#3634) | ||||
* | Fix doc links in System Console > Webhooks and Commands (#3631) | Harrison Healey | 2016-07-19 | 1 | -4/+4 |
| | |||||
* | Moving javascript driver back to platform (#3613) | Christopher Speller | 2016-07-19 | 13 | -13/+13 |
| | |||||
* | Added default to max users per team (#3602) | David Lu | 2016-07-18 | 3 | -4/+11 |
| | |||||
* | Merge branch 'release-3.2' into 'master' | Harrison Healey | 2016-07-15 | 3 | -17/+12 |
|\ | |||||
| * | PLT-3624 quick fix remove SAML certificates without saving (#3555) | enahum | 2016-07-12 | 3 | -17/+12 |
| | | |||||
| * | PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) | enahum | 2016-07-08 | 1 | -2/+2 |
| | |