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

By default Gitea will always unlink any sockets that are provided using the `LISTEN_FDS` environment variable. This is because it uses this variable to handle passing when it is doing...

kind/bug
lgtm/done

### Description since updating the container to 1.17 I can't connect to my repositories via SSH. I always end up with a `Permission denied (publickey). fatal: Could not read from...

kind/bug

WIP with various errors still left to resolve, cleanups to be done. Regular tooltips work.

kind/ui
lgtm/need 1
kind/refactor

### Gitea Version 1.15.6 built with GNU Make 4.1, go1.16.9 ### Git Version 2.33.1.windows.1 ### Operating System Windows Server 2022 ### How are you running Gitea? Windows Service ### Database...

kind/bug
workaround

### Description Starting with v1.17.0, one of our large repos (70+ GB, using LFS) is failing trying to clone on some connections. When the clone fails, the client reports some...

kind/bug

This enables git.Command's Run to optionally use the given context directly so its deadline will be respected. Otherwise, it falls back to the previous behavior of using the supplied timeout...

kind/bug
lgtm/need 1
backport/v1.17

### Description I have updated to Gitea 1.17.0, but when starting it I receive an error in the console, and then it exits. The message is available in the first...

kind/bug

Extension to #20571 with the ability to add yaml frontmatter to control recognition of latex/tex code e.g.: ```markdown --- math:all --- $x = 5$ ```

lgtm/need 2
status/wip

related to #20670 This PR adds support for `npm unpublish` to delete a package. There is a problem with the current npm cli [not working with private registries](https://github.com/npm/cli/issues/4331) which prevents...

kind/feature
lgtm/need 1
theme/package-registry

This adds a new filter option on the issues and pulls pages to filter by the author/poster/creator of the issue or PR. Fixes #9408

kind/feature
lgtm/need 2