You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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
5 years ago
..
api.go Add API for manipulating Git hooks (#6436) 5 years ago
api_org.go Golint fixed for modules/context 8 years ago
auth.go Clean up various use of escape/unescape functions for URL generation (#6334) 5 years ago
context.go wrap the ServerError and NotFound and log from the caller (#6550) 5 years ago
org.go Handle refactor (#3339) 7 years ago
panic.go Better logging (#6038) (#6095) 5 years ago
permission.go Restrict permission check on repositories and fix some problems (#5314) 6 years ago
repo.go Fix forking an empty repository (#6637) 5 years ago