- 27 Sep, 2018 1 commit
-
-
Elias Nahum authored
-
- 26 Sep, 2018 1 commit
-
-
Harshil Sharma authored
* #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
-
- 24 Sep, 2018 1 commit
-
-
Carlos Tadeu Panato Junior authored
-
- 20 Sep, 2018 1 commit
-
-
Elias Nahum authored
-
- 17 Sep, 2018 2 commits
-
-
Jesse Hallam authored
Creating triggers requires SUPERUSER privileges, and is especially painful on RDS. Pivot to maintaining this denormalized table in code.
-
George Goldberg authored
* 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.
-
- 13 Sep, 2018 1 commit
-
-
Harrison Healey authored
-
- 11 Sep, 2018 2 commits
-
-
Elias Nahum authored
-
der-test authored
* 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."
-
- 10 Sep, 2018 1 commit
-
-
Harrison Healey authored
-
- 03 Sep, 2018 1 commit
-
-
Jesús Espino authored
-
- 29 Aug, 2018 1 commit
-
-
Jesús Espino authored
-
- 28 Aug, 2018 2 commits
-
-
Elias Nahum authored
-
Gabe Van Engel authored
* 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.
-
- 27 Aug, 2018 1 commit
-
-
Cosmin M authored
"id": "plugin.api.update_user_status.bad_status",Unable to set the user statys. Unknown user status.
-
- 24 Aug, 2018 2 commits
-
-
Elias Nahum authored
-
Jesús Espino authored
-
- 23 Aug, 2018 1 commit
-
-
George Goldberg authored
-
- 22 Aug, 2018 1 commit
-
-
Jesús Espino authored
-
- 21 Aug, 2018 1 commit
-
-
Saturnino Abril authored
* prevent user to remove from a direct channel * only allow removing of a member in private or public channel
-
- 15 Aug, 2018 1 commit
-
-
Elias Nahum authored
* translations PR 20180813 * Fix french translation
-
- 08 Aug, 2018 1 commit
-
-
Jesús Espino authored
* MM-11384: Add system install date information to the client config * Fixing translation text * Fixes from Peer Review
-
- 06 Aug, 2018 1 commit
-
-
Elias Nahum authored
* translations PR 20180802 * Fix romanian translation
-
- 03 Aug, 2018 1 commit
-
-
Jesús Espino authored
-
- 01 Aug, 2018 2 commits
-
-
der-test authored
* Fixed inconsistencies See https://pre-release.mattermost.com/core/pl/339m9zipst8n7kc19fossntose * Update en.json
-
Elias Nahum authored
* translations PR 20180730 * Fix japanese
-
- 26 Jul, 2018 2 commits
-
-
George Goldberg authored
* MM-11243: Make Elasticsearch work after enabling without restart. * Also cope with config vars changing whilst enabled.
-
Jesse Hallam authored
* unpack prepackaged plugins on plugins initialization * leverage utils.FindDir
-
- 25 Jul, 2018 1 commit
-
-
Pradeep Murugesan authored
* 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
-
- 20 Jul, 2018 4 commits
-
-
Yusuke Nemoto authored
* 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
-
Jesús Espino authored
-
Jesús Espino authored
-
Pradeep Murugesan authored
* 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
-
- 19 Jul, 2018 1 commit
-
-
Jesús Espino authored
-
- 18 Jul, 2018 3 commits
-
-
Chris Duarte authored
* 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
-
Elias Nahum authored
-
Jason Blais authored
-
- 16 Jul, 2018 1 commit
-
-
George Goldberg authored
-
- 11 Jul, 2018 1 commit
-
-
Elias Nahum authored
-
- 10 Jul, 2018 1 commit
-
-
Elias Nahum authored
-