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
Fixes go-gitea/gitea#20255
This is useful in scenarios where the reverse proxy may have knowledge of user emails, but does not know about usernames set on gitea, as in the feature request in...
### Feature Description Currently, if you want to/need to rotate a GitHub Personal Access Token, the [`PATCH /repos/{owner}/{repo}`](https://try.gitea.io/api/swagger#/repository/repoEdit) API endpoint does not allow the `clone_url` or `original_url` fields to be...
Fixes #19925 Screenshots: 
### Feature Description With v17, an admin can delete an issue. It would be nice, in the issues list, to be able to multi select issues to delete them. At...
Dear Gitea team, first of all, thanks for the great work you're doing with this project. I'm planning to introduce Gitea at a client site, and noticed that while there...
### Feature Description Currently, a CSV file will be rendered as a static table with no sort via column and every cell cannot be editable. If columns can be sort...
### Description Renaming a repository results in a `Gitea: Unauthorized` message upon trying to push to the old ssh-based url ### Gitea Version 1.18.0+dev-432-g548387b2b ### Can you reproduce the bug...
### Description In trying to write a Drone Secrets Extension to allow Drone pipelines to obtain a per-pipeline Gitea API Token automatically I ran into 2 problems: 1. Trying to...
### Description I have a sever with Drone and Gitea setup where I want to run steps every time a PR is merged. Drone ignores the PR closed/merged action, so...