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
### Description My department has a repository about 500M in size (bare) and with around 40000 commits in flat history (we don't use branches in that specific repository). It contains...
- Replace "New PR" and "Go to File" button with Icon Button - Move all "Add File" actions into a dropdown button - Remove most custom styling of clone buttons...
automatically set repository link for package based on the repository url present inside package.json closes #20146
### Description Post upgrading a server to 1.17.0 (from 1.16.8) the ability to create repositories for one specific organisation became forbidden for owners. a gitea dump was performed from the...
### Description **Steps to reproduce:** 1. Create a repo 2. Create a PR with a lot of changed files (in my case 193) 3. Start reviewing the PR, marking each...
This PR fix #20604 * The package has 2 new columns: `description` and `readme` * Settings contains 2 new fields dedicated to the description (plain text) and the readme (markdown)...
Refer to #20147 to refactor the way to upload attachments and use dropzone to upload natively to achieve a better operating experience For closes #20130 and #14291 and #14982
The "Confirm"-Delete button is now red and the cancel-button green. --- The colors of the buttons in the delete-modal are swapped, so that the cancel-button is now green and the...
### Description There is a download icon in repo as following:  After set `DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true` in `app.ini` file, and restart gitea. But it's still there! as shown above....