You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
admin.go Support reverse proxy providing email (#5554) 6 years ago
auths.go LDAP Public SSH Keys synchronization (#1844) 6 years ago
hooks.go Implement Default Webhooks (#4299) 6 years ago
main_test.go Force user to change password (#4489) 6 years ago
notice.go Handle refactor (#3339) 7 years ago
orgs.go Show private organization for admin, fix #6111 (#6112) 6 years ago
repos.go fix #3200 (#6033) 6 years ago
users.go Allow admin toggle forcing a password change for newly created users (#4563) 6 years ago
users_test.go Allow admin toggle forcing a password change for newly created users (#4563) 6 years ago