0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 13:35:04 +01:00
gitea/modules/context
Segev Finer 34548369e1 Add API for manipulating Git hooks (#6436)
* Add API for manipulating Git hooks

Signed-off-by: Segev Finer <segev@codeocean.com>

* Replace code.gitea.io/sdk with PR branch temporarily for CI

* Switch back to code.gitea.io/sdk@master

* Return 403 instead of 404 on no permission to edit hooks in API

* Add tests for Git hooks API

* Update models/repo_list_test.go

Co-Authored-By: segevfiner <segev208@gmail.com>

* Update models/repo_list_test.go

Co-Authored-By: segevfiner <segev208@gmail.com>

* empty line
2019-04-17 01:31:08 -04:00
..
api.go Add API for manipulating Git hooks (#6436) 2019-04-17 01:31:08 -04:00
api_org.go
auth.go
context.go wrap the ServerError and NotFound and log from the caller (#6550) 2019-04-09 21:10:42 +03:00
org.go
panic.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
permission.go
repo.go Fix forking an empty repository (#6637) 2019-04-15 16:48:35 -04:00