gitea/routers/admin
Russell Aunger b34996a629 Implement Default Webhooks (#4299)
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.
2019-03-18 22:33:20 -04:00
..
admin.go Support reverse proxy providing email (#5554) 2018-12-18 12:05:48 -05:00
auths.go LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
hooks.go Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
main_test.go Force user to change password (#4489) 2018-09-13 15:04:25 +03:00
notice.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
orgs.go Show private organization for admin, fix #6111 (#6112) 2019-02-19 09:16:06 +08:00
repos.go fix #3200 (#6033) 2019-02-11 03:27:24 +02:00
users.go Allow admin toggle forcing a password change for newly created users (#4563) 2018-09-13 12:34:36 -04:00
users_test.go Allow admin toggle forcing a password change for newly created users (#4563) 2018-09-13 12:34:36 -04:00