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/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
hooks.go Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
main_test.go
notice.go
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
users_test.go