summaryrefslogtreecommitdiffstats
path: root/api4/webhook_test.go
Commit message (Expand)AuthorAgeFilesLines
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-1/+1
* added the custom icon and username for the outgoing webhook and its response ...Pradeep Murugesan2018-07-251-1/+1
* Refactor context out of API packages (#8755)Joram Wilander2018-05-141-45/+0
* MM-10232, MM-10259: Improve error handling from invalid json (#8668)Jesse Hallam2018-04-261-3/+7
* XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-20/+52
* [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019)Jesse Hallam2018-01-031-8/+8
* [PLT-8173] Add username and profile picture to webhook set up pages (#8002)Jesse Hallam2018-01-021-0/+61
* Role refactor (#7867)Chris2017-11-211-20/+0
* Reduce cfg boilerplate (#7689)Chris2017-10-231-77/+0
* Reduce utils.Cfg references (#7650)Chris2017-10-181-82/+82
* PLT-7718 Patch for files (#7564)Joram Wilander2017-10-041-5/+1
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-15/+17
* Invalidate webhook cache after updating webhook (#7430)Joram Wilander2017-09-141-0/+5
* Renaming repoChristopher Speller2017-09-061-2/+2
* app type transition (#7167)Chris2017-09-061-2/+1
* webhook merge fix (#7250)Chris2017-08-171-1/+1
* PLT-1649: add response_url support for custom slash commands (#6739)Chris2017-08-161-0/+40
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828)Carlos Tadeu Panato Junior2017-03-231-0/+62
* add implementation to get outgoing webhook for apiv4 (#5827)Carlos Tadeu Panato Junior2017-03-231-0/+39
* implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793)Carlos Tadeu Panato Junior2017-03-211-0/+167
* [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint for...Carlos Tadeu Panato Junior2017-03-201-0/+41
* Implement update IncomingHook for apiV4 (#5762)Carlos Tadeu Panato Junior2017-03-151-0/+166
* Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-131-0/+162
* Adding functionality to get & delete incoming webhooks (#5648)Poornima2017-03-111-0/+108
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-0/+150