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 Since Gitea 1.17.0, normal users cannot assign organization teams to organization repositories. This task can currently only be done by administrators. Instead of search results, the search box...

kind/bug

This PR allows multiple files in generic packages and updates the docs. fixes #20651

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

- Gitea version (or commit ref): 1.13.0 - Git version: git 2.29.2.windows - Operating system: Windows 10 1809 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL...

kind/ui
performance/speed

### Feature Description I noticed that about half of the size of our gitea dumps is the file `data/indexers/repos.bleve` (1.7 Gb) I'm considering adding an option to skip these indexers...

kind/proposal
kind/feature

### Feature Description mvn deploy works as expected. however trying to execute "mvn deploy:deploy-file xxxx" returns an error: "authentication failed for http://xxx" since the docs state that deploy is implemented,...

kind/docs
theme/package-registry

### Description I set up the integration with Drone and find that Gitea doesn't send Webhook when pushing. ALLOWED_HOST_LIST has the right address, and the webhook is added, responds to...

kind/bug

Closes #20585

lgtm/need 2

- Update all JS dependencies minus `vue-*` - Improve eslint config, port some recent changes from [my config](https://github.com/silverwind/eslint-config-silverwind) - Tested build, lint and swagger

lgtm/done
kind/lint
dependencies

### Feature Description Similar to https://github.com/go-gitea/gitea/issues/6648, having the ability to use a better (faster, more efficient, ...) search index would be nice. We recently discovered https://github.com/meilisearch/meilisearch which behaves quite nice...

kind/proposal
kind/feature

Manual backporting is cumbersome when commits are cherry-pickable. I think we could use [trop](https://github.com/electron/trop) or similar to automatically create backports based on labels. See for example [this PR](https://github.com/electron/electron/pull/35194#issuecomment-1203670589). Not entirely...

kind/proposal
kind/misc