Rodrigo Villablanca
3c2b1571f4
Prevent spurious error ( #14796 )
...
* Simple fix
* Suggestions
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2020-07-09 13:25:23 -03:00
Shibasis Patel
882b0324b5
MM_22682_Centralize_ID_Validation ( #14237 )
...
Co-authored-by: mattermod <mattermod@users.noreply.github.com >
2020-05-07 13:27:35 -04:00
Jesús Espino
a63684fcb5
Consistent license message for all the go files ( #13235 )
...
* Consistent license message for all the go files
* Fixing the last set of unconsistencies with the license headers
* Addressing PR review comments
* Fixing busy.go and busy_test.go license header
2019-11-29 12:59:40 +01:00
Harrison Healey
1a3ccaf305
MM-13606 Remove consumeAndClose and clean up integration response handling ( #10066 )
...
* MM-13606 Remove consumeAndClose
* Allow overriding HTTPService's request timeout
* MM-13606 Clean up integration response handling
* Properly close httptest servers
* Address feedback
* Only call buf.Bytes when necessary
* Properly check for errors in doOutgoingWebhookRequest
* Add comment explaining ignored ioutil.ReadAll errors
2019-01-09 17:07:08 -05:00
n1aba
50af3a19a2
MM-11703: Update incoming and outgoing webhook description to 500 characters ( #9265 )
...
* MM-11703: Update incoming and outgoing webhook description to 500 characters
* MM-11703: Add upgrade code
* MM-11703: Remove MAX_DESCRIPTION_LENGTH constants
* MM-11703: GOFMT
* MM-11703: Move upgrade code to version 5.3
* MM-11703: Comment back upgrade to 5.3.0
* MM-11703: Add API errors back
* MM-11703: Copy-Paste
2018-09-04 13:24:41 +02:00
Pradeep Murugesan
b3c2ecd9b9
added the custom icon and username for the outgoing webhook and its response ( #9141 )
...
* 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
2018-07-25 08:31:41 -04:00
Chris
0c8968fb8d
unnamed return ( #8170 )
2018-01-30 15:23:00 -08:00
Joey Lee
1c7f25773a
PLT-3658 Added support for Slack attachments in outgoing webhook response ( #7774 ) ( #8102 )
2018-01-26 08:37:39 -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
Joram Wilander
f263d2b951
PLT-7684 Add support to outgoing webhooks and slash commands to set post type and props ( #7531 )
...
* Add support to outgoing webhooks and slash commands to set post type and props
* Fix nil access
2017-09-28 09:08:16 -07:00
Saturnino Abril
21a3219b9b
[PLT-6676] Make OutgoingWebhook to fire when post has no text content but only attachment ( #6935 )
...
* make OutgoingWebhook to fire when post has no text content but only attachment
* update per comment and modify payload & test
2017-07-18 15:43:31 -04:00
Joram Wilander
0cc60abf6a
Migrate add and edit outgoing webhook components to redux ( #6818 )
2017-07-10 17:43:47 -04:00
Harrison Healey
fb6f2a123c
PLT-5860 Updated copyright date ( #6058 )
...
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
2017-04-12 08:27:57 -04:00
Pierre Rudloff
564dffec35
Add option to trigger outgoing webhook if first word starts with trigger word ( #3611 )
2016-07-26 08:04:28 -04:00
Thomas Balthazar
c226cabc04
PLT-2170 Send payload in application/json for outgoing webhooks ( #3160 )
...
* Send payload in application/json for outgoing webhooks
The Add outgoing webhook UI now has a 'Content-Type' field that allows
to choose between application/x-www-form-urlencoded and
application/json. All outgoing webhooks created before this change will
be considered as x-www-form-urlencoded. There's also a minor change in
the way the outgoing webhook summary is displayed: the 'Callback URLs'
label was missing.
* Fix JS formatting errors
* Increase ContentType field length to 128
2016-05-31 10:51:28 -04:00
Harrison Healey
29e1a85360
PLT-2553 Additional backstage UI Improvements ( #2673 )
...
* Renamed Commands to Slash Commands in backstage UI
* Updated displayed info for listed commands and outgoing webhooks
* Disallowed empty outgoing webhook trigger words and improved client-side validation for them
2016-04-11 09:04:56 -04:00
Harrison Healey
441156b91e
Added DisplayName and Description fields to both types of webhooks and slash commands
2016-04-04 09:45:02 -04:00
Elias Nahum
f33cff21cf
PLT-7: Refactoring models to use translations (chunk 6)
...
- Add spanish translations
2016-01-25 10:22:12 -03:00
Reed Garmsen
470797cca6
Fixed issue with Team Settings modal saving items instead of cancelling; changed remaining copyrights
2015-12-10 14:33:21 -08:00
JoramWilander
1f3423796e
Validate callback urls on the server and add help text to outgoing webhooks
2015-11-02 10:38:13 -05:00
JoramWilander
f24ea30a75
Refactor to hit database less often.
2015-10-19 09:00:30 -04:00
JoramWilander
af6e2c29eb
Implement outgoing webhooks.
2015-10-19 09:00:30 -04:00