summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* MM-12505: remove all things WebRTC (#9700)Jesse Hallam2018-10-181-36/+0
|
* MM-12670: Accept and use "" for user/pass AuthService in import/export. (#9689)George Goldberg2018-10-181-4/+0
|
* Add GetFileLink method to plugin API (#9665)Charles Kenney2018-10-171-0/+8
| | | | | | | | * add GetFileLink method to plugin API * Update plugin/api.go * add translations for new plugin API errors
* Set default ciphers, set tls 1.2 via config, set curve prefs (#9315)Daniel Schalla2018-10-161-0/+12
| | | | | | | | | | | | | | | | | Config Checks at StartUp Part1 Config Checks; Tests for TLS Server HSTS header implementation + tests make gofmt happy with new go version... make gofmt happy with new go version #2... fix logic bug fix typo Fix unnecessary code block
* [APIv4] add getChannelMembersTimezone (#9286)Carlos Tadeu Panato Junior2018-10-131-0/+4
| | | | | | | | * add getChannelMembersTimezone * update per feedback review * add delimeter to error
* Refactored to rename "service terms" to "terms of service" (#9581)Harshil Sharma2018-10-091-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #124 renamed identififers from service terms to terms of service * #124 renamed identififers from service terms to terms of service * 124 renamed ServiceTerms model to TermsOfService * 124 Renamed EnableCustomServiceTerms feature flag to EnableCustomTermsOfService * 124 Renamed EnableCustomServiceTerms feature flag to EnableCustomTermsOfService * #124 fixed formatting * #124 fixed formatting * #132 renamed table ServiceTerms to TermsOfService * #124 renamed some missed files from 'service_terms' to 'terms_of_service' * #124 removed fixed TODOs * drop migrate of ServiceTerms table, since backporting * s/ServiceTerms/TermsOfService/ in tests * s/AcceptedServiceTermsId/AcceptedTermsOfServiceId/ Change the model attribute, even though the column name will eventually be removed. * s/accepted_service_terms_id/accepted_terms_of_service_id/ to match redux * s/serviceTerms/termsOfService * rename column too, and add max size constraint * s/EnableCustomServiceTerms/EnableCustomTermsOfService
* MM-12251: Add flag to MoveChannel to remove all deactivated users. (#9515)George Goldberg2018-10-081-0/+4
|
* Added missed translations (#9554)Jesús Espino2018-10-041-0/+60
|
* MM-10699: Disallow renaming direct and group message channels (#9518)Jesús Espino2018-10-021-0/+8
| | | | | | * MM-10699: Disallow renaming direct and group message channels * Replacing errors.New with errors.Wrapf
* MM-12110: Don't /invite or /kick deactivated users. (#9494)George Goldberg2018-10-011-2/+6
|
* #MM-12130 - Fix incorrect key in en.json and changes some translations from ↵Harshil Sharma2018-10-011-9/+5
| | | | | | | | service terms to terms of service (#9488) * Fix incorrect key in en.json and changes some translations from service terms to terms of service * Improved translated messages
* MM-12192: autocompleteUsers: if a teamId is provided, require it to match ↵Jesse Hallam2018-09-281-0/+4
| | | | | | | | the channel's team id (#9481) * MM-12192: unit test * MM-1292: autocompleteUsers: if a teamId is provided, require it to match the channel's team id
* translations PR 20180924 (#9454)Elias Nahum2018-09-2614-1919/+2031
|
* #MM-12130 changes for custom service terms (#9450)Harshil Sharma2018-09-261-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #MM-12130 changes for custom service terms * Fixed styling * Added getServiceTerms API * removed unnecessary panic * removed custom service terms text from flat config * reverted user sql store as those changes are no longer needed * added tests * Updated a config key to be more standard * Added copyright info * Loading service terms only if the feature is enabled * Loading service terms only if the feature is enabled * removed unused index * added createservice termns API * made a param to bool instead of string * added createservice termns API * review fixes * fixed styling * Minor refactoring * removed saveConfig and loadConfig magic * added empty service terms text check to createServiceTerms API * refactoed some urls to be terms_of_service instead of service_terms * removed check for support settings * changed URLs in tests * removed unused code * fixed a bug * added service termd id in conif * fixed a test * review fixes * minor fixes * Fixed TestCreateServiceTerms
* add translation strings and add test case (#9294)Carlos Tadeu Panato Junior2018-09-241-0/+8
|
* translations PR 20180917 (#9428)Elias Nahum2018-09-2015-119/+1239
|
* materialize PublicChannels without triggers (#9424)Jesse Hallam2018-09-171-0/+68
| | | | Creating triggers requires SUPERUSER privileges, and is especially painful on RDS. Pivot to maintaining this denormalized table in code.
* MM-11781: Basic Data Export Command Line. (#9296)George Goldberg2018-09-171-0/+8
| | | | | | | | | | | | | | | | * MM-11781: Basic Data Export Command Line. * ChannelStore new unit tests. * TeamStore new unit tests. * Unit test for new UserStore function. * Unit tests for post store new methods. * Review fixes. * Fix duplicate command name.
* Merge release-5.3Carlos Tadeu Panato Junior2018-09-1214-143/+423
|\
| * translations PR 20180911 (#9397)Elias Nahum2018-09-1114-143/+423
| |
* | Minor grammar & spelling fixes (#9325)der-test2018-09-111-199/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Minor grammar & spelling fixes Minor grammar & spelling fixes * Harmonizing error messages First step to harmonize the error messges by using three formulations that basically mean the same. * Changed string after feedback. * Change after feedback * Removed typo Head hit keyboard or something... * Updated second occurence of an already changed string Changed ssecond occurence of "Unable to know if the file exists. An error ocurred when trying to check file existence."
* | MM-12007 Add max dimensions to emoji images (#9379)Harrison Healey2018-09-101-0/+4
|/
* MM-11728: Avoid Archived channels editions throught Patch (#9335)Jesús Espino2018-09-031-0/+4
|
* MM-11270: Forbid react/de-react in archived channels (#9323)Jesús Espino2018-08-291-0/+8
|
* translations PR 20180827 (#9317)Elias Nahum2018-08-2815-258/+762
|
* MM-11327: Restrict Teams by Email (#9142)Gabe Van Engel2018-08-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Check a team's AllowedDomains setting before adding users to the team. * Updated AddUser tests to validate AllowedDomains restriction. * Updated variable name to match convention. * Removed AllowedDomains from team sanitization. * Update AppError's Where to match the calling function. * Added tests for user matching allowedDomains, and multi domain values of allowedDomains. * Added test to make sure we block users who have a subdomain of a whitelisted domain. * Revert "Removed AllowedDomains from team sanitization." This reverts commit 17c2afea584da40c7d769787ae86408e9700510c. * Update sanitization tests to include dockerhost, now that we enforce AllowedDomains. * Added tests to verify the interplay between the global and per team domain restrictions. * Validate AllowedDomains property against RestrictCreationToDomains before updating a team. * Remove team.AllowedDomains from sanitization. * Add i18n string for the team allowed domains restriction app error.
* Update en.json typo (#9312)Cosmin M2018-08-271-1/+1
| | | "id": "plugin.api.update_user_status.bad_status",Unable to set the user statys. Unknown user status.
* translations PR 20180820 (#9277)Elias Nahum2018-08-241-12/+12
|
* MM-11572: Force correct order on messages generated in the bulk (#9244)Jesús Espino2018-08-241-0/+4
|
* MM-11348: Add telemetry for advanced permissions. (#9249)George Goldberg2018-08-231-0/+4
|
* Add/Remove translations (#9280)Jesús Espino2018-08-221-18/+42
|
* [MM-11593] Prevent user to remove from a direct channel (#9251)Saturnino Abril2018-08-211-0/+4
| | | | | | * prevent user to remove from a direct channel * only allow removing of a member in private or public channel
* translations PR 20180813 (#9252)Elias Nahum2018-08-1515-307/+307
| | | | | | * translations PR 20180813 * Fix french translation
* MM-11384: Add system install date information to the client config (#9218)Jesús Espino2018-08-081-0/+8
| | | | | | | | * MM-11384: Add system install date information to the client config * Fixing translation text * Fixes from Peer Review
* translations PR 20180802 (Adds Romanian) (#9210)Elias Nahum2018-08-068-53/+6418
| | | | | | * translations PR 20180802 * Fix romanian translation
* MM-11576: Allow to join and add members to archived channels (#9214)Jesús Espino2018-08-031-8/+0
|
* Fixed inconsistencies (#9120)der-test2018-08-011-4/+4
| | | | | | | | * Fixed inconsistencies See https://pre-release.mattermost.com/core/pl/339m9zipst8n7kc19fossntose * Update en.json
* translations PR 20180730 (#9191)Elias Nahum2018-08-0114-341/+1902
| | | | | | * translations PR 20180730 * Fix japanese
* MM-11243: Make Elasticsearch work after enabling without restart. (#9146)George Goldberg2018-07-261-0/+8
| | | | | | * MM-11243: Make Elasticsearch work after enabling without restart. * Also cope with config vars changing whilst enabled.
* unpack prepacked plugins on plugins initialization (#9149)Jesse Hallam2018-07-261-0/+4
| | | | | | * unpack prepackaged plugins on plugins initialization * leverage utils.FindDir
* added the custom icon and username for the outgoing webhook and its response ↵Pradeep Murugesan2018-07-251-0/+7
| | | | | | | | | | | | (#9141) * 8272 added the username and icon as part of the model and persisted the same * 8272 added the custome icon and name when set to the web hook response * 8272 changed the infinte loop to timeout after 5 seconds * 8272 fixed review comments
* Break HTML blocks to individual strings (#8903)Yusuke Nemoto2018-07-201-17/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Modifying message and templates about mfa_change * Modifying message and templates about password_change * Modify message and template about password_reset * Modify message and template about singin_change * Modify message and template about email_info * Modify message and template about change_username * Modify message about change_email * Add missing props * Add argument * Modify message and template about token_added * Modify messages and template about notification_email * Modify message and template about deactivate_email * Fix style * Remove unused message * Remove br tags * Modify message and code about invite_mail * Add missing message
* MM-11003: Global Relay Export Refactor (#9136)Jesús Espino2018-07-201-0/+44
|
* Renamed translation in actiance export (#9132)Jesús Espino2018-07-201-1/+1
|
* Support attachments in post and replies - Bulk import (#9124)Pradeep Murugesan2018-07-201-0/+8
| | | | | | | | | | * 9006 - process the attachments of the post * 9006 enabling the import of attachments in the reply post * 9006 assert if the post and files are linked * 9006 fixed the typo
* Add missed plugin error translation (#9131)Jesús Espino2018-07-191-0/+4
|
* Support for Embeded chat (#9129)Chris Duarte2018-07-181-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ucLive support crazy testing lovely logs more cookie work arounds Added Access-Control-Expose-Headers to user login Add complete_saml_body template and revert loginWithSaml endpoint Set Access-Control-Allow-Credentials to true in user login Login via email instead of username Clean up code Add comment to give some context Move faml logic into saml function Communicate via chrome sendMessage api Remove unused code Add config to support multiple extensions Clean up embedded complete_saml template Fix indentation for templates Added license header to extension.go Add EnableExperimentalExtensions flag Extension validated for email auth Clean up api auth code Remove complete_saml_body.html * Add extension support in saml * Clean up code * Clean up extension validation
* translations PR 20180718 (#9123)Elias Nahum2018-07-1814-99/+359
|
* Update en.json (#9096)Jason Blais2018-07-181-1/+1
|
* MM-11172: Don't allow reacting in read-only town square. (#9106)George Goldberg2018-07-161-0/+4
|