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
Use chi's rate limiter to rate limit signups (10 per minute per IP should be waay more than enough). Ways to build upon in future is to configure this via...
### Feature Description We added the ability to update a PR via rebase in #16125 What's still missing is the ability to chose the default update strategy. At least being...
### Description Currently button with empty submenu is shown ### Gitea Version 1.17.2 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_...
User packages page had missing tabs.  
### Feature Description GitLab has a [feature](https://docs.gitlab.com/ee/user/project/repository/#openapi-viewer) where they can render openapi/swagger documents using swagger-ui in a rendered view. We should consider adding this too as we already bundle swagger-ui,...
https://gitea.com/api/swagger#/organization/teamSearch that's why https://gitea.com/gitea/go-sdk/pulls/604 still fails (https://drone.gitea.com/gitea/go-sdk/602/1/3)
GitHub has a feature to easily copy CITATION.cff content in APA and BibTex format. This PR impements this result on Gitea: I had to install front-end library ([citation-js](https://www.npmjs.com/package/citation-js)) to format...
### Description When i call API endpoint `/api/v1/teams/{id}`, the organization property is `null`. I would expect it to return Oraganization entity as value. Same result if called from an Admin...
### Gitea Version 1.15.3 ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? K8s via Helm ### Database PostgreSQL ### Can you reproduce...
### Description On the page `{repo}/pulls/{id}/files`: clicking 'mark disussion as resolved', the action is performed, but the UI does not reflect the change. ### Gitea Version 1.18.0+dev-421-geaa561145 (eaa561145) ### Can...