0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-18 09:13:38 +01:00
gitea/routers
Lunny Xiao 1773e88643 Drop db operations from hook commands (#1514)
* move all database operations from hook command to web command and instead of internal routes

* bug fixed

* adjust the import path sequences

* remove unused return value on hookSetup
2017-05-04 13:42:02 +08:00
..
admin Additional OAuth2 providers (#1010) 2017-05-01 21:26:53 +08:00
api/v1 Generate swagger json (#1402) 2017-05-02 15:35:59 +02:00
dev
org
private Drop db operations from hook commands (#1514) 2017-05-04 13:42:02 +08:00
repo fix multiple readme file rendering and fix #1657 (#1658) 2017-05-02 16:57:54 +08:00
routes Generate swagger json (#1402) 2017-05-02 15:35:59 +02:00
user Additional OAuth2 providers (#1010) 2017-05-01 21:26:53 +08:00
home.go Generate swagger json (#1402) 2017-05-02 15:35:59 +02:00
init.go
install.go