py-gitea/gitea
Etienne Monier f9e4c68fa7 feat: Implement User and Organization repo creation
Until now, the repository creation was only possible using the
gitea.Gitea.create_repo function. Get, this only allows the admin to
create a repo for a user or an organization.

By implementing these two new functions:
1. a non-root user can now create an own repo,
2. an allowed user can now create a repo into an organization.
2022-03-11 11:36:39 +01:00
..
__init__.py and further cleanup 2021-11-15 16:02:18 +01:00
apiobject.py feat: Implement User and Organization repo creation 2022-03-11 11:36:39 +01:00
baseapiobject.py cc 2021-11-17 16:59:44 +01:00
exceptions.py cc 2021-11-16 15:06:03 +01:00
gitea.py feat: Implement User and Organization repo creation 2022-03-11 11:36:39 +01:00