Open
Description
- Gitea version (or commit ref):
1.4.2+6-gcaee487 - Git version:
1.4.2+6-gcaee487 - Operating system:
CoreOS + Docker - Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Have an organization testorg
created. repos are private per default.
Create an testuser
NOT member of the organization testorg
.
Create a Repo under testuser
(testuser/testrepo
)
Transfer ownership of repo testuser/testrepo
to organization testorg
.
Actual behaviour:
The transfer of the ownership is successful and leads to the project site with 404 page.
Expected behaviour:
The ownership transfer fails because the testuser is in no team nor admin.
Is this a bug or feature? :)
...
Screenshots
none