-
-
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
Issue search API with created
param returns 500 if not logged in
#19115
Comments
Gusted
pushed a commit
to Gusted/gitea
that referenced
this issue
Mar 20, 2022
- Don't panic when on `/repos/issues/search?{created,assigned,mentioned,review_requested}=true` when client didn't pass any authentication. - Resolves go-gitea#19115
Gusted
pushed a commit
to Gusted/gitea
that referenced
this issue
Mar 20, 2022
- Backport go-gitea#19154 - Don't panic when on `/repos/issues/search?{created,assigned,mentioned,review_requested}=true` when client didn't pass any authentication. - Resolves go-gitea#19115
6543
pushed a commit
that referenced
this issue
Mar 20, 2022
- Don't panic when on `/repos/issues/search?{created,assigned,mentioned,review_requested}=true` when client didn't pass any authentication. - Resolves #19115
6543
pushed a commit
that referenced
this issue
Mar 20, 2022
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
- Don't panic when on `/repos/issues/search?{created,assigned,mentioned,review_requested}=true` when client didn't pass any authentication. - Resolves go-gitea#19115
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Gitea Version
v1.16
Git Version
No response
Operating System
No response
How are you running Gitea?
Codeberg.org
Database
No response
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
The issues search api (
/repos/issues/search
) returns 500 server error if you are requesting it without token/not logged in and including thecreated=true
query param. It should return an empty list.Screenshots
No response
The text was updated successfully, but these errors were encountered: