summaryrefslogtreecommitdiffstats
path: root/model/incoming_webhook.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11703: Update incoming and outgoing webhook description to 500 characters ↵n1aba2018-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | (#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
* Add missed translations (#8959)Jesús Espino2018-06-191-1/+1
|
* MM-10352: Add locking incoming webhooks to a single channel. (#8835)George Goldberg2018-05-221-11/+12
|
* [PLT-539] Update incoming webhooks to accept multipart/form-data content (#7873)Carlos Tadeu Panato Junior2018-02-161-0/+9
|
* unnamed return (#8170)Chris2018-01-301-27/+9
|
* [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019)Jesse Hallam2018-01-031-14/+14
|
* [PLT-8173] Add username and profile picture to webhook set up pages (#8002)Jesse Hallam2018-01-021-9/+19
|
* PLT-7824 Added support for mentions with <@userid> and <!here> (#7615) (#7737)Joey Lee2017-11-171-2/+1
|
* Adding debugging for webhook (#7199)Corey Hulen2017-08-181-3/+3
| | | | | | | | * Adding debugging for webhook * Fixing build error * Moving error down
* PLT-7212: fix missing webhook post attachments (#7011)Chris2017-08-031-8/+8
| | | | | | * fix missing webhook post attachments * make ProcessSlackAttachments return a new slice instead of modifying it
* Migrate add and edit incoming webhook components to redux (#6885)Carlos Tadeu Panato Junior2017-07-271-8/+10
| | | | | | | | * Migrate add incoming webhook components to redux * Migrate edit incoming webhook components to redux * Add tests
* PLT-7077: ignore null array items in slack attachments (#6904)Chris2017-07-121-43/+9
| | | | | | | | | | * 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
* Added additional validation for slack attachment format on server (#5680)Harrison Healey2017-03-081-31/+15
|
* Fixing panic of incoming webhook with float64 values (#4444) (#4445)Fares Rihani2016-11-151-1/+2
|
* PLT-2939 Fix Default slash command icon is invalid (#3250)enahum2016-06-061-1/+0
|
* Integrations: Enable <!channel> notifications in incoming webhooks (#3039)Thomas Balthazar2016-05-181-0/+52
|
* PLT-2188 Integrations: Support raw new lines in the text payload (#2993)Thomas Balthazar2016-05-171-4/+78
| | | | | | | | | | * Integrations: Support raw new lines in the text payload * Improve support for raw new lines in text payload The regexp used to escape control characters now also searches for additional fields: text|fallback|pretext|author_name|title|value
* Added DisplayName and Description fields to both types of webhooks and slash ↵Harrison Healey2016-04-041-7/+17
| | | | commands
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-6/+6
| | | | - Add spanish translations
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-4/+7
|
* Remove unused iconemoji fieldJoramWilander2015-10-261-1/+0
|
* Parse incoming webhook requsets into model instead of string mapJoramWilander2015-10-261-0/+19
|
* Implement outgoing webhooks.JoramWilander2015-10-191-0/+106