summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Correct typo in app/email.go (#5569)Ryan Wang2017-03-021-2/+2
|
* translations PR 20170227 (#5554)enahum2017-03-0211-77/+741
|
* PLT-5479: Import Slack team without emails. (#5597)George Goldberg2017-03-021-0/+8
| | | | Use a fake email address for now, and inform the user doing the import clearly that this has been done.
* PLT-5612: Don't show error on invalid search query. (#5596)George Goldberg2017-03-021-2/+2
| | | | | Log a warning to the logs, but don't show an error to the user in the WebUI, just an empty set of query results, when the fulltext search query they enter generates a syntax error from the database.
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-011-9/+9
| | | | | | | | | | | | | | | | | | | | * make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-281-0/+52
|
* Implementation of APIv4: POST users/{user_id}/image (#5537)Saturnino Abril2017-02-281-0/+8
| | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-281-42/+6
| | | | | | | | * Move webhook logic from api layer to app layer * Consolidate error messages * Fix permission check and unit test
* PLT-5548 Prevent server start if defaultLocate is not available (#5532)enahum2017-02-281-0/+12
| | | | | | * PLT-5548 Prevent server start if defaultLocate is not available * Add validation for supported locales
* Adding edit of incoming webhook (#5272)Poornima2017-02-2611-33/+69
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* Updating user attributes on oauth login (#5324)Poornima2017-02-261-0/+4
| | | | Moving update function to app package Fixing duplicate userID on create user test
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-241-0/+12
|
* PLT-3193 Add channel notification preferences for push and email notiā€¦ (#5500)enahum2017-02-231-0/+8
| | | | | | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * unit tests, model validation and localization * Feedback review * Adding back allowFromCache check * Setting push and email to use default settings * Move props as constants * address feedback
* translations PR 20170220 (#5482)enahum2017-02-2311-133/+213
|
* Block OAuth account creation when disabled in config (#5506)Joram Wilander2017-02-231-0/+4
|
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-0/+8
| | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4
* translations PR 20170213 (#5393)enahum2017-02-1711-85/+153
|
* PLT-5521: Mandatory version in line 1 of bulk import. (#5400)George Goldberg2017-02-161-0/+8
|
* PLT-5398 Bulk loading of user display preferences. (#5382)George Goldberg2017-02-141-0/+4
|
* translations PR 20170206 (#5319)enahum2017-02-1011-219/+2299
| | | | | | * translations PR 20170206 * Fix platform zh_TW
* PLT-5427: Import ChannelMember Notify Props. (#5329)George Goldberg2017-02-081-0/+8
|
* Fix typo in en.json (#5313)Jason Blais2017-02-061-1/+1
|
* Implement POST /channels/direct endpoint for APIv4 (#5283)Joram Wilander2017-02-031-1/+1
|
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-0/+8
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* PLT-5407: Bulk importing of User memberships. (#5273)George Goldberg2017-02-021-0/+16
|
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-1/+5
|
* Fix typos for model.config.is_valid...app_error (#5236)Jason Blais2017-01-311-2/+2
|
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-311-0/+48
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-1/+1
|
* Improvments to typing messages (#5230)Christopher Speller2017-01-301-0/+4
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-1/+9
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204)George Goldberg2017-01-271-0/+112
| | | | | | | This commit provides the first part of the bulk import system. The CLI command is provided, complete with validation & apply modes. All the basic properties of Teams and Channels can be imported. Users & Posts will follow separately in a future commit.
* PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-251-0/+8
| | | | | This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted.
* translations PR 20170123 (#5174)enahum2017-01-2511-132/+572
|
* Remove unused % parameter in a server log error (#5185)Jason Blais2017-01-251-1/+1
|
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-0/+16
| | | | | | * Move permissions code into app package * Revert getPosts permission
* translations PR 20170116 (#5086)enahum2017-01-2011-517/+237
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-7/+7
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* Minor text updates for server log messages (#5107)Jason Blais2017-01-181-3/+3
|
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+8
|
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-171-0/+20
| | | Completes original patch by David Lu.
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-6/+6
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-41/+13
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Merge branch 'release-3.6'Christopher Speller2017-01-1210-429/+469
|\
| * translations PR 20170110 (#5031)enahum2017-01-1010-429/+469
| | | | | | | | | | | | * translations PR 20170110 * Demoting Dutch from beta to alpha
* | fix typo and missing message (#5008)Yusuke Nemoto2017-01-091-2/+2
|/
* translations PR 20170102 (#4929)enahum2017-01-0411-300/+1260
|
* PLT-5018 Fix thumbnails of imported attachments. (#4934)George Goldberg2017-01-031-0/+4
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-4/+0
|