go-gitea/routers
Russell Aunger 30ba097894 Implement Default Webhooks
Partially implement #770.
Add "Default Webhooks" page in site admin UI.
Persist to the existing webhooks table, but store with RepoID=0 and OrgID=0.
Upon repo creation, copy the set of default webhooks into the new repo.

Signed-off-by: Russell Aunger <rba@live.com>
2018-06-22 05:28:10 -04:00
..
admin Implement Default Webhooks 2018-06-22 05:28:10 -04:00
api/v1 Fix milestone appliance and permission checks (#4271) 2018-06-19 23:15:11 +08:00
dev Make time diff translatable (#2057) 2017-06-28 13:43:28 +08:00
org hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
private improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
repo Implement Default Webhooks 2018-06-22 05:28:10 -04:00
routes Implement Default Webhooks 2018-06-22 05:28:10 -04:00
user hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
utils Allow adding collaborators with (fullname) (#3103) 2017-12-07 15:00:09 +08:00
home.go fix not respecting landing page setting (#4209) 2018-06-15 11:42:46 +08:00
init.go Store OAuth2 session data in database (#3660) 2018-04-29 09:09:24 +03:00
install.go issue-2768: added new option allow_only_external_registration (#3910) 2018-05-13 15:51:16 +08:00