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

Add support for triggering webhook notifications on wiki changes. This PR contains frontend and backend for webhook notifications on wiki actions (create a new page, rename a page, edit a...

kind/enhancement
lgtm/need 2
theme/webhook

When logging into a container registry, the client will use the `/token` API endpoint to verify credentials. The same end-point is used to obtain a token for anonymous pulls, too....

kind/bug
lgtm/need 2
theme/package-registry
backport/v1.17

- There's a deep motivation for this pull request that requires some explanation(feel free to skip reading this). In recent events, it was *once again* [pointed out](https://chaos.social/@dentangle/108652266792247321) that Codeberg is...

kind/feature
lgtm/need 1

- Adds the option to use let the pushmirror use publickey authentication for push actions instead of using user:password authentication. The Publickey algorithm uses for this is [ed25519](https://ed25519.cr.yp.to/), and is...

kind/feature
lgtm/need 2

### Description To reproduce on a local instance: 1. create an empty repo (use default values for all fields in create repo form) 2. `select size from repository order by...

kind/enhancement

### Description $ gitea-update -v 1.17.0 Checking currently installed version... Make sure to read the changelog first: https://github.com/go-gitea/gitea/blob/main/CHANGELOG.md Are you ready to update Gitea from 1.16.7 to 1.17.0? (y/N) y...

kind/question
status/needs-feedback

- [ ] Custom Webhook Templates Issue(#1089) - [x] Webhook for mirrored repositories Issue(#1002 implemented in #4127) - [x] Allow adding a default set of githooks and webhooks Issue(#770) -...

reviewed/confirmed
kind/summary

### Feature Description To integrate tools like Clockify or Traggo with Giteas time-tracking adding a new event type for time-trackings to the webhook settings of a project would be helpful....

kind/proposal

close #17244 ![gitea-milestone-labels1](https://user-images.githubusercontent.com/16987322/182328837-9056abf5-5611-4993-88b8-aaa14d513e9d.gif) ![gitea-milestone-labels2](https://user-images.githubusercontent.com/16987322/182328871-f3679594-b8a3-4d51-bdb9-e2267d9197e3.gif)

kind/feature
lgtm/need 2

This PR is for a very minor color update on the dashboard. Previously, the list-item background color for private repositories had been assigned a hardcoded light yellow. This seemed to...

kind/ui
lgtm/done