My Forgejo fork. Changes are in FORK.md.
Find a file
Jason Song 861d0b9689
Do not use lower tag names to find releases/tags (#29261) (#29262)
Backport #29261.

Fix #26090, see
https://github.com/go-gitea/gitea/issues/26090#issuecomment-1952013206

Since `TagName` stores the original tag name and `LowerTagName` stores
the lower tag name, it doesn't make sense to use lowercase tags as
`TagNames` in `FindReleasesOptions`.

5e72526da4/services/repository/push.go (L396-L397)

While the only other usage looks correct:

5e72526da4/routers/web/repo/repo.go (L416)
(cherry picked from commit f79530c50ee1c7833cae13e56531e5d1fd66f5ba)
2024-02-20 09:36:37 +01:00
.devcontainer
.forgejo [CI] pin go v1.21 2024-02-09 18:11:08 +01:00
.gitea
.github
assets
build
cmd Fix push to create with capitalize repo name (#29090) (#29206) 2024-02-20 09:28:32 +01:00
contrib
custom/conf
docker
docs
models Use ghost user if user was not found (#29161) (#29169) 2024-02-20 09:26:13 +01:00
modules [BUG] Restrict when to make link absolute in markdown 2024-02-19 23:30:12 +01:00
options Forbid removing the last admin user (#28337) (#28793) 2024-01-16 14:41:11 +00:00
public
releases/images
routers [BUG] split code conversations in diff tab (#2306) 2024-02-16 14:06:43 +01:00
services Do not use lower tag names to find releases/tags (#29261) (#29262) 2024-02-20 09:36:37 +01:00
snap
templates Convert visibility to number (#29226) (#29244) 2024-02-20 09:36:28 +01:00
tests [BUG] split code conversations in diff tab (#2306) 2024-02-16 14:06:43 +01:00
web_src [BUG] Fix Ctrl+Enter on submitting review comment 2024-02-17 16:19:21 +01:00
.air.toml
.changelog.yml
.dockerignore
.editorconfig
.eslintrc.yaml Fix gitea-origin-url with default ports (#29085) (#29088) 2024-02-13 14:17:58 +01:00
.gitattributes
.gitignore
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml
.yamllint.yaml
BSDmakefile
build.go
CHANGELOG.md Add changelog for 1.21.4 (#28812) 2024-01-31 13:35:57 +01:00
CODEOWNERS
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.rootless
go.mod Update go dependencies and fix go-git (#28893) (#28934) 2024-01-31 16:46:41 +01:00
go.sum Update go dependencies and fix go-git (#28893) (#28934) 2024-01-31 16:46:41 +01:00
LICENSE
main.go
MAINTAINERS
Makefile [SEMVER] 6.0.5+0-gitea-1.21.5 2024-01-31 14:18:26 +01:00
package-lock.json Bump @github/relative-time-element to 4.3.1 (#28819) (#28826) 2024-01-31 13:36:02 +01:00
package.json Bump @github/relative-time-element to 4.3.1 (#28819) (#28826) 2024-01-31 13:36:02 +01:00
playwright.config.js
poetry.lock
poetry.toml
pyproject.toml
README.md
RELEASE-NOTES.md
vitest.config.js
webpack.config.js

Welcome to Forgejo

Hi there! Tired of big platforms playing monopoly? Providing Git hosting for your project, friends, company or community? Forgejo (/for'd͡ʒe.jo/ inspired by forĝejo the Esperanto word for forge) has you covered with its intuitive interface, light and easy hosting and a lot of builtin functionality.

Forgejo was created in 2022 because we think that the project should be owned by an independent community. If you second that, then Forgejo is for you! Our promise: Independent Free/Libre Software forever!

What does Forgejo offer?

If you like any of the following, Forgejo is literally meant for you:

  • Lightweight: Forgejo can easily be hosted on nearly every machine. Running on a Raspberry? Small cloud instance? No problem!
  • Project management: Besides Git hosting, Forgejo offers issues, pull requests, wikis, kanban boards and much more to coordinate with your team.
  • Publishing: Have something to share? Use releases to host your software for download, or use the package registry to publish it for docker, npm and many other package managers.
  • Customizable: Want to change your look? Change some settings? There are many config switches to make Forgejo work exactly like you want.
  • Powerful: Organizations & team permissions, CI integration, Code Search, LDAP, OAuth and much more. If you have advanced needs, Forgejo has you covered.
  • Privacy: From update checker to default settings: Forgejo is built to be privacy first for you and your crew.
  • Federation: (WIP) We are actively working to connect software forges with each other through ActivityPub, and create a collaborative network of personal instances.

Learn more

Dive into the documentation, subscribe to releases and blog post on our website, find us on the Fediverse or hop into our Matrix room if you have any questions or want to get involved.

Get involved

If you are interested in making Forgejo better, either by reporting a bug or by changing the governance, please take a look at the contribution guide.