Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc | ||||
* | Add sensitive headers (#3429) | Antoine GIRARD | 2018-01-31 | 1 | -2/+2 |
| | | | | | | | * Add HeaderWithSensitiveCase methods to respect casing * Update webhook.go | ||||
* | 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 |
| | | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | ||||
* | Add dingtalk webhook (#2777) | Lunny Xiao | 2017-11-21 | 1 | -4/+13 |
| | | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment | ||||
* | 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 AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad | ||||
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -15/+2 |
| | | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config | ||||
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -8/+40 |
| | | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload | ||||
* | fix orgnization webhooks (#2422) | Lunny Xiao | 2017-08-30 | 1 | -3/+16 |
| | | | | | | * fix org webhooks * remove trace code | ||||
* | fix webhook test (#2415) | Lunny Xiao | 2017-08-29 | 1 | -44/+53 |
| | | | | | | | | * fix webhook test * fix error message * fix typo | ||||
* | Implementation of discord webhook (#2402) | Lunny Xiao | 2017-08-28 | 1 | -8/+25 |
| | | | | | | | | | | | | * implementation of discord webhook * fix webhooks * fix typo and unnecessary color values * fix typo * fix imports and revert changes to webhook_slack.go | ||||
* | 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 |
| | | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart. | ||||
* | 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 |
| | | | | (#809) | ||||
* | 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 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | ||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl" | ||||
* | 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 |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Vet complains about "should have signature MarshalJSON() ([]byte, error)", ↵ | Thomas Boerger | 2016-11-04 | 1 | -3/+3 |
| | | | | replaced with custom name | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -4/+4 |
| | |||||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -1/+1 |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | modules/sync: add UniqueQueue | Unknwon | 2016-08-30 | 1 | -60/+3 |
| | |||||
* | added support to set pull_request event from api (#3513) | Kurt Madel | 2016-08-24 | 1 | -1/+4 |
| | |||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | 1 | -7/+10 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -10/+18 |
| | |||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -5/+5 |
| | | | | Unix() already uses UTC as timezone | ||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | 1 | -18/+39 |
| | |||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | 1 | -5/+17 |
| | |||||
* | Ignore Response Body for Slack Hooks #3169 (#3256) | Kim Carlbäcker | 2016-07-15 | 1 | -8/+0 |
| | |||||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 | 1 | -4/+4 |
| | | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories. | ||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -4/+18 |
| | |||||
* | Replace uuid module with original package | Unknwon | 2016-02-20 | 1 | -2/+2 |
| | |||||
* | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 | 1 | -2/+5 |
| | | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable. | ||||
* | Fixed Webhook URL-length Issue #2465 | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | update README | Unknwon | 2015-12-05 | 1 | -0/+2 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -6/+6 |
| |