Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slack webhook channel name cannot be empty or just contain an hashtag (#4786) | Lanre Adelowo | 2018-09-10 | 1 | -2/+14 |
| | |||||
* | Fix webhook type conflation. (#4285) | Russell Aunger | 2018-06-21 | 1 | -1/+1 |
| | | | | | | - Fix typo that caused Gogs hooks to be created as Gitea hooks. - Fix typo that caused Gogs hooks to be duplicated upon edit (though this bug was masked by the previous one). Signed-off-by: Russell Aunger <rba@live.com> | ||||
* | fix bugs caused by #3929 (#3999) | Lunny Xiao | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -36/+36 |
| | | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound | ||||
* | Fix guide link for webhooks in repository settings (#3291) (#3292) | Elouan Martinet | 2018-01-03 | 1 | -1/+1 |
| | | | Signed-off-by: Elouan Martinet <exa@elou.world> | ||||
* | Add dingtalk webhook (#2777) | Lunny Xiao | 2017-11-21 | 1 | -6/+73 |
| | | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment | ||||
* | fix panic on gogs webhook creation (#2675) | David Schneiderbauer | 2017-10-08 | 1 | -2/+2 |
| | | | | | | | | | | * fix panic on gogs webhook creation Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix panic in gogs webhook edit Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | ||||
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -0/+1 |
| | | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload | ||||
* | fix webhook test (#2415) | Lunny Xiao | 2017-08-29 | 1 | -2/+10 |
| | | | | | | | | * fix webhook test * fix error message * fix typo | ||||
* | fix missing orgnization discord webhook (#2414) | Lunny Xiao | 2017-08-29 | 1 | -1/+0 |
| | |||||
* | Implementation of discord webhook (#2402) | Lunny Xiao | 2017-08-28 | 1 | -5/+106 |
| | | | | | | | | | | | | * implementation of discord webhook * fix webhooks * fix typo and unnecessary color values * fix typo * fix imports and revert changes to webhook_slack.go | ||||
* | Add Gitea Webhook (#1755) | Rémy Boulanouar | 2017-05-29 | 1 | -2/+91 |
| | | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart. | ||||
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 1 | -1/+1 |
| | | | | Also move duplicated code into repo.APIFormat(..) | ||||
* | Fixes typos | Bwko | 2016-11-27 | 1 | -1/+1 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -5/+15 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -2/+2 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -9/+9 |
| | | | | | | | - 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 | ||||
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | * 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 | -7/+7 |
| | |||||
* | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | | 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 |
| | |||||
* | Fixed links to sdk docs | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 1 | -1/+1 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||||
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 | 1 | -9/+21 |
| | |||||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -13/+6 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -2/+3 |
| | |||||
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 | 1 | -0/+4 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
| | |||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | 1 | -2/+2 |
| | |||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | 1 | -1/+6 |
| | |||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -1/+1 |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | ||||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 | 1 | -1/+1 |
| | | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories. | ||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -13/+13 |
| | |||||
* | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 | 1 | -1/+2 |
| | |||||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 1 | -1/+1 |
| | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not. | ||||
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 | 1 | -1/+6 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -0/+385 |