summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6217 Fixes system message posted to Town Square when a member leaves a ↵Tsilavina Razafinirina2017-11-201-0/+12
| | | | | | | | | | | | | | | | | | team (#7752) * Fixes system message posted to Town Square when adding/removing team member (#6483) Fixes unit test method call to match RemoveUserFromTeam modification (#6483) Fixes system message posted to Town Square when adding/removing team member (#6483) Removes unnessary error message * Updates system message when a user leaves a team (#6483) * Changes system message when a user is removed from team (#6483) * Adds a new string to be post to town-square when a member is added to a team (#6483)
* Merge branch 'release-4.4'Christopher Speller2017-11-1610-163/+163
|\
| * translations PR 20171113 (#7827)enahum2017-11-1410-163/+163
| |
* | PLT-7111 Add groupmsg command (#7419)Jesús Espino2017-11-141-0/+51
|/ | | | | | | | * Coping command_msg to use as command_groupmsg base * Changing msg to groupmsg names in groumsg command * Add groupmsg command
* translations PR 20171106 (#7795)enahum2017-11-0814-61/+113
|
* translations PR 20171030 (#7748)enahum2017-11-0614-136/+760
|
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-031-0/+4
|
* prevent deactivation of sso users (#7759)Chris2017-11-021-2/+2
|
* translations PR 20171023 (#7699)enahum2017-10-2514-152/+880
|
* PLT-7976: Configurable timeout for Elasticsearch requests. (#7716)George Goldberg2017-10-251-0/+4
|
* [PLT-4341] add dnd command (#7694)Carlos Tadeu Panato Junior2017-10-251-0/+20
|
* PLT-7849 Add config setting to disable plugin uploads (#7666)Joram Wilander2017-10-251-1/+5
| | | | | | * Add config setting to disable plugin uploads * Update unit test
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-251-0/+8
|
* Differentiate between installed and activated states for plugins (#7706)Joram Wilander2017-10-251-0/+12
|
* PLT-7599: webhook post splitting (#7707)Chris2017-10-241-2/+2
| | | | | | | | * webhook post splitting * style fix * update old webhook test
* [PLT-7362] Option to add user to channel if mentioned user is not currently ↵Saturnino Abril2017-10-211-2/+10
| | | | | | | | | | | | | | | | in the channel (#7619) * Option to add user to channel if mentioned user is not currently in the channel * instead of link from server, just add component on client side to add channel member * change implementation using post.props * do clean up and add test * sanitize post.props['add_channel_member'] on post creation * move sanitize to app.CreatePost and also apply to app.UpdatePost
* [PLT-6712/PLT-7182] /remove and /kick slash command: Remove a member from ↵Carlos Tadeu Panato Junior2017-10-191-0/+36
| | | | the channel (#7523)
* PLT-7862: Support batched live indexing. (#7640)George Goldberg2017-10-181-0/+12
|
* translations PR 20171009 (#7598)enahum2017-10-1014-131/+235
|
* PLT-7218: CLI to move slash commands between teams. (#7574)George Goldberg2017-10-041-0/+4
|
* translations PR 20171002 (#7555)enahum2017-10-0414-117/+273
|
* PLT-5549: No feedback when trying to save localization settings in System ↵Jonathan2017-10-031-0/+4
| | | | | | | | Console when Available Languages doesn't include the default client language (#7554) * Added server-side validation check for localization settings. Refactored validation checks to be easier to read * Fixed gofmt issues
* PLT-7705: API to get data retention policy. (#7539)George Goldberg2017-10-021-0/+4
| | | | | | * PLT-7705: API to get data retention policy. * Fix review comments.
* PLT-7750: Improve the error messages for invalid data retention config. (#7533)George Goldberg2017-09-281-3/+3
|
* PLT-7644: Improve job scheduler architecture. (#7532)George Goldberg2017-09-281-0/+8
|
* translations PR 20170925 (#7509)enahum2017-09-2714-57/+525
|
* PLT-7542 Converting LDAP sync to the job server (#7452)Corey Hulen2017-09-251-0/+8
| | | | | | | | | | | | | | | | | | | | * PLT-7542 Converting LDAP sync to the job server * Fixing minor issues * Fixing build failure * Translate error message * Translate error message * Translate error message * Translate error message * Fixing merge * Fixing bad merge
* PLT-7666: Clean up files on disk/s3 in data retention. (#7503)George Goldberg2017-09-251-0/+12
|
* Update en.json (#7505)Jason Blais2017-09-251-1/+1
|
* translations PR 20170918 (#7470)enahum2017-09-2414-988/+1096
|
* PLT-7619: Cleanup flags in data retention. (#7501)George Goldberg2017-09-221-0/+4
|
* PLT-7667: Clean up elasticsearch indexes when running data retention jobs. ↵George Goldberg2017-09-211-0/+8
| | | | (#7481)
* Minor update to en.json (#7464)Jason Blais2017-09-181-1/+1
| | | | | | | | * Update en.json * Update en.json * Update en.json
* Fixing typo in name of "Mozzilla" Firefox (#7463)Harrison Healey2017-09-181-1/+1
|
* PLT-6558: Basic data retention job scheduler/worker implementation. (#7449)George Goldberg2017-09-151-0/+12
| | | | | | * PLT-7639: Batch delete methods for data retention. * PLT-6558: Basic data retention job worker/scheduler implementation.
* PLT-7639: Batch delete methods for data retention. (#7444)George Goldberg2017-09-151-0/+16
|
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-8/+4
| | | | | | | | | | | | * tie back-end plugins together * fix comment typo * add tests and a bit of polish * tests and polish * add test, don't let backend executable paths escape the plugin directory
* [PLT-959] Browser Compatibility (#6945)Alex Moon2017-09-061-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | * Error page implimentation * Update Browser Compatibility check to check Chrome, FF, IE, Edge, and Safai * Update strings with proper edge version * undo uneeded changes and move to go template. * more unneeded additions * eliminate js and add local triangle * fix typo * Correct debug logging of browser version * Modify Browser Check to pass user_agent object only and write test. * Fix chrome version typo and correct testing change that broke chrome UA chack * simplity browser version detection by using maps instead of string splitting
* Revert "[PLT-7475] Add S3 region to system console and add S3 validation ↵Saturnino Abril2017-09-061-32/+0
| | | | | | | | (#7373)" (#7387) This reverts commit 8d680cf64ec7fb6c8b242b8048989d0f0550cb68. Move to 4.3. Will discuss more if validation is necessary.
* PLT-7468 Moved more error pages to use predefined error types (#7378)Harrison Healey2017-09-051-12/+0
| | | | | | | | * PLT-7468 Moved more errors to use error types * PLT-7468 Moved 404 error page to use error types * Made helper function for rendering external links on error page
* PLT-7444: If there is activity in Mattermost before the email batch is sent, ↵Jonathan2017-09-051-4/+0
| | | | | | | | | | | | do not send the email (#7342) * Changed email batching short-circuit logic to look at last viewed at timestamp in channel member struct instead of in user's status struct, since the latter is only updated if the user's status is set to online * Fixed unit tests * Reduced right-hand drift * Reduced total number of store calls by loading all channel member objects for user exactly once per team that the user received notifications for
* [PLT-7475] Add S3 region to system console and add S3 validation (#7373)Saturnino Abril2017-09-061-0/+32
| | | | | | | | | | * add S3 region to system console and add S3 validation * update translation message * add bool as return value to Validate* functions * update Validate* functions to be pure
* translations PR 20170904 (#7371)enahum2017-09-0514-2330/+2954
|
* PLT-7216: CLI Command to move channels between teams. (#7149)George Goldberg2017-09-041-0/+4
| | | | | | * PLT-7216: CLI Command to move channels between teams. * Add comment
* Remove duplicated message (#7360)Yusuke Nemoto2017-09-041-4/+0
|
* Config to make town square read only (#7140)David Meza2017-09-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | * Be able to make Town Square read-only (Disable typing messages for non admins). * Do not emit UserTypingEvent when TownSquareIsReadOnly and is Town Square. * Add unit tests for TownSquareIsReadOnly config value and logic. * Add TownSquareIsReadOnly to System console>Policy. Added Telemetry. * Add control for TownSquareIsReadOnly=true only for License Enterprise Edition E10 & E20. * Update en.json * Update en.json * Update policy_settings.jsx * Change config value from TownSquareIsReadOnly to ExperimentalTownSquareIsReadOnly. * Refactored to simplify. Avoid code repeat and multiple db calls.
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+60
| | | | | | | | | | | | | | | | | | * Implement experimental REST API endpoints for plugins * Updates per feedback and rebase * Update tests * Further updates * Update extraction of plugins * Use OS temp dir for plugins instead of search path * Fail extraction on paths that attempt to traverse upward * Update pluginenv ActivePlugins()
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-0/+8
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* Enforce channel display name limits on slash command (#7309)Joram Wilander2017-08-291-0/+8
|
* add client4 apis needed for jira plugin (#7292)Chris2017-08-281-0/+4
|