1
0
Fork 0
forgejo/routers/api/v1/repo
Gusted 49c5fc565c
Fix NPE /repos/issues/search when not signed in (#19154)
- Don't panic when on
`/repos/issues/search?{created,assigned,mentioned,review_requested}=true`
when client didn't pass any authentication.
- Resolves #19115
2022-03-20 22:04:51 +01:00
..
blob.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
branch.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
collaborators.go
commits.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
file.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
fork.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Fix NPE /repos/issues/search when not signed in (#19154) 2022-03-20 22:04:51 +01:00
issue_comment.go
issue_label.go
issue_reaction.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
issue_stopwatch.go
issue_subscription.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
issue_tracked_time.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
key.go
label.go
language.go
main_test.go
migrate.go Update object repo with the migrated repository (#18684) 2022-02-09 19:20:44 +00:00
milestone.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
mirror.go
notes.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
patch.go Add apply-patch, basic revert and cherry-pick functionality (#17902) 2022-02-09 20:28:55 +00:00
pull.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
pull_review.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
release.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
release_attachment.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
release_tags.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
repo.go Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
repo_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
star.go
status.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
subscriber.go
tag.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
teams.go
topic.go
transfer.go
tree.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
wiki.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00