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

### 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...

issue/needs-feedback
performance/bigrepo

- 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...

kind/ui
lgtm/done
backport/v1.17

automatically set repository link for package based on the repository url present inside package.json closes #20146

kind/enhancement
lgtm/need 1
theme/package-registry

Fixes a source typo in `main.go`

kind/bug
lgtm/done
skip-changelog

### 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...

kind/bug

### 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...

kind/bug
reviewed/confirmed

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)...

kind/feature
lgtm/need 2
theme/package-registry

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

lgtm/need 2

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...

kind/ui
lgtm/need 2

### Description There is a download icon in repo as following: ![image](https://user-images.githubusercontent.com/10285656/183047877-5ff65b3b-1a63-42cc-b944-6fb9f8a271d6.png) After set `DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true` in `app.ini` file, and restart gitea. But it's still there! as shown above....

kind/bug