summaryrefslogtreecommitdiffstats
path: root/model/slack_attachment.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-0/+1
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* PLT-7212: fix missing webhook post attachments (#7011)Chris2017-08-031-5/+3
| | | | | | * fix missing webhook post attachments * make ProcessSlackAttachments return a new slice instead of modifying it
* PLT-7077: ignore null array items in slack attachments (#6904)Chris2017-07-121-0/+52
| | | | | | | | | | * ignore null array items in incoming webhooks / command responses * consolidate code, process announcements in command response as well * make a bit more idiomatic, add tests * add missing file
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-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
* PLT-5800 Cleaned up duplicated code for adding slack attachments to posts ↵Harrison Healey2017-03-101-1/+2
| | | | (#5711)
* Added additional validation for slack attachment format on server (#5680)Harrison Healey2017-03-081-0/+28