This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
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
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 Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 -04:00
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