| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more webhook codes from models to webhook module (#8802) | Lunny Xiao | 2019-11-03 | 1 | -27/+0 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 1 | -359/+20 |
* | webhook: set Content-Type for application/x-www-form-urlencoded (#8599) | Viktor Szakats | 2019-10-20 | 1 | -0/+2 |
* | Fix webhooks to use proxy from environment (#8116) | Lauris BH | 2019-09-10 | 1 | -0/+1 |
* | Implement webhook branch filter (#7791) | WGH | 2019-09-09 | 1 | -3/+49 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -3/+4 |
* | Fix duplicate call of webhook (#7821) | Antoine GIRARD | 2019-08-11 | 1 | -1/+0 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -3/+5 |
* | Make webhook http connections resuable (#6976) | Lunny Xiao | 2019-05-21 | 1 | -26/+72 |
* | Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#... | techknowlogick | 2019-05-15 | 1 | -10/+15 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Add GET requests to webhook (#6771) | Simon | 2019-05-05 | 1 | -15/+28 |
* | Add support for MS Teams webhooks (#6632) | Daniel Grier | 2019-04-19 | 1 | -0/+9 |
* | Telegram webhook (#4227) | techknowlogick | 2019-04-18 | 1 | -0/+18 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -13/+13 |
* | Add signatures to webhooks (#6428) | techknowlogick | 2019-03-25 | 1 | -0/+19 |
* | Implement Default Webhooks (#4299) | Russell Aunger | 2019-03-18 | 1 | -1/+72 |
* | Webhook for Pull Request approval/rejection (#5027) | Lanre Adelowo | 2018-12-27 | 1 | -10/+12 |
* | fix webhook bug of response info is not displayed in UI (#4000) | Lunny Xiao | 2018-05-23 | 1 | -9/+12 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -33/+79 |
* | Add sensitive headers (#3429) | Antoine GIRARD | 2018-01-31 | 1 | -2/+2 |
* | Fix SQL type error for webhooks (#3424) | Ethan Koenig | 2018-01-29 | 1 | -3/+10 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -7/+3 |
* | Add dingtalk webhook (#2777) | Lunny Xiao | 2017-11-21 | 1 | -4/+13 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -2/+2 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -38/+17 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -15/+2 |
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -8/+40 |
* | fix orgnization webhooks (#2422) | Lunny Xiao | 2017-08-30 | 1 | -3/+16 |
* | fix webhook test (#2415) | Lunny Xiao | 2017-08-29 | 1 | -44/+53 |
* | Implementation of discord webhook (#2402) | Lunny Xiao | 2017-08-28 | 1 | -8/+25 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -1/+1 |
* | Add Gitea Webhook (#1755) | Rémy Boulanouar | 2017-05-29 | 1 | -1/+8 |
* | fix potential sqlite lock | Lunny Xiao | 2017-05-05 | 1 | -9/+7 |
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -2/+2 |
* | Add X-GitHub-* headers for webhook to get clubhouse.io integration working (#... | Anton Skorokhod | 2017-02-02 | 1 | -0/+2 |
* | Bug fixes and unit tests for models/webhook (#751) | Ethan Koenig | 2017-01-25 | 1 | -20/+18 |
* | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 1 | -1/+3 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -6/+6 |
* | Fix string format verbs (#3637) | Alexander Lunegov | 2016-12-22 | 1 | -1/+1 |
* | Lint webhook.go, unexports simpleMarshalJSON (#198) | Sandro Santilli | 2016-11-22 | 1 | -3/+27 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -5/+5 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -11/+20 |
|/ |
|
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -4/+4 |
* | And others | Sandro Santilli | 2016-11-07 | 1 | -8/+8 |
* | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -10/+10 |