Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unnamed return (#8170) | Chris | 2018-01-30 | 1 | -47/+16 |
| | |||||
* | PLT-3658 Added support for Slack attachments in outgoing webhook response ↵ | Joey Lee | 2018-01-26 | 1 | -6/+7 |
| | | | | (#7774) (#8102) | ||||
* | [PLT-840] Add option to outgoing webhooks to reply to the posted message as ↵ | Carlos Tadeu Panato Junior | 2017-11-20 | 1 | -5/+8 |
| | | | | a comment (#7807) | ||||
* | PLT-7684 Add support to outgoing webhooks and slash commands to set post ↵ | Joram Wilander | 2017-09-28 | 1 | -0/+28 |
| | | | | | | | | type and props (#7531) * Add support to outgoing webhooks and slash commands to set post type and props * Fix nil access | ||||
* | [PLT-6676] Make OutgoingWebhook to fire when post has no text content but ↵ | Saturnino Abril | 2017-07-18 | 1 | -3/+29 |
| | | | | | | | | only attachment (#6935) * make OutgoingWebhook to fire when post has no text content but only attachment * update per comment and modify payload & test | ||||
* | Migrate add and edit outgoing webhook components to redux (#6818) | Joram Wilander | 2017-07-10 | 1 | -15/+16 |
| | |||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * 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 | ||||
* | Add option to trigger outgoing webhook if first word starts with trigger ↵ | Pierre Rudloff | 2016-07-26 | 1 | -0/+20 |
| | | | | word (#3611) | ||||
* | PLT-2170 Send payload in application/json for outgoing webhooks (#3160) | Thomas Balthazar | 2016-05-31 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | PLT-2553 Additional backstage UI Improvements (#2673) | Harrison Healey | 2016-04-11 | 1 | -0/+8 |
| | | | | | | | | * 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 | ||||
* | Added DisplayName and Description fields to both types of webhooks and slash ↵ | Harrison Healey | 2016-04-04 | 1 | -0/+10 |
| | | | | commands | ||||
* | PLT-7: Refactoring models to use translations (chunk 6) | Elias Nahum | 2016-01-25 | 1 | -10/+10 |
| | | | | - Add spanish translations | ||||
* | Fixed issue with Team Settings modal saving items instead of cancelling; ↵ | Reed Garmsen | 2015-12-10 | 1 | -1/+1 |
| | | | | changed remaining copyrights | ||||
* | Validate callback urls on the server and add help text to outgoing webhooks | JoramWilander | 2015-11-02 | 1 | -0/+6 |
| | |||||
* | Refactor to hit database less often. | JoramWilander | 2015-10-19 | 1 | -0/+14 |
| | |||||
* | Implement outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -0/+121 |