summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Auto Responder handler (#8386)Stan Chan2018-04-1211-4/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WIP Out Of Office Return error for status command if user status is OOO Ignore notifications if Out Of Office Disable AutoResponder if status is set to online Add test for AutoResponder DisableAutoResponse when manually setting status Remove check on status slash command return early if user does not exists in SendAutoResponse method Add proper error handling Add a newline after error handling Revert back to err == nil in api4/status.go Remove a.Go when using a.Publish Add name consistency with the feature auto responder Last changes for name consistency, also fix failing test with auto_responder Fix names of functions in auto responder test Add ExperimentalEnableAutomaticReplies flag Auto Responder reply to a post
* Add list command to teams command in CLI (#8612)Jesús Espino2018-04-122-0/+45
| | | | | | * Add list command to teams command in CLI * Using App instead of Store to get the teams
* MM-8180 Improve error message for testing smtp connections (#8608)Joram Wilander2018-04-122-3/+7
| | | | | | * Improve error message for testing smtp connections * Update error message
* Fix mute channel when not a member and adding unit tests (#8609)Elias Nahum2018-04-124-2/+223
|
* MM-10036 Ensured correct handling of capitalized special mentions (#8607)Harrison Healey2018-04-112-3/+27
|
* Merge branch 'jespino-merge-release-4.9'Derrick Anderson2018-04-107-21/+27
|\
| * Merge remote-tracking branch 'origin/release-4.9' into merge-release-4.9Jesús Espino2018-04-107-21/+27
|/|
| * MM-8834: Changes separator between jobs message and details. (#8589)Martin Kraft2018-04-091-1/+1
| |
| * Adding minio-go for to the dependencies to temporary fix 2 minio-go bugs (#8577)Jesús Espino2018-04-064-12/+16
| |
| * fix out of channel mentions for mentioned word with valid punctuations (#8585)Saturnino Abril2018-04-062-8/+10
| |
| * update db code for release branch only (#8584)Derrick Anderson2018-04-052-11/+11
| |
* | MM-9849 Added tracking of which settings are set through environment ↵Harrison Healey2018-04-0915-55/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variables (#8586) * MM-9849 Added tracking of which settings are set through environment variables * Removed old version of viper * Added forked version of viper * Fixed unit tests * Fixed more unit tests * Removed copy from App.GetEnvironmentConfig
* | Added additional unit tests for IE11 and compatibility mode (#8573)Harrison Healey2018-04-091-1/+4
| |
* | MM-8678: add CUD support for channel members via plugins (#8565)Jesse Hallam2018-04-067-5/+250
| | | | | | | | | | | | | | | | | | | | | | | | * add CUD support for channel members via plugins This effectively exposes AddChannelMember, UpdateChannelMemberRoles, UpdateChannelMemberNotifyProps and LeaveChannel via the plugin API. It also modifies the semantics of AddChannelMember to explicitly allow for an empty user requestor, left as such for now via the plugin API. * change the signature of AddChannelMember to accept a channel id instead of a channel
* | MM-8400 Provide default config values to viper so that it reads all ↵Harrison Healey2018-04-062-41/+150
| | | | | | | | | | | | | | | | environment variables (#8581) * MM-8400 Provide default config values to viper so that it reads all environment variables * Added unit tests
* | uncomment 4.9 upgrade code (#8582)Derrick Anderson2018-04-052-10/+20
|/ | | | | | | | * set db to 4.9 * add prepatory code for 4.10 * bug from old example
* Remove problematic mute test (#8580)Joram Wilander2018-04-051-114/+0
|
* Comment out problematic mail test (#8579)Joram Wilander2018-04-041-6/+2
|
* Minor text changes to /open, /join and /mute slash commands (#8569)Jason Blais2018-04-041-3/+3
| | | | | | | | | | | | * Update en.json * Update en.json * Update en.json * Fix bad rebasing * ping jenkins
* MM-9934: More robust slack imports parsing (#8576)Jesús Espino2018-04-041-13/+12
|
* Migrate Advanced Permissions Roles when needed on cli commands (#8535)Jesús Espino2018-04-041-0/+2
|
* Add missing timezone setting to app/diagnostics.go (#8572)Jason Blais2018-04-042-1/+13
| | | | | | | | * Add missing timezone setting to app/diagnostics.go * Update diagnostics.go * Added TimezoneSettings.SupportedTimezonesPath to diagnostics
* Fixing unit tests for Go 1.10 (#8568)Christopher Speller2018-04-033-2/+16
|
* revert default ephemeral post message for out of channel mention (#8571)Saturnino Abril2018-04-042-21/+4
|
* translations PR 20180402 (#8570)Elias Nahum2018-04-0314-133/+1121
|
* MM-9868 Fixed mentioning users when followed by multiple periods (#8548)Harrison Healey2018-04-022-2/+50
| | | | | | | | * MM-9868 Fixed mentioning users when followed by multiple periods * Added additional unit test * Added comment to clarify test purpose
* Make channel mute command respond with and without ~ prefix (#8549)Elias Nahum2018-04-021-4/+10
| | | | | | * Make channel mute command respond with and without ~ prefix * Re-use splitMessage
* Fixing DB load causing user logout. (#8559)Christopher Speller2018-04-022-2/+6
|
* Initialize timezone to a default state (#8560)Chris Duarte2018-03-292-1/+5
|
* MM-9999 Fix unwanted team invite_id in email invites. (#8550)Christopher Speller2018-03-295-78/+0
| | | | | | * Fix unwanted team invite_id in email invites. * Removing unused translation.
* Fix sanitization on websocket user edit events. (#8551)Christopher Speller2018-03-291-5/+5
|
* Update zoom plugin (#8542)Joram Wilander2018-03-293-6/+6
|
* fix user timezone initialization (#8547)Jesse Hallam2018-03-292-1/+4
| | | On PreSave, need to ensure TimeZone isn't left as NULL.
* Fixing misspell errors (#8544)Jesús Espino2018-03-2928-44/+44
|
* Add ExperimentalTimezone flag (#8539)Chris Duarte2018-03-293-0/+16
|
* MM-9661: tweak post message size log (#8517)Jesse Hallam2018-03-292-3/+3
| | | | Call out the number of supported characters explicitly, moving the byte limit to parentheses.
* Revert "add individual platform packaging targets (#8366)" (#8537)Christopher Speller2018-03-282-7/+9
| | | This reverts commit f0f4f68defef1e9360394ba740c57cff7124dc9c.
* Remove the index on Channels.DisplayName. (#8530)Jesse Hallam2018-03-283-5/+25
| | | | | | | As outlined in [this discussion](https://pre-release.mattermost.com/core/pl/uw5bwmkb6irkbkn6pk9rkzpytr), this index causes issues with MySQL's query planner, leading to full table scans in a case where it would have made more sense to leverage a filesort.
* Add unit test coverage for SqlStatusStore.GetAllFromTeam (#8520)Jesse Hallam2018-03-281-0/+90
| | | | I added this as part of a separate PR that was deferred for now, but figured the unit test coverage would still be useful.
* Add defaults for SAML settings (#8536)Joram Wilander2018-03-281-0/+8
|
* Add SAML scoping IDP settings to diagnostics.go (#8531)Jason Blais2018-03-281-0/+2
|
* Fix roles table ID max length so MySQL 5.6 doesn't fail. (#8532)George Goldberg2018-03-281-0/+1
|
* translations PR 20180326 (#8514)Elias Nahum2018-03-2814-78/+494
|
* [PLT-4340] Channel Mute and "/mute" command #7617 (#7713)Christian Claus2018-03-287-37/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add command and store changes to allow mute toggling * Change channel muting to use ChannelMember notification structure * Suppress email and push notifications for a muted channel * Make i18n keys issue-compliant * Add notification-cache handling for channel-muting * Add channel handle for channel-muting slash-command * Add unit test for mute command * Merge branch 'master' into PLT-4340 # Conflicts: # app/notification.go * Fix issue that command_mute responses will be overwritten * Fix i18n key for channel muting * Apply new Provider Interface to MuteCommand * Migrate mute notification property to mark_unread PLT-4340 * Make some i18n improvements for command_mute PLT-4340 * Remove de.json translations * Prevent push notifications when channel is muted * Treat Group messages like Direct messages * Fix unit test * Send WS event when the channel member notify props changed
* Merge branch 'advanced-permissions-phase-1'George Goldberg2018-03-2775-1502/+4360
|\
| * Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1Martin Kraft2018-03-2742-193/+1028
| |\
| * | Fix typo in MANAGE_SYSTEM_WIDE_OAUTH permission. (#8516)George Goldberg2018-03-271-3/+3
| | |
| * | Ignore blank role names in getRolesByName call. (#8507)George Goldberg2018-03-262-3/+19
| | |
| * | Merge branch 'master' into advanced-permissions-phase-1Martin Kraft2018-03-2353-163/+2848
| |\ \
| * \ \ Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-1925-341/+570
| |\ \ \