forgejo/routers/api/v1
JakobDev f384b13f1c
Implement Issue Config (#20956)
Closes #20955

This PR adds the possibility to disable blank Issues, when the Repo has
templates. This can be done by creating the file
`.gitea/issue_config.yaml` with the content `blank_issues_enabled` in
the Repo.
2023-03-28 14:22:07 -04:00
..
activitypub
admin Add login name and source id for admin user searching API (#23376) 2023-03-15 19:53:01 +08:00
misc Editor preview support for external renderers (#23333) 2023-03-24 14:12:23 +08:00
notify
org Add user webhooks (#21563) 2023-03-10 08:28:32 -06:00
packages Add Swift package registry (#22404) 2023-03-13 15:28:39 -05:00
repo Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
settings
swagger Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
user Use context for RepositoryList.LoadAttributes (#23435) 2023-03-13 11:31:41 +00:00
utils Add user webhooks (#21563) 2023-03-10 08:28:32 -06:00
api.go Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
auth.go
auth_windows.go