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
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 Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
api/v1 Updates to API 404 responses (#6077) 2019-03-18 22:29:43 -04:00
dev
org Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
private Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 -04:00
repo Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
routes Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
user Add bio field for user (#6113) 2019-03-18 22:28:10 -04:00
utils
home.go Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 -04:00
init.go refactor issue indexer, add some testing and fix a bug (#6131) 2019-02-21 08:54:05 +08:00
install.go Integrate OAuth2 Provider (#5378) 2019-03-08 11:42:50 -05:00
metrics.go
swagger_json.go