summaryrefslogtreecommitdiffstats
path: root/model/outgoing_webhook.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2553 Additional backstage UI Improvements (#2673)Harrison Healey2016-04-111-0/+8
| | | | | | | | * Renamed Commands to Slash Commands in backstage UI * Updated displayed info for listed commands and outgoing webhooks * Disallowed empty outgoing webhook trigger words and improved client-side validation for them
* Added DisplayName and Description fields to both types of webhooks and slash ↵Harrison Healey2016-04-041-0/+10
| | | | commands
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-10/+10
| | | | - Add spanish translations
* Fixed issue with Team Settings modal saving items instead of cancelling; ↵Reed Garmsen2015-12-101-1/+1
| | | | changed remaining copyrights
* Validate callback urls on the server and add help text to outgoing webhooksJoramWilander2015-11-021-0/+6
|
* Refactor to hit database less often.JoramWilander2015-10-191-0/+14
|
* Implement outgoing webhooks.JoramWilander2015-10-191-0/+121