Christopher Speller
fcb87ca42f
Merge pull request #1814 from mattermost/PLT-1485a
...
PLT-1485 Adding last view channel sticky
2016-01-06 09:15:44 -05:00
Alex Polozov
23a8d954d9
[ Fix #1669 ] Allow parameters in Content-Type of incoming webhook request
...
Mattermost currently does not allow optional parameters in the `Content-Type` of an incoming webhook request. Visual Studio Team Services's Slack integration sends its message with `Content-Type: application/json; charset=utf-8`, whereas Mattermost currently requires precisely `Content-Type: application/json`. This PR relaxes this check, looking only at the media part of the header.
2016-01-06 02:58:27 +00:00
=Corey Hulen
f0e620a485
PLT-1485 Adding last view channel sticky
2016-01-05 14:48:05 -06:00
JoramWilander
a6ae90ac2a
Add ability to switch between SSO and email account
2015-12-17 12:44:46 -05:00
Christopher Speller
58358ddd7c
Some refactoring
2015-12-16 17:30:15 -05:00
Reed Garmsen
7fb1551254
Fixed issue with emails containing a '+'
2015-12-13 15:47:44 -08:00
Christopher Speller
9e8cd93790
Implementing Permalinks and jumping to post from search. Performance
...
improvements.
2015-11-23 09:53:15 -05:00
Florian Orben
e9a8bcd727
PLT-327: Add help text for Markdown
2015-11-17 18:55:20 +01:00
Florian Orben
ab99c378c4
allow incoming webhooks even if it doesnt have a text on it if attachment field is present
2015-11-14 01:45:48 +01:00
Christopher Speller
1dbdaf8156
Adding safari 8 to list of unsupported browsers.
2015-11-12 14:38:35 -05:00
Joram Wilander
1ecad4301e
Merge pull request #1327 from florianorben/PLT-857-2
...
PLT-857: Support `attachments` for Incoming Webhooks
2015-11-06 09:05:32 -05:00
Florian Orben
c1baee3984
don't panic if incoming webhook contains invalid json
2015-11-06 00:42:12 +01:00
Florian Orben
7e3b53c37b
fix alter table command for postgres
2015-11-06 00:24:39 +01:00
Florian Orben
b085bc2d56
PLT-857: Support for Incoming Webhooks - Try #2
2015-11-05 23:33:21 +01:00
=Corey Hulen
6db2dd9079
PLT-951 PLT-972 fixing issues with team directory
2015-11-02 12:34:18 -08:00
Reed Garmsen
dd978c3e57
Added Safari 7 and IE10 to the list of unsupported browsers
2015-10-30 14:13:10 -07:00
=Corey Hulen
0b967b2acb
Moving single team redirect to backend
2015-10-28 08:58:27 -07:00
=Corey Hulen
bb25056d9a
PLT-340
2015-10-27 22:18:52 -07:00
JoramWilander
c94388042b
Parse incoming webhook requsets into model instead of string map
2015-10-26 15:10:17 -04:00
=Corey Hulen
cbbee5cadb
Addressing issues from group code review
2015-10-22 09:36:46 -07:00
=Corey Hulen
e1f9459029
Merge branch 'master' into PLT-44
2015-10-20 14:50:03 -07:00
=Corey Hulen
1fc12dd8ba
Multi-session login
2015-10-20 14:49:42 -07:00
=Corey Hulen
fa3a0df2b6
Adding multi-session cookie
2015-10-20 04:37:51 -07:00
Reed Garmsen
04bf527966
Changed all goroutine functions to use '...AndForget' as the standard naming system
2015-10-19 13:58:15 -07:00
=Corey Hulen
36658c13a4
Fixing merge conflicts
2015-10-19 11:42:40 -07:00
Harrison Healey
d139c9e825
Merge pull request #1108 from mattermost/plt-235
...
PLT-235 Implement outgoing webhooks.
2015-10-19 14:24:02 -04:00
=Corey Hulen
097d17bf2c
Fixing merge issue
2015-10-19 10:29:10 -07:00
=Corey Hulen
468f01dc89
Merging from master
2015-10-19 10:25:51 -07:00
JoramWilander
a3ca106740
Generalized webhook post code and added it to outgoing webhooks
2015-10-19 10:19:48 -04:00
Stas Vovk
9fa3c996d5
change url when a user navigates between tabs [ #962 ]
2015-10-18 18:55:04 +03:00
=Corey Hulen
a8f3f76c59
Refactoring web classes to use multi-session
2015-10-16 19:05:55 -07:00
=Corey Hulen
8b2d7f391a
Fixing merge
2015-10-16 09:12:30 -07:00
=Corey Hulen
6a1755d2e3
Inital support for multi-tab loging
2015-10-16 09:10:54 -07:00
JoramWilander
58c33f01d5
Add default username and icon to incoming webhooks.
2015-10-16 08:16:34 -04:00
Christopher Speller
806fd77ec9
Merge pull request #981 from mattermost/plt-517
...
PLT-517 Changing SpinPunch to Mattermost in copyright
2015-10-08 12:55:11 -04:00
Corey Hulen
26252ccebf
Merge pull request #971 from mattermost/PLT-567
...
PLT-567 auto join open channels
2015-10-08 09:49:29 -07:00
Christopher Speller
b85b529373
Changing SpinPunch to Mattermost in copyright
2015-10-08 12:27:09 -04:00
Christopher Speller
7571d21f32
Merge pull request #931 from rgarmsen2295/plt-112
...
PLT-112 Improves email change verification process
2015-10-08 09:56:00 -04:00
=Corey Hulen
f548e0ffb9
PLT-567 auto join open channels
2015-10-07 17:13:55 -07:00
Christopher Speller
4311978d65
Combining email verification confirmation screen with login screen.
2015-10-06 09:18:23 -04:00
Reed Garmsen
f85dc7f575
Resending the verification email now sends the appropriate version of the email depending on whether it's a change or first signup
2015-10-05 14:54:15 -07:00
Joram Wilander
b591c4b32e
Merge pull request #914 from mattermost/plt-297
...
PLT-297 Add ability to override username and icon for posts from incoming webhooks.
2015-10-05 11:48:10 -04:00
JoramWilander
2a23d90ca6
Add config options for overriding username and icon, and add BOT indicator next to webhook posts.
2015-10-05 08:46:23 -04:00
=Corey Hulen
3b34e73132
Fixing redirect issue
2015-10-02 10:29:56 -07:00
=Corey Hulen
cee6dc270b
Fixing issues
2015-10-02 09:12:09 -07:00
JoramWilander
11903a3834
Add ability to override username and icon for posts from incoming webhooks.
2015-10-02 11:08:00 -04:00
=Corey Hulen
90635ad216
Fixing issue with being logged into other team
2015-10-01 18:15:40 -07:00
=Corey Hulen
430806301d
PLT-44 allow team switching without the need to login
2015-10-01 17:52:47 -07:00
JoramWilander
a9f5918a9d
Update incoming webhooks to hide DMs and accept direct JSON payloads.
2015-09-29 08:38:26 -04:00
=Corey Hulen
08a343c372
Fixing 1 more case
2015-09-25 09:51:27 -07:00