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
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...
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....
- 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...
- 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...
### 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...
### 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...
- [ ] 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) -...
### 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....
close #17244  
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...