Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | fix #878 | Unknwon | 2015-11-18 | 1 | -2/+2 | |
| | ||||||
* | New push to base repo of base branch: retest all corresponding patches | Unknwon | 2015-10-24 | 1 | -1/+8 | |
| | ||||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -29/+46 | |
| | ||||||
* | webhook APIs | Unknwon | 2015-08-29 | 1 | -7/+21 | |
| | ||||||
* | new create webhook event | Unknwon | 2015-08-28 | 1 | -66/+98 | |
| | ||||||
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 1 | -59/+161 | |
| | ||||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 1 | -19/+39 | |
| | ||||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -59/+113 | |
| | ||||||
* | #1064: X-Gogs-Event header is empty | Unknwon | 2015-03-18 | 1 | -1/+1 | |
| | ||||||
* | better naming on #891 | Unknwon | 2015-02-11 | 1 | -1/+1 | |
| | ||||||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 1 | -6/+8 | |
| | ||||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -1/+1 | |
| | ||||||
* | support duoshuo mirror of gravatar | Unknwon | 2014-11-16 | 1 | -0/+1 | |
| | ||||||
* | #12, use go-gogs-client | Unknwon | 2014-11-14 | 1 | -0/+2 | |
| | ||||||
* | #12, add/edit hook | Unknwon | 2014-11-13 | 1 | -0/+32 | |
| | ||||||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 | 1 | -0/+20 | |
| | ||||||
* | Webhook delivery locking & Hide repo for org members if they don't have access | Unknwon | 2014-10-09 | 1 | -1/+15 | |
| | ||||||
* | clarify name/username/owner/pusher for webhook | Christopher Brickley | 2014-09-17 | 1 | -3/+4 | |
| | ||||||
* | fix https://github.com/go-xorm/xorm/issues/161 | Unknwon | 2014-09-12 | 1 | -5/+12 | |
| | ||||||
* | Fix #452 | Unknwon | 2014-09-09 | 1 | -2/+2 | |
| | ||||||
* | update specific hook_task, not all | Christopher Brickley | 2014-09-09 | 1 | -1/+1 | |
| | ||||||
* | add organization-level webhooks | Christopher Brickley | 2014-09-05 | 1 | -0/+13 | |
| | ||||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | 1 | -5/+8 | |
| | ||||||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 | 1 | -20/+66 | |
| | ||||||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknwon | 2014-08-31 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: dockerfiles/README.md |