mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
api: able to create repo and fix #726
- POST /user/repos - POST /org/:org/repos
This commit is contained in:
parent
2f3a7e53cb
commit
ac4a10456e
14 changed files with 162 additions and 81 deletions
|
@ -1 +1 @@
|
|||
0.5.8.1211 Beta
|
||||
0.5.8.1212 Beta
|
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<label for="init-readme"></label>
|
||||
<input class="ipt-chk" id="init-readme" name="init_readme" type="checkbox" {{if .init_readme}}checked{{end}} />
|
||||
<input class="ipt-chk" id="init-readme" name="auto_init" type="checkbox" {{if .auto_init}}checked{{end}} />
|
||||
<strong>{{.i18n.Tr "repo.init_readme"}}</strong>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue