Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move integrations over to redux and v4 (#6679) | Joram Wilander | 2017-06-19 | 1 | -7/+11 |
| | |||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -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 | ||||
* | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -2/+38 |
| | |||||
* | add implementation to get outgoing webhook for apiv4 (#5827) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -0/+30 |
| | |||||
* | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793) | Carlos Tadeu Panato Junior | 2017-03-21 | 1 | -0/+44 |
| | |||||
* | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint ↵ | Carlos Tadeu Panato Junior | 2017-03-20 | 1 | -0/+34 |
| | | | | for apiV4 (#5783) | ||||
* | Implement update IncomingHook for apiV4 (#5762) | Carlos Tadeu Panato Junior | 2017-03-15 | 1 | -0/+61 |
| | |||||
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645) | Joram Wilander | 2017-03-13 | 1 | -2/+70 |
| | |||||
* | Adding functionality to get & delete incoming webhooks (#5648) | Poornima | 2017-03-11 | 1 | -0/+75 |
| | |||||
* | Implement create and get incoming webhook endpoints for APIv4 (#5407) | Joram Wilander | 2017-02-21 | 1 | -0/+85 |
* Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback |