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

The TryInsert* functions within the packages models make incorrect assumptions about transactional isolation within most databases. It is perfectly possible for a SELECT to return nothing but an INSERT fail...

type/bug
lgtm/need 2

### Feature Description I think it would be great if custom attributes/fields could be added to issues. Taiga has this feature while it's too heavyweight compared to Gitea. thanks :)...

type/proposal

There is a small bug in #20571 whereby `$a a$b b$` will not be correctly detected as a math inline block of `a a$b b`. This PR fixes this. Signed-off-by:...

kind/bug
lgtm/need 1
skip-changelog

This PR brings Keybindings to Gitea! You can bind a shortcut to a element with the new `keybinding-shortcut` attribute. I also added some of [GitHub's shortcuts](https://docs.github.com/en/get-started/using-github/keyboard-shortcuts) as example.

lgtm/need 2

This PR adds support for the systemd notify protocol. Several status messagess are provided. We should likely add a common notify/status message for graceful. Replaces #21140 Signed-off-by: Andrew Thornton

kind/feature
lgtm/need 2
status/wip

I noticed that it is possible to break the push mirror list by entering a too long URL. This should fix it. | Before | After | |--------------|-----------| |![Before](https://user-images.githubusercontent.com/15185051/189294585-333965d1-0f0f-48e2-96d5-e04b84b55ae3.png)|![After](https://user-images.githubusercontent.com/15185051/189294619-301e271c-b89b-4bc0-9c11-9536bd0302be.png)|

kind/ui
lgtm/need 2

This PR adds a filetree to the left side of the files/diff view. Initially the filetree will not be shown and may be shown via a new "Show file tree"...

kind/feature
kind/ui
lgtm/need 1

### Description When syncing users from ldap, if user doesn't have email field, username@localhost is used https://github.com/go-gitea/gitea/blob/v1.17.2/services/auth/source/ldap/source_sync.go#L88 Later when trying to edit this user from admin page, I'm getting an...

kind/bug

### Description When using Firefox the logout flow does not redirect the user to the home page as it does with other browsers, so users are presented with a 404...

kind/bug
kind/ui

### Description Trying to join Gitea into FreeIPA's LDAP. Users work fine, but then I need to map the LDAP user groups to Gitea teams in order to manage access...

kind/bug