1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-20 08:05:50 +01:00
gitea/routers
Andrew Bezold 3dc6af3d70
Fix creation of Organization repos by Users with max created personal repos (#11183)
* Fix creation of Org repos

Fix go-gitea#9269

* Change variable name to appease linter

* Update PR with suggestions

Add a note for user.CanCreateRepo() about failure assumptions
Change repo.create help message

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-04-30 16:11:56 +01:00
..
admin
api/v1 [API] ListIssues add filter for milestones (#10148) 2020-04-30 01:15:39 -03:00
dev
org
private
repo Fix creation of Organization repos by Users with max created personal repos (#11183) 2020-04-30 16:11:56 +01:00
routes
user Don't allow registration via the web form, when AllowOnlyExternalRegistration is True (#11248) 2020-04-29 22:46:43 +01:00
utils
home.go
init.go
install.go
metrics.go
swagger_json.go