summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-0/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+4
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-7/+8
* [API] generalize list header (#16551)65432021-08-121-2/+15
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-9/+10
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+9
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-1/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-1/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-8/+15
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-1/+1
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-2/+3
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+4
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-1/+6
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-291-1/+57
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-201-1/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-42/+117
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-7/+7
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-3/+42
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-2/+5
* Organization webhook API endpointsEthan Koenig2016-12-251-133/+15
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-3/+7
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* Use MixedCase constant namesSandro Santilli2016-11-071-6/+6
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-241-2/+4
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-9/+9
* api: delete repository webhooks (#3275)Dennis Chen2016-07-171-0/+9
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+1
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+164