summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* Add channel name on email notification. (#3824)Sang Jun Lee2016-08-241-2/+6
|
* daily translations 20160823 (#3864)enahum2016-08-2310-249/+1473
|
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-231-0/+4
| | | | | | | | | | | | * 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)enahum2016-08-231-2/+2
|
* Prevent flagging of deleted posts and don't show deleted posts in flagged ↵Joram Wilander2016-08-221-0/+4
| | | | post list (#3846)
* Split /shortcuts programmatically (#3850)David Lu2016-08-221-4/+28
|
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-0/+8
| | | | | | | | * 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
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-161-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Refactored mention parsing and added unit tests (#3806)Harrison Healey2016-08-161-0/+4
|
* daily translations 20160809 (#3772)enahum2016-08-0910-984/+1668
|
* PLT-3840 Fix Typos in cluster localization strings (#3761)enahum2016-08-081-4/+4
|
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-0/+44
| | | | | | | | | | | | | | | | | | * 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
* Reverting plt-3366 due to a bug (#3737)Christopher Speller2016-08-041-2/+2
|
* New Languages and translations (#3729)enahum2016-08-0410-105/+9545
|
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-90/+122
| | | | | | | | | | | | | | * 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-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-0/+4
| | | | | | | | * PLT-3408 Changed serverside code to get the service's URL from config.json * PLT-3408 Changed most clientside code to use the SiteURL config setting instead of window.location * PLT-3408 Changed default SiteURL to be autodetected
* Add ALT+[click on message] and ESC to /shortcuts (#3714)Jason Blais2016-08-021-2/+2
| | | | | | * Add ALT+[click on message] and ESC to /shortcuts * Remove extra space
* PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660)Joram Wilander2016-07-291-3/+3
| | | | | | | | | | | | | | | | * 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
* PLT-3752 Changed email connection test to use the existing password if ↵Harrison Healey2016-07-291-0/+4
| | | | unchanged by client (#3685)
* Adding migration support to LDAP from other account types (#3655)Christopher Speller2016-07-261-0/+8
|
* Changing LDAP behavour so users disabled in LDAP server are disabled in ↵Christopher Speller2016-07-261-0/+4
| | | | Mattermost. (#3669)
* daily + include nederlands (#3659)enahum2016-07-228-24/+4750
|
* PLT-1866/PLT-3509 Added links to download the native apps (#3651)Harrison Healey2016-07-221-0/+4
| | | | | | | | | | | | * 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
* PLT-2408 Adds here mention for online users (#3619)Joram Wilander2016-07-211-1/+9
| | | | | | | | | | * Added @here mention that notifies online users * Fixed existing race condition that would sometime cause clients to miss mention count changes * Added missing localization strings * Prevent @here from mentioning the user who posted it
* Added missing status init localization string (#3642)Joram Wilander2016-07-201-0/+4
|
* daily translations 20160719 (#3638)enahum2016-07-206-29/+53
|
* daily translations 20160718 (#3621)enahum2016-07-197-520/+5330
|
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-914 Add mention notifications for replies on a comment thread * remove useless store method fix highlighting comments posted before th user write something to thread * refactor out isCommentMention function after rebase * change comment bar highlighting to replay icon mention highlighting * settings and always visible highlight * fix unit tests for new settings * change highlight behaviour - if any message in comment thread generates mention - all thread is highlighted - remove always visible highlightion * fix bug about the textarea in the center channel not clearing * fix default settings value notify_props.comments * do not highlight own comments if there is no other user's messages in thread * refactor out ReactDOM.findDOMNode * refactor out using of UserStore from component
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-5/+29
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* Merge branch 'release-3.2' into 'master'Harrison Healey2016-07-153-3/+3
|\
| * daily translations 20160712 (#3557)enahum2016-07-122-2/+2
| |
| * Revert "Letting email not validated error message through login. Changing ↵Christopher Speller2016-07-121-1/+1
| | | | | | | | | | | | invalid credentials error. (#3546)" This reverts commit 128e4f984ad565297ab1c7b8921d877d3a9c8f03.
* | Cleaning up old export code (#3601)Christopher Speller2016-07-151-60/+0
| |
* | added field name to ldap system console errors (#3593)David Lu2016-07-141-0/+36
| |
* | made /shortcuts separate for mac (#3571)David Lu2016-07-141-1/+5
| |
* | PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned up user_settings_theme.jsx and import_theme_modal.jsx * Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly * Moved user theme from model to preferences * Added serverside API to delete preferences TODO update package with client stuff * Changed constants.jsx so that Preferences and ActionTypes can be imported on their own * Updated ThemeProps migration code to properly rename solarized code themes * Fixed warnings thrown by AppDispatcher * Added clientside UI to support team-specific themes * Removed debugging code from test * Fixed setting a user's theme when they haven't set their theme before
* | PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵samogot2016-07-141-1/+5
| | | | | | | | messages indicator (squashed) (#3374)
* | PLT-3192 EE: Restricted site name to 30 characters (#3560)David Lu2016-07-141-0/+4
| | | | | | | | | | | | * Restricted site name to 30 characters * Added maxlength to TextSetting
* | Update LDAP error message (#3583)lfbrock2016-07-131-1/+1
| |
* | PLT-3384 Improve the "Verify Email" email (#3564)enahum2016-07-131-5/+5
| |
* | Merged release-3.2 into masterHarrison Healey2016-07-121-1/+1
|\|
| * Letting email not validated error message through login. Changing invalid ↵Christopher Speller2016-07-121-1/+1
| | | | | | | | credentials error. (#3546)
| * daily translations 20160711 (#3544)enahum2016-07-115-131/+151
| |
| * PLT-3560 blocking adding to channel once user is removed (#3537)Corey Hulen2016-07-111-0/+4
| |
| * daily translations 20160708 (#3533)enahum2016-07-086-183/+782
| |
| * Login error messages fix (#3525)Christopher Speller2016-07-081-0/+4
| |
* | Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-0/+12
| |
* | Merge release 3.2 into master (#3548)Harrison Healey2016-07-116-235/+862
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* | Correct grammar (#3539)Bob Uhl2016-07-111-1/+1
|/
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-1/+69
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable