-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
reserve .well-known username #7639
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
reserve .well-known username #7639
Conversation
I don't understand why but it appears that make swagger-generate and then commit the changes needs to performed. |
Upstream swagger has changed output which we resolved in 1.9 and master. As we are releasing 1.9 soon I’m not sure this needs a backport to 1.8 |
We will just need to indicate that we strongly suggest to update to 1.9 branch due to security bug that will not be fixed in 1.8. |
@sapk I'm writing the changelog for 1.9.0 right now, so I'm going to close this PR. |
Currently, if you have a mirrored repo, the button on the "branches" page to create a new branch is available to be pressed. Once you name your new branch and click submit, you get a 404 page that doesn't explain what went wrong. As new branch creation is not supported on mirrored repos, let's just take that button away if the repo is a mirror. This is already done for archived repos, so we just need to add another check. Fixes go-gitea#7639. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7640 Reviewed-by: Otto <[email protected]> Co-authored-by: John Moon <[email protected]> Co-committed-by: John Moon <[email protected]> (cherry picked from commit 09f7dbe)
Currently, if you have a mirrored repo, the button on the "branches" page to create a new branch is available to be pressed. Once you name your new branch and click submit, you get a 404 page that doesn't explain what went wrong. As new branch creation is not supported on mirrored repos, let's just take that button away if the repo is a mirror. This is already done for archived repos, so we just need to add another check. Fixes go-gitea#7639. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7640 Reviewed-by: Otto <[email protected]> Co-authored-by: John Moon <[email protected]> Co-committed-by: John Moon <[email protected]>
…o-gitea#7869) **Backport:** https://codeberg.org/forgejo/forgejo/pulls/7640 Currently, if you have a mirrored repo, the button on the "branches" page to create a new branch is available to be pressed. Once you name your new branch and click submit, you get a 404 page that doesn't explain what went wrong. As new branch creation is not supported on mirrored repos, let's just take that button away if the repo is a mirror. This is already done for archived repos, so we just need to add another check. Fixes go-gitea#7639. Co-authored-by: John Moon <[email protected]> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7869 Reviewed-by: Otto <[email protected]> Co-authored-by: forgejo-backport-action <[email protected]> Co-committed-by: forgejo-backport-action <[email protected]>
backport of #7637