-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Searching commits gives error 500 #28575
Labels
Comments
Sorry for the bug. -> Fix 500 error of searching commits #28576 |
lunny
pushed a commit
that referenced
this issue
Dec 21, 2023
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Dec 21, 2023
Regression of go-gitea#28454 . Now the string is escaped HTML, so it doesn't need `| Safe`. Fix go-gitea#28575
Thanks for fixing it👍 |
The backport for 1.21 is After the merge (soon...) and 1.21 branch finishes its CI work, you could use 1.21 nightly then 🙏 |
techknowlogick
pushed a commit
to techknowlogick/gitea
that referenced
this issue
Dec 23, 2023
Regression of go-gitea#28454 . Now the string is escaped HTML, so it doesn't need `| Safe`. Fix go-gitea#28575
Closed
uli-heller
pushed a commit
to uli-heller/gitea
that referenced
this issue
Jan 16, 2024
Backport go-gitea#28576 by wxiaoguang Regression of go-gitea#28454 . Now the string is escaped HTML, so it doesn't need `| Safe`. Fix go-gitea#28575 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
fuxiaohei
pushed a commit
to fuxiaohei/gitea
that referenced
this issue
Jan 17, 2024
Regression of go-gitea#28454 . Now the string is escaped HTML, so it doesn't need `| Safe`. Fix go-gitea#28575
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
Regression of go-gitea#28454 . Now the string is escaped HTML, so it doesn't need `| Safe`. Fix go-gitea#28575
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I have gitea in docker container with searching/indexing enabled. Upon searching the repo for a keyword I see an error 500 at the top of the page.
Gitea Version
1.21.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/BenGH28/4858551f7e9fa9c367168e73f6f5fe9e
Screenshots
Git Version
2.40.1
Operating System
Ubuntu
How are you running Gitea?
I'm running the docker image with docker version 20.10.7
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: