Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The repository transfer function cannot be used and has no effect #16006

Closed
2 of 6 tasks
wangpre opened this issue May 28, 2021 · 1 comment · Fixed by #16142
Closed
2 of 6 tasks

The repository transfer function cannot be used and has no effect #16006

wangpre opened this issue May 28, 2021 · 1 comment · Fixed by #16142
Labels

Comments

@wangpre
Copy link

wangpre commented May 28, 2021

  • Gitea version (or commit ref): 1.14.2
  • Git version:
  • Operating system: CentOS7
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

...
I try to transfer the test2 repository of test users to test2 users But
The repository transfer function cannot be used and has no effect!

When I switched to the test2 user and nothing happened

微信截图_20210528185558

Screenshots

微信截图_20210528190215

@lunny lunny added the type/bug label Jun 5, 2021
@nils91
Copy link
Contributor

nils91 commented Jun 8, 2021

The target user (test2 in this case) needs to accept the transfer, however, accepting the transfer happens on the repo page, and in order to see it and be able to accept, test2 needs to have at least read access to the repo before the transfer (For private repos, like in this case, this needs to be set manually).
@johndev2020 can you confirm if this is the problem? I´ve tested with 1.14.2, but the message i´m getting is different. ("This repository has been marked for transfer and awaits confirmation")

repo_add_user

repo_await_confirm
And after logging in as test2:
repo_accept_transfer

@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants