gitea/routers
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 +07:00
..
admin Better logging (#6038) (#6095) 2019-04-02 08:48:31 +07:00
api/v1 Add API for manipulating Git hooks (#6436) 2019-04-17 01:31:08 +07:00
dev Make time diff translatable (#2057) 2017-06-28 13:43:28 +07:00
org Better logging (#6038) (#6095) 2019-04-02 08:48:31 +07:00
private move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +07:00
repo Properly escape on the redirect from the web editor (#6657) 2019-04-16 20:07:13 +07:00
routes fix upload attachments (#6481) 2019-04-02 15:25:05 +07:00
user add .gpg url (match github behaviour) (#6610) 2019-04-14 12:43:56 +07:00
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 2018-09-10 10:31:08 +07:00
home.go Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 +07:00
init.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +07:00
install.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +07:00
metrics.go Fix metrics auth token detection (#6006) 2019-02-09 00:58:31 +07:00
swagger_json.go Swagger.v1.json template (#3572) 2018-07-28 03:19:01 +07:00