Refactor AppURL usage#30885
Merged
Merged
Conversation
This was referenced May 7, 2024
KN4CK3R
reviewed
May 7, 2024
Member
|
Maybe we should update the nginx and other reverse proxy documentation to ask a header, otherwise some of them may not work. |
Contributor
Author
I think it could be done later. The reasons are:
|
lunny
approved these changes
May 7, 2024
KN4CK3R
approved these changes
May 7, 2024
Contributor
Author
|
To address the concern of "what about end users do not have their reverse proxy configured": -> Check if reverse proxy is correctly configured #30890 |
wxiaoguang
added a commit
to wxiaoguang/gitea
that referenced
this pull request
May 7, 2024
Fix go-gitea#30883 Fix go-gitea#29591 --------- Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This was referenced May 7, 2024
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
May 8, 2024
* giteaofficial/main: [skip ci] Updated translations via Crowdin Apply to become a maintainer (go-gitea#30884) Refactor AppURL usage (go-gitea#30885) Move database operations of merging a pull request to post receive hook and add a transaction (go-gitea#30805) Fix missing migrate actions artifacts (go-gitea#30874)
wxiaoguang
added a commit
that referenced
this pull request
May 8, 2024
wxiaoguang
added a commit
that referenced
this pull request
May 10, 2024
GiteaBot
added a commit
to GiteaBot/gitea
that referenced
this pull request
May 10, 2024
Follow go-gitea#27011 Follow go-gitea#30885 --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>
wxiaoguang
added a commit
that referenced
this pull request
May 10, 2024
lunny
pushed a commit
that referenced
this pull request
Jun 1, 2024
) Resolves #31167. #30885 changed the behavior of `repo.AvatarLink()` where it can now take the empty string and append it to the app data URL. This does not point to a valid avatar image URL, and, as the issue mentions, previous Gitea versions returned the empty string. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
jpraet
pushed a commit
to jpraet/gitea
that referenced
this pull request
Jul 5, 2024
…gitea#31187) Backport go-gitea#31187 Resolves go-gitea#31167. go-gitea#30885 changed the behavior of `repo.AvatarLink()` where it can now take the empty string and append it to the app data URL. This does not point to a valid avatar image URL, and, as the issue mentions, previous Gitea versions returned the empty string. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
6543
pushed a commit
that referenced
this pull request
Jul 5, 2024
) (#31567) Backport #31187 Resolves #31167. #30885 changed the behavior of `repo.AvatarLink()` where it can now take the empty string and append it to the app data URL. This does not point to a valid avatar image URL, and, as the issue mentions, previous Gitea versions returned the empty string. Co-authored-by: Kemal Zebari <60799661+kemzeb@users.noreply.github.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #30883
Fix #29591