summaryrefslogtreecommitdiffstats
path: root/api/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-18/+18
* PLT-7408 Move webhook handling into api4 package to fix EnableAPIv3 config se...Joram Wilander2017-08-161-52/+0
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-1/+1
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-1/+1
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-281-365/+98
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-56/+226
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-37/+14
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-3/+5
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-12/+14
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-22/+23
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-031-3/+3
* Return 400 bad request codes for webhooks when attachment or text is too long...Joram Wilander2016-12-221-1/+19
* PLT-4670 DM channel creation via webhook fails (#4523)Alexander Smaga2016-11-101-0/+2
* GH-4187 Create direct channel during incoming webhook if not exists (#4206)Alexander Smaga2016-10-171-2/+13
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-67/+44
* Revert/Fix PLT-2805 (#3873)David Lu2016-08-291-1/+1
* Reset context error for incoming webhooks after checking permission (#3847)Joram Wilander2016-08-221-0/+1
* Refactored CreatePost to not use context (#3813)David Lu2016-08-191-1/+1
* PLT-3702 Fixed outgoing webhook creation API to properly clear error flags fo...Harrison Healey2016-08-021-0/+2
* Fixed error when adding incoming webhook to public channel not currently in (...Joram Wilander2016-07-051-0/+1
* PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-3/+23
* Added duplicated trigger validation (#3124)David Lu2016-05-271-0/+17
* Inlcude team Id for fake context for incoming webhooks (#2988)Joram Wilander2016-05-121-0/+2
* Improve incoming webhook slack compatibility (#2972) (#2973)thoemy2016-05-121-3/+3
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-22/+28
* Fixing incoming webhooksChristopher Speller2016-03-211-1/+112
* Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bugJoramWilander2016-02-051-1/+1
* Adding loc to new command backend=Corey Hulen2016-02-011-7/+7
* merging=Corey Hulen2016-01-251-12/+12
|\
| * PLT-7: Refactoring api to use translations (chunk 3)Elias Nahum2016-01-231-12/+12
| * Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-14/+14
| * PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-4/+4
| * PLT-7 adding loc db calls for webhooks table=Corey Hulen2016-01-201-10/+10
* | Merge branch 'master' into PLT-1429=Corey Hulen2016-01-141-1/+1
|\|
| * Upgrade logging package=Corey Hulen2016-01-111-1/+1
* | Chaning webhooks to be team wide=Corey Hulen2016-01-111-2/+2
* | Adding web service methods=Corey Hulen2016-01-081-1/+57
|/
* Implement outgoing webhooks.JoramWilander2015-10-191-6/+163
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Fixing some locations to use the IsTeamAdmin function which properly checks f...Christopher Speller2015-09-301-1/+1
* Fixing merge conflict=Corey Hulen2015-09-221-3/+3
* Implement incoming webhooks.JoramWilander2015-09-211-0/+119