Go to file
Kemal Zebari e388822e9d
Don't only list code-enabled repositories when using repository API (#30817)
We should be listing all repositories by default.

Fixes #28483.

(cherry picked from commit 9f0ef3621a3b63ccbe93f302a446b67dc54ad725)

Conflict:
   -		if ctx.IsSigned && ctx.Doer.IsAdmin || permission.UnitAccessMode(unit_model.TypeCode) >= perm.AccessModeRead {
   +		if ctx.IsSigned && ctx.Doer.IsAdmin || permission.HasAccess() {
   because of https://codeberg.org/forgejo/forgejo/pulls/2001
2024-05-05 12:15:40 +01:00
.devcontainer
.forgejo Update ghcr.io/visualon/renovate Docker tag to v37.330.1 2024-05-01 06:02:32 +00:00
.gitea
assets
build
cmd
contrib
custom/conf Don't have redis-cluster as possible cache/session adapter in docs (#30794) 2024-05-05 12:15:40 +01:00
docker
models Fix no edit history after editing issue's title and content (#30814) 2024-05-05 12:15:40 +01:00
modules Fix no edit history after editing issue's title and content (#30814) 2024-05-05 12:15:40 +01:00
options Add support for npm bundleDependencies (#30751) 2024-05-05 08:24:01 +01:00
public
release-notes/8.0.0 Fix inconsistent required field (#3583) 2024-05-01 18:29:42 +00:00
releases/images
routers Don't only list code-enabled repositories when using repository API (#30817) 2024-05-05 12:15:40 +01:00
services Ignore useless error message "broken pipe" (#30801) 2024-05-05 12:15:40 +01:00
templates Catch and handle unallowed file type errors in issue attachment API (#30791) 2024-05-05 12:15:40 +01:00
tests Don't only list code-enabled repositories when using repository API (#30817) 2024-05-05 12:15:40 +01:00
tools
web_src Add hover outline to heatmap squares (#30828) 2024-05-05 12:15:40 +01:00
.air.toml
.changelog.yml
.deadcode-out
.dockerignore
.editorconfig
.eslintrc.yaml add built js files to eslint ignore (#30737) 2024-05-05 08:22:50 +01:00
.gitattributes
.gitignore
.gitmodules
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.yamllint.yaml
BSDmakefile
build.go
CODEOWNERS
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.rootless
go.mod Remove external API calls in TestPassword (#30716) 2024-05-05 12:15:40 +01:00
go.sum Remove external API calls in TestPassword (#30716) 2024-05-05 12:15:40 +01:00
LICENSE
main.go
Makefile Fix cross-compilation errors when CGO_CFLAGS/CGO_LDFLAGS is set (#30749) 2024-05-05 08:23:25 +01:00
package-lock.json Merge pull request 'Update dependency vue to v3.4.26' (#3439) from renovate/vue-monorepo into forgejo 2024-05-01 08:08:52 +00:00
package.json Merge pull request 'Update dependency vue to v3.4.26' (#3439) from renovate/vue-monorepo into forgejo 2024-05-01 08:08:52 +00:00
playwright.config.js
poetry.lock
poetry.toml
pyproject.toml
README.md
RELEASE-NOTES.md [skip ci] docs(release-notes): 7.0.2 2024-05-01 14:22:18 +02:00
renovate.json chore(renovate): vue patch releases can be automerged 2024-05-01 09:32:01 +02:00
stylelint.config.js
tailwind.config.js
updates.config.js
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.