summaryrefslogtreecommitdiffstats
path: root/model/slack_attachment.go
Commit message (Collapse)AuthorAgeFilesLines
* [MM-11860]: Expose slack attachment parsing functions in the model package ↵Charles Birk2018-09-171-0/+25
| | | | | | (#9351) Refactored parseSlackAttachment functions from https://github.com/mattermost/mattermost-server/blob/master/app/post.go#L312 into model/slack_attachments.go so that plugins have access to them.
* PLT-7824 Added support for mentions with <@userid> and <!here> (#7615) (#7737)Joey Lee2017-11-171-23/+2
|
* 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