-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Open with <IDE> x-github-client expects full-uri #33665
Comments
Do you mean to use |
Does " Improve Open-with URL encoding #33666 " look good to you?
|
Yeah, I think that looks good. It doesn't add another 'variable', just formatting based on how the template is written (being either part of the URL itself, or Field that is passed). |
Backport #33666 by wxiaoguang Fix #33665 Co-authored-by: wxiaoguang <[email protected]>
1.23-nightly is ready (it is a stable release and will be 1.23.5) |
Description
When setting up a custom "Open with " in Site Admin,
web_src/js/features/repo-common.ts
will encode the Repo's{url}
to generate thehref=
. GitHub Desktop uses thex-github-client
handler, and does not recognize encoded URLs.Do not think this is necessarily a bug with Gitea or GitHub Desktop, and cannot expect a conditional for every client that may be out there. Would think something like
{URL}
be unencoded, and leaving{url}
being encoded.Gitea Version
1.23.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Running gitea-1.23.4-linux-amd64 from systemd on Debian 10.
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: