summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-840] Add option to outgoing webhooks to reply to the posted message as ↵Carlos Tadeu Panato Junior2017-11-204-23/+72
| | | | a comment (#7807)
* Small fix to run webapp tests (#7777)Jesús Espino2017-11-201-1/+6
|
* Update "display name" --> "title" for integration errors (#7854)Jason Blais2017-11-201-3/+3
| | | Related to https://github.com/mattermost/mattermost-webapp/pull/308
* Updated to Google Drive location (#7856)lindalumitchell2017-11-201-3/+3
| | | Missed a link to the sample files when I updated before. Also tidied a sentence and added some clarifying instructions.
* add error message to forwarding log error (#7857)Chris2017-11-201-1/+1
|
* refactor template code (#7860)Chris2017-11-2014-129/+245
|
* Include current user in WebSocket update event when setting profile image ↵Joram Wilander2017-11-201-3/+1
| | | | (#7862)
* Refactor password validation and config defaults (#7859)Chris2017-11-207-914/+1112
| | | | | | * refactor password validation and config defaults * reorder config lines for clarity
* PLT-6217 Fixes system message posted to Town Square when a member leaves a ↵Tsilavina Razafinirina2017-11-208-12/+81
| | | | | | | | | | | | | | | | | | 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)
* PLT-7824 Added support for mentions with <@userid> and <!here> (#7615) (#7737)Joey Lee2017-11-179-123/+170
|
* make `config validate` exit with non-zero code on failure (#7855)Chris2017-11-173-23/+12
|
* Reorganize file util functionality (#7848)Chris2017-11-1622-619/+649
| | | | | | | | * reorganize file util functionality * fix api test compilation * fix rebase issue
* add one more config test (#7853)Chris2017-11-161-0/+49
|
* Merge branch 'release-4.4'Christopher Speller2017-11-1613-164/+319
|\
| * translations PR 20171113 (#7827)enahum2017-11-1410-163/+163
| |
| * add codecov.ymlChristopher Brown2017-11-131-0/+8
| |
| * Replace os.Rename with directory copy util in plugin extraction (#7825)Joram Wilander2017-11-133-1/+156
| |
* | fix config cli option (#7850)Chris2017-11-168-19/+85
| |
* | improve rpcplugin tests (#7837)Chris2017-11-152-0/+26
| |
* | PLT-7111: Fix for groupmsgProvider.GetCommand method signature. (#7835)Martin Kraft2017-11-151-1/+1
| |
* | 7740: Set auto-submitted and precedence headers for emails (#7741)Carsten Pfeiffer2017-11-151-0/+2
| | | | | | | | | | | | | | | | * Set auto-submitted and precedence headers for emails This prevents auto-responses from out-of-office agents. * Apply gofmt
* | PLT-7111 Add groupmsg command (#7419)Jesús Espino2017-11-144-0/+283
| | | | | | | | | | | | | | | | * Coping command_msg to use as command_groupmsg base * Changing msg to groupmsg names in groumsg command * Add groupmsg command
* | fix ee make targets (#7828)Chris2017-11-141-10/+10
| |
* | Disable codecov PR commentsChris2017-11-131-0/+1
| | | | | | Hoping one day we can get rid of the noise from racey stuff and re-enable them.
* | Improve test coverage reporting / accuracy (#7819)Chris2017-11-1312-293/+408
| | | | | | | | | | | | | | | | | | | | * improve test coverage reporting / accuracy * handle absolute coverpaths * move tests into multiple files * rename codecov.yml (https://github.com/codecov/support/issues/426)
* | Updating server dependancies. (#7816)Christopher Speller2017-11-13474-8837/+84167
| |
* | Add placeholder field and user_autocomplete type to plugin manifest (#7817)Joram Wilander2017-11-132-0/+11
| | | | | | | | | | | | * Add placholder field and user_autocomplete type to plugin manifest * user_autocomplete -> username
* | Add codecov yaml file (#7818)Chris2017-11-112-0/+36
| | | | | | | | | | | | | | | | | | | | * add codecov yaml file * ignore storetest directory * add a test * relax status checks a bit for now
* | Adding 4.5 upgrade code (#7815)Christopher Speller2017-11-111-0/+10
| |
* | Fixes running webapp from custom location using ENV variable. (#7809)Martin Kraft2017-11-101-3/+1
| |
* | Update with new link to mm_file_testing in Drive (#7812)lindalumitchell2017-11-101-1/+1
| |
* | Merge branch 'release-4.4'Christopher Speller2017-11-0915-61/+119
|\|
| * PLT-8061 re-activate SAML and Oauth on successful login (#7810)Corey Hulen2017-11-091-0/+6
| |
| * translations PR 20171106 (#7795)enahum2017-11-0814-61/+113
| |
* | more global config ref cleanup (#7802)Chris2017-11-0949-216/+215
| |
* | Basic manifest docs (#7806)Chris2017-11-091-15/+85
| | | | | | | | | | | | | | | | * basic manifest docs * add a bit more documentation * space out fields for better godoc formatting
* | PLT-7709 Add UI settings to plugin manifest (#7794)Joram Wilander2017-11-083-8/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UI settings to plugin manifest * Add another test case * Add options field to setting * Updates per feedback * Report diagnostics on if plugins have settings set * Add regenerate_help_text field
* | add a few docs for plugin testing (#7798)Chris2017-11-073-0/+86
|/ | | | | | * add a few docs for plugin testing * fix typo
* fix builtin plugin http router (#7797)Chris2017-11-063-3/+2
|
* Uncomment upgrae for 4.4 (#7796)Christopher Speller2017-11-062-7/+6
|
* Revert PLT-7809 (#7793)Jason Blais2017-11-064-59/+9
| | | | | | | | | | * Update webrtc_test.go * Update webrtc.go * Update config.go * Update webrtc.go
* translations PR 20171030 (#7748)enahum2017-11-0614-136/+760
|
* PLT-8011: Make Elasticsearch startup fully async. (#7761)George Goldberg2017-11-061-3/+5
| | | | | | * PLT-8011: Make Elasticsearch startup fully async. * Use a.Go
* fix interactive message post username/icon behavior (#7776)Chris2017-11-041-1/+17
|
* invoke config listeners when app.UpdateConfig is used (#7773)Chris2017-11-033-3/+32
|
* PLT-8086 Fix plugin config watcher for enabling and disabling (#7770)Joram Wilander2017-11-033-11/+24
| | | | | | | | * Fix plugin config watcher for enabling and disabling * Make sure HTTP routes are served * Set content-type explicitly
* config watcher fix (#7772)Chris2017-11-031-1/+1
|
* Update diagnostics.go (#7768)Jason Blais2017-11-031-9/+14
| | | | | ElasticsearchSettings: LiveIndexingBatchSize, BulkIndexingTimeWindowSeconds LdapSettings: EnableSync SamlSettings: EnableSyncWithLdap
* more plugin doc updates (#7767)Chris2017-11-036-12/+47
|
* prevent users from changing email addresses to restricted domains (#7765)Chris2017-11-032-0/+30
|