summaryrefslogtreecommitdiffstats
path: root/web/webhook_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11106: Allow systeadmin webook to post to read only town square. (#9051)George Goldberg2018-07-061-6/+23
|
* MM-10352: Add locking incoming webhooks to a single channel. (#8835)George Goldberg2018-05-221-0/+23
|
* MM-8708 Remove api package (#8784)Joram Wilander2018-05-161-34/+51
| | | | | | | | | | | | | | | | | | | | | | * Remove api package * Remove api dependency from cmd package * Remove EnableAPIv3 setting * Update web tests * Add more websocket tests * Move some ws and oauth tests to api4 package * Move command tests into api4 package * Test fixes * Fix msg command test * Add some app file tests
* Refactor context out of API packages (#8755)Joram Wilander2018-05-141-0/+216
* Refactor context out of API packages * Update function names per feedback * Move webhook handlers to web and fix web tests * Move more webhook tests out of api package * Fix static handler