gitea
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
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...
### 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 :)...
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:...
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.
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
I noticed that it is possible to break the push mirror list by entering a too long URL. This should fix it. | Before | After | |--------------|-----------| |||
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"...
### 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...
### 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...
### 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...