summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-2408 Adds here mention for online users (#3619)Joram Wilander2016-07-211-0/+1
| | | | | | | | | | * 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
* PLT-2712 Added view members for non-admins in channel and team (#3618)David Lu2016-07-201-0/+2
| | | | | | * Added view members for non-admins in channel and team * changed variable name
* daily translations 20160719 (#3638)enahum2016-07-206-3/+33
|
* daily translations 20160718 (#3621)enahum2016-07-197-45/+1763
|
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improving caching of static assets (#3591)Christopher Speller2016-07-151-5/+5
|
* Update incorrect Google API key help text (#3595)lfbrock2016-07-141-1/+1
| | | | | | * Update Youtube API key help text * Update en.json
* added channel header to view channel info modal (#3584)David Lu2016-07-141-0/+1
|
* PLT-3266 Added channel header to create channel modal (#3559)David Lu2016-07-141-0/+2
| | | | | | | | * Added channel header to create channel modal removed React FindDOMNode * made css changes
* Merged release-3.2 into masterHarrison Healey2016-07-121-2/+2
|\
| * Update en.json (#3551)Harrison Healey2016-07-121-2/+2
| |
| * daily translations 20160711 (#3544)enahum2016-07-114-404/+404
| |
| * daily translations 20160708 (#3533)enahum2016-07-086-379/+654
| |
* | Merge release 3.2 into master (#3548)Harrison Healey2016-07-116-628/+903
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | Add doc links to System Console > Integrations > Webhooks and Commands help ↵Jason Blais2016-07-111-3/+3
|/ | | | | | text (#3540) * Add links to docs
* Update emoji-list.jsx (#3520)lfbrock2016-07-071-0/+1
| | | | | | | | | | | | | | * Update emoji-list.jsx * Update en.json * Update emoji_list.jsx * Update en.json * Update emoji_list.jsx * Update en.json
* Added getStateFromConfig (#3517)David Lu2016-07-071-0/+1
|
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-2/+37
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-061-0/+2
| | | | | | | | | | | | | | * 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
* Adding sync now button to system console (#3510)Christopher Speller2016-07-061-0/+3
|
* Added help text to integrations pages in backstage (#3513)Harrison Healey2016-07-061-0/+6
|
* Update ldap_settings.jsx (#3508)lfbrock2016-07-061-1/+1
| | | | | | | | * Update ldap_settings.jsx Changed help text for consistency * Update en.json
* updated text in select team (#3478)David Lu2016-07-061-4/+5
|
* Adding webserver mode to the system console. Automatic enabling of gzip on ↵Christopher Speller2016-07-061-0/+8
| | | | existing servers (#3458)
* daily translations 20160705 (#3500)enahum2016-07-066-404/+894
|
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-061-4/+8
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* SAML support (#3494)enahum2016-07-051-1/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements (#3449) Improving help text margins Updating changes for get link and create post files Fixing icon for select team screen Fixing styles for select team button Adding improvements to posts UI Adding improvement to post layout Updating changes for post controls Updating z-index for sidebar--right Updating help text position Fixing code for posts Fixing css for post view Pushing improvements for posts view Updating changes for post view Updating post layout Fixing system time css Updating header for system posts Updating post css Removing opacity and changing color for system messages Simplifying root post and system post behaviour Removing images from compact view Updating help text for display Updating embed preview text for advanced option PLT-3490 - Fixing RHS issue on Edge
* PLT-1316/PLT-3280 Change client-side max file size limit (#3354)Thomas Balthazar2016-07-051-2/+5
| | | | | | | | | * Change client-side max file size limit It now relies on the value set in config.json. Re-enable and tweak the max file size setting in system console. * Update file upload error message
* Update custom emoji help text (#3493)lfbrock2016-07-051-3/+3
| | | | | | * Update custom emoji help text * Update en.json
* daily translations 20160704 (#3481)enahum2016-07-056-123/+143
|
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-051-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled
* Update ldap sync interval help text (#3488)lfbrock2016-07-051-1/+1
| | | | | | * Update ldap sync interval help text * Update en.json
* Major update to System Console labelling (#3398)Eric Sethna2016-07-051-65/+66
|
* PLT-3154 Updated help text on Select Team page (#3451)David Lu2016-07-041-1/+4
| | | | | | * Added Onboarding Changes to Select Team * changed text by PM
* Adding page size option to LDAP (#3439)Christopher Speller2016-07-041-0/+3
|
* Remove not needed locs (#3466)enahum2016-07-041-7/+0
|
* enabled team creation for sysadmins (#3433)David Lu2016-06-301-1/+2
|
* fixed typo (#3450)David Lu2016-06-301-1/+1
|
* daily translations 20160629 (#3452)enahum2016-06-306-2922/+2957
|
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-291-0/+4
| | | | | | | | | | | | | | | | * Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-291-1/+7
| | | | (#3442)
* PLT-3328 Added Title for Direct Message Desktop Notifications (#3438)David Lu2016-06-291-0/+1
| | | | * Added title for DM desktop notifications
* daily translations 20160628 (#3444)enahum2016-06-296-2897/+2997
|
* Update permalink error message (#3427)Eric Sethna2016-06-281-1/+1
| | | | | | | | | | * Clarify permalink error message * Clarify permalink error message en.json * Update global_actions.jsx * Update en.json
* PLT-3417 Missing localization on Account Settings and Backstage (#3437)enahum2016-06-281-3/+18
|
* PLT-3191 E20: Updates to Reload Configuration from Disk and Recycle Database ↵David Lu2016-06-281-0/+2
| | | | | | | | | | Connections (#3424) * added help text to reload configuration and recycle db * Update reload_config.jsx * Update en.json
* UI text upgrades (#3375)it332016-06-271-7/+7
| | | | | | | | | | | | | | | | | | | | | | * Clarifying auth user join button * Update team_general_tab.jsx * Update generated_setting.jsx * Update public_link_settings.jsx * Update signup_settings.jsx * Update login_settings.jsx * Update team_general_tab.jsx * Update en.json * Clarifying help text * Clarifying help text
* changed edit header title for DM channels (#3415)David Lu2016-06-271-0/+1
|
* Added error message for unchanged email (#3420)David Lu2016-06-271-0/+1
|