gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

Results 983 gitea issues
Sort by recently updated
recently updated
newest added

### Feature Description When we publish a package into the registry (eg: a docker container), we can't add a description. In docker hub, we can edit a description using Markdown...

kind/proposal
kind/feature
theme/package-registry

### Description publish an npm package in the ui click on the package. a 500 error is returned. log output: 2022/08/02 12:02:12 ...s/context/context.go:219:HTML() [D] [62e8f624] Template: package/view 2022/08/02 12:02:12 ...s/context/context.go:232:HTML()...

kind/bug

### Description I create a service name `gitea` following the instruction in [Windows Service](https://docs.gitea.io/en-us/windows-service/). However, when I start the `gitea` service, the service is always in the 'starting' status The...

kind/bug
reviewed/confirmed

### Description After migrating to version 1.17.0, some newly created PRs as well as some PRs that were previously created in version 1.16.9 now won't open and always result in...

kind/bug

### Description I'm trying to use the API to programmatically update the default_merge_style to 'rebase'. The HTTP PATCH looks rather simple, I'm doing something like this from python: When enabling...

kind/api
reviewed/not-a-bug

### Description Currently, we have about 100 images that don't have an alt attribute (see below how that was calculated). This is not the best idea for accessibility, i.e. in...

kind/bug
kind/ui
kind/usability

Previously, the search input was on a dedicated search page, being rather unwieldy. - [x] ~~depends on https://gitea.com/gitea/theme/pulls/112~~ | small | medium | large | |-|-|-| | ![Screenshot_20220730_140343](https://user-images.githubusercontent.com/7880552/181913773-90a3f0aa-cd75-4ada-bdb1-bf30d1466520.png)| ![Screenshot_20220730_140330](https://user-images.githubusercontent.com/7880552/181913775-60cdbcec-f3ee-4f70-82ec-bbe26cee6392.png) |![Screenshot_20220730_140322](https://user-images.githubusercontent.com/7880552/181913776-65d6cd06-8146-475c-bdd0-de158499083c.png)...

kind/docs
lgtm/done
kind/usability

### Description Pull request #18863 introduced [the following code][code] ```go years := duration / (3600 * 24 * 7 * 4 * 12) months := (duration / (3600 * 24...

kind/bug

Add a repository setting to opt out of code indexing. When the indexer iterates over repositories, if it sees a repo with the setting disabled, it will remove that repository...

kind/feature
lgtm/need 2

### Feature Description At the moment, Gitea does not distinguish between a signed commit's key being: - unknown, and - recognised from `/user/settings/keys`, but unverified In both cases, "No known...

kind/proposal
kind/feature