summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* XYZ-32: Increases size of position to 128 characters. (#8148)Martin Kraft2018-01-261-1/+1
| | | | | | | | | | * XYZ-32: Changes type of 'position' column on 'users' table. * XYZ-32: Uncomment to run on CI and pre-release. * XYZ-32: Reverts translation changes. * XYZ-32: Fix for gofmt.
* Fixed spelling error (#8153)der-test2018-01-261-1/+1
|
* Merge branch 'release-4.6'Harrison Healey2018-01-2314-89/+245
|\
| * translations PR 20180115 (#8107)enahum2018-01-213-13/+13
| |
| * translations PR 20180109 (#8069)enahum2018-01-1214-78/+234
| | | | | | | | | | | | * translations PR 20180109 * Fix french translation
* | PLT-3383: image proxy support (#7991)Chris2018-01-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * image proxy support * go vet fix, remove mistakenly added coverage file * fix test compile error * add validation to config settings and documentation to model functions * add message_source field to post
* | Post a system message to the affected channel by CLI command (#7877) (#7968)Evgeniy2018-01-181-0/+8
| |
* | [PLT-7793] Add /users/tokens/search endpoint (#8088)Adrian Carolli2018-01-111-0/+4
| | | | | | | | | | | | | | | | * Add /users/tokens/search endpoint + tests * Fix check-style * Unnecessary deletion
* | [XYZ-6] Add sampledata platform command (#8027)Jesús Espino2018-01-111-1/+53
| | | | | | | | | | | | | | | | * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
* | [PLT-7793] Added /users/tokens endpoint (#8038)Adrian Carolli2018-01-051-0/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added /users/tokens/all endpoint - UserAccessStore now has getAll method - Added tests - Added route - Added handler * Remove space fix check-style * Remove blank space check-style * Fixes for make check-style * Remove extra code that is un-needed in user_test.go * Rename endpoint + grammar - Renamed /users/tokens/all to /users/tokens - Renamed getUserAccessTokens to getUserAccessTokensForUser - Renamed getAllUserAccessTokens to getUserAccessTokens - Minor Grammar changes * Add localization for sql_user_access_token.get_all * Fix minor plural spelling
* [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019)Jesse Hallam2018-01-031-2/+2
|
* [PLT-8173] Add username and profile picture to webhook set up pages (#8002)Jesse Hallam2018-01-021-0/+12
|
* translations PR 20180101 (#8015)enahum2018-01-021-1/+1
|
* translations PR 20171225 (#8006)enahum2018-01-022-18/+18
|
* fix i18n identifier (#8009)Jesse Hallam2018-01-021-1/+1
|
* translations PR 20171218 (#7983)enahum2017-12-2114-12/+220
|
* Merge branch 'release-4.5'Christopher Speller2017-12-1814-155/+1723
|\
| * translations PR 20171211 (#7966)enahum2017-12-1214-163/+1723
| |
* | Add plugin slash command support (#7941)Chris2017-12-081-0/+4
| | | | | | | | | | | | | | | | * add plugin slash command support * remove unused string * rebase
* | PLT-6217-bis Fixes system message posted to Town Square when a user joins a ↵Tsilavina Razafinirina2017-12-081-0/+4
|/ | | | | | | | team #7863 (#7864) * Adds new string post message when a user has joined a team (#6483) * Simplifies long if statement in post.go (#6483)
* Hash key for plugin store and limit id length (#7933)Joram Wilander2017-12-051-8/+4
|
* PLT-8233: Purge ChannelMemberHistory Data when Data Retention Job runs (#7937)Jonathan2017-12-051-1/+1
| | | | | | | | | | * Changed the channel member history purge function to match pattern established by other data retention purge methods * Simplifying the channel member history store and associated tests * Regenerating mocks * Using a constant
* Revert "Hash key for plugin store table and limit plugin ID length (#7915)" ↵Christopher Speller2017-12-011-4/+8
| | | | | (#7931) This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa.
* Hash key for plugin store table and limit plugin ID length (#7915)Joram Wilander2017-12-011-8/+4
| | | | | | | | * Hash plugin store keys and update column limits * Limit plugin ID length on install * Add note to manifest id and allow zero length keys
* translations PR 20171127 (#7909)enahum2017-12-0114-124/+1047
|
* PLT-8018: Bundled jira plugin (#7920)Chris2017-11-301-0/+4
| | | | | | | | | | | | * bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
* PLT-7503: Create Message Export Scheduled Task and CLI Command (#7612)Jonathan2017-11-301-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created message export scheduled task * Added CLI command to immediately kick off an export job * Added email addresses for users joining and leaving the channel to the export * Added support for both MySQL and PostgreSQL * Fixing gofmt error * Added a new ChannelMemberHistory store and associated tests * Updating the ChannelMemberHistory channel as users create/join/leave channels * Added user email to the message export object so it can be included in the actiance export xml * Don't fail to log a leave event if a corresponding join event wasn't logged * Adding copyright notices * Adding message export settings to daily diagnostics report * Added System Console integration for message export * Cleaned up TODOs * Made batch size configurable * Added export from timestamp to CLI command * Made ChannelMemberHistory table updates best effort * Added a context-based timeout option to the message export CLI * Minor PR updates/improvements * Removed unnecessary fields from MessageExport object to reduce query overhead * Removed JSON functions from the message export query in an effort to optimize performance * Changed the way that channel member history queries and purges work to better account for edge cases * Fixing a test I missed with the last refactor * Added file copy functionality to file backend, improved config validation, added default config values * Fixed file copy tests * More concise use of the testing libraries * Fixed context leak error * Changed default export path to correctly place an 'export' directory under the 'data' directory * Can't delete records from a read replica * Fixed copy file tests * Start job workers when license is applied, if configured to do so * Suggestions from the PR * Moar unit tests * Fixed test imports
* Decrease plugin key value store table index name size (#7910)Joram Wilander2017-11-271-2/+2
|
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-0/+28
| | | | | | | | * Add plugin key value store support * Add localization strings * Updates per feedback
* Do not allow installation of plugins with the same ID (#7870)Joram Wilander2017-11-211-1/+9
|
* Fix minimun --> minimum typo (#7872)Jason Blais2017-11-211-1/+1
|
* Update "display name" --> "title" for integration errors (#7854)Jason Blais2017-11-201-3/+3
| | | Related to https://github.com/mattermost/mattermost-webapp/pull/308
* 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
|