Chris
b87fae646a
PLT-5458: If someone posts a channel link to channel_A that you don't belong to, it doesn't render properly ( #7833 )
...
* add channel link hints to post props
* optimization
* update regex, add unit test
* fix rebase issue
2017-11-28 13:02:56 -08:00
Chris Duarte
27ba68a789
Add Config to disable Auth Transfers. ( #7843 )
...
* Add Config to disable Auth Transfers.
* Set config ExperimentalEnableAuthenticationTransfer behind an E20 license restriction
2017-11-28 11:46:48 -08:00
Joram Wilander
785a410936
Decrease plugin key value store table index name size ( #7910 )
2017-11-27 18:49:28 -05:00
Joram Wilander
6176bcff69
PLT-8131 (part2) Add plugin key value store support ( #7902 )
...
* Add plugin key value store support
* Add localization strings
* Updates per feedback
2017-11-27 17:23:35 -05:00
Bret Mogilefsky
e85ec38301
Don't force AmazonS3Region ( #7830 )
...
In [this issue](https://mattermost.atlassian.net/browse/PLT-7475 ), it says that the UI text should be `Help Text: (Optional) AWS region you selected when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to "us-east-1" if none found.`
The [Mattermost documentation](https://docs.mattermost.com/administration/config-settings.html#amazon-s3-region ) says the default for this value is `""`, but it's set here. For this reason the behavior described above (getting the appropriate region from AWS, then falling back to `us-east-1` only if that fails) **does not happen**; Mattermost tries region `us-east-1` even if `AmazonS3Endpoint` points to a different region.
2017-11-24 09:58:12 -08:00
Chris Duarte
fdbfb9a4ed
Replace Channel Name for Team in Email Notifications ( #7839 )
...
* allow option to set channel name in email notification subject
* Added TeamName to title when UseChannelInEmailNotifications=true
2017-11-24 12:57:02 -05:00
Chris Duarte
7ac35548c8
Add token to header for commands ( #7841 )
...
* add token to header for commands
* Change Header value to Authorization: Token thecommandtoken
2017-11-24 12:56:10 -05:00
Jason Blais
45ffa1438c
Remove dev dependancies from NOTICE.txt ( #7900 )
2017-11-24 09:45:17 -08:00
Harrison Healey
fed7a59d6a
Added CloseUnusedDirectMessages to default.json ( #7899 )
2017-11-24 10:48:49 +00:00
Corey Hulen
a72b3231f0
PLT-8184 Fixing LDAP test connection button for master ( #7888 )
2017-11-23 09:45:22 -05:00
Martin Kraft
942b5b5cc0
PLT-8058: Logging api.context.invalid_session.error app errors to log level 'info'. ( #7893 )
2017-11-23 09:44:56 -05:00
Chris
bbb301b7de
send-mail refactor ( #7885 )
2017-11-23 09:44:19 -05:00
Chris
1ccf093803
origin checker refactor ( #7889 )
2017-11-22 13:58:03 -08:00
Chris
77a1dc1f2f
HTTP client refactor ( #7884 )
...
* http client refactor
* simplification
2017-11-22 10:15:03 -05:00
Christopher Speller
cf9cd6a4b6
Fixing missing default for EnablePreviewFeatures ( #7887 )
2017-11-21 14:30:08 -08:00
Joram Wilander
0bc17001c4
Do not allow installation of plugins with the same ID ( #7870 )
2017-11-21 14:15:10 -05:00
Chris
a6694058a7
Revert "workaround for go smtp bug ( #7620 )" ( #7866 )
...
This reverts commit 8966452d11 .
2017-11-21 11:11:04 -08:00
Chris
816a30397d
Role refactor ( #7867 )
...
* role refactor
* add missing file
* fix web test
2017-11-21 11:08:32 -08:00
Jason Blais
01e652ed48
Fix minimun --> minimum typo ( #7872 )
2017-11-21 12:10:56 -05:00
Chris Duarte
cfa09ce0ef
Hide pre-release features section of advanced settings pane. ( #7847 )
2017-11-21 10:45:41 -05:00
Carlos Tadeu Panato Junior
fdba2d50fd
[PLT-840] Add option to outgoing webhooks to reply to the posted message as a comment ( #7807 )
2017-11-20 15:57:35 -08:00
Jesús Espino
e2b165cf3e
Small fix to run webapp tests ( #7777 )
2017-11-20 15:53:46 -08:00
Jason Blais
deff850115
Update "display name" --> "title" for integration errors ( #7854 )
...
Related to https://github.com/mattermost/mattermost-webapp/pull/308
2017-11-20 15:51:25 -08:00
lindalumitchell
be00e242d7
Updated to Google Drive location ( #7856 )
...
Missed a link to the sample files when I updated before. Also tidied a sentence and added some clarifying instructions.
2017-11-20 12:36:19 -08:00
Chris
e36ab04416
add error message to forwarding log error ( #7857 )
2017-11-20 11:20:53 -08:00
Chris
5cf45d2155
refactor template code ( #7860 )
2017-11-20 12:57:45 -05:00
Joram Wilander
7eb7509393
Include current user in WebSocket update event when setting profile image ( #7862 )
2017-11-20 12:19:28 -05:00
Chris
d1cee02247
Refactor password validation and config defaults ( #7859 )
...
* refactor password validation and config defaults
* reorder config lines for clarity
2017-11-20 11:04:04 -06:00
Tsilavina Razafinirina
ab6ef954b4
PLT-6217 Fixes system message posted to Town Square when a member leaves a 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 )
2017-11-20 10:15:33 -05:00
Joey Lee
3836f99920
PLT-7824 Added support for mentions with <@userid> and <!here> ( #7615 ) ( #7737 )
2017-11-17 11:17:59 -05:00
Chris
065d8e9731
make config validate exit with non-zero code on failure ( #7855 )
2017-11-17 11:27:26 -03:00
Chris
eb1a00ef5f
Reorganize file util functionality ( #7848 )
...
* reorganize file util functionality
* fix api test compilation
* fix rebase issue
2017-11-16 16:04:27 -05:00
Chris
ef69d93abf
add one more config test ( #7853 )
2017-11-16 12:08:07 -05:00
Christopher Speller
9513309879
Merge branch 'release-4.4'
2017-11-16 08:46:16 -08:00
Chris
bf6bb9bce9
fix config cli option ( #7850 )
2017-11-16 08:40:26 -06:00
Chris
6eb4b4604c
improve rpcplugin tests ( #7837 )
2017-11-15 16:08:02 -06:00
Martin Kraft
96e3686dd5
PLT-7111: Fix for groupmsgProvider.GetCommand method signature. ( #7835 )
2017-11-15 11:14:36 -06:00
Carsten Pfeiffer
010122c988
7740: Set auto-submitted and precedence headers for emails ( #7741 )
...
* Set auto-submitted and precedence headers for emails
This prevents auto-responses from out-of-office agents.
* Apply gofmt
2017-11-15 08:34:46 -08:00
Jesús Espino
6c211c3a12
PLT-7111 Add groupmsg command ( #7419 )
...
* Coping command_msg to use as command_groupmsg base
* Changing msg to groupmsg names in groumsg command
* Add groupmsg command
2017-11-14 17:27:14 -05:00
Chris
1c92ad0afb
fix ee make targets ( #7828 )
2017-11-14 13:13:31 -06:00
enahum
a0017f1845
translations PR 20171113 ( #7827 )
v4.4.0
v4.4.0-rc5
v4.4.0-rc4
2017-11-14 10:30:06 -08:00
Chris
d4208cda19
Disable codecov PR comments
...
Hoping one day we can get rid of the noise from racey stuff and re-enable them.
2017-11-13 19:09:29 -06:00
Christopher Brown
e17554a375
add codecov.yml
v4.4.0-rc3
2017-11-13 14:05:34 -06:00
Chris
865f9f83a7
Improve test coverage reporting / accuracy ( #7819 )
...
* improve test coverage reporting / accuracy
* handle absolute coverpaths
* move tests into multiple files
* rename codecov.yml (https://github.com/codecov/support/issues/426 )
2017-11-13 11:59:51 -08:00
Joram Wilander
79726b5d8e
Replace os.Rename with directory copy util in plugin extraction ( #7825 )
2017-11-13 11:46:29 -08:00
Christopher Speller
1329aa51b6
Updating server dependancies. ( #7816 )
2017-11-13 09:09:58 -08:00
Joram Wilander
7304a61ef5
Add placeholder field and user_autocomplete type to plugin manifest ( #7817 )
...
* Add placholder field and user_autocomplete type to plugin manifest
* user_autocomplete -> username
2017-11-13 11:38:16 -05:00
Chris
ae8fd37332
Add codecov yaml file ( #7818 )
...
* add codecov yaml file
* ignore storetest directory
* add a test
* relax status checks a bit for now
2017-11-11 04:43:39 -06:00
Christopher Speller
756caaa1fb
Adding 4.5 upgrade code ( #7815 )
2017-11-11 00:23:19 -08:00
Martin Kraft
91544f0c6d
Fixes running webapp from custom location using ENV variable. ( #7809 )
2017-11-10 15:25:05 -05:00