1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 09:11:16 +02:00
Git with a cup of tea, painless self-hosted git service https://gitea.io/
Go to file
Michael Kuhn 934dd41fa6 Make SHOW_USER_EMAIL also apply to profiles (#2258)
The e-mail address is currently only hidden from the explore page.
2017-08-17 17:08:03 +08:00
.github
assets
cmd
conf
contrib
docker
integrations Make SHOW_USER_EMAIL also apply to profiles (#2258) 2017-08-17 17:08:03 +08:00
models Trigger sync webhooks on UI commit (#2302) 2017-08-17 15:22:08 +08:00
modules
options Fix and improve dashboard repo UI (#2285) 2017-08-17 09:31:34 +08:00
public Fix and improve dashboard repo UI (#2285) 2017-08-17 09:31:34 +08:00
routers Make SHOW_USER_EMAIL also apply to profiles (#2258) 2017-08-17 17:08:03 +08:00
scripts
templates Make SHOW_USER_EMAIL also apply to profiles (#2258) 2017-08-17 17:08:03 +08:00
vendor Revert to upstream ini dependency (#2304) 2017-08-14 10:37:41 -03:00
.dockerignore
.drone.yml
.drone.yml.sig
.editorconfig
.gitattributes
.gitignore
.lgtm
CHANGELOG.md
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.aarch64
Dockerfile.rpi
LICENSE
main.go
MAINTAINERS
Makefile refactor(Makefile): allow overriding default go program (#2310) 2017-08-16 08:46:41 +08:00
README_ZH.md
README.md

简体中文

Gitea - Git with a cup of tea

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg Coverage Status Go Report Card GoDoc Release

Dashboard Repository Commits History
Profile Admin Dashboard Diff
Issues Releases Organization

Purpose

The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across all platforms which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it with the online demo! This project has been forked from Gogs.

Notes

  1. YOU MUST READ THE CONTRIBUTORS GUIDE BEFORE STARTING TO WORK ON A PULL REQUEST.
  2. If you found a vulnerability in the project, please write privately to security@gitea.io. Thanks!
  3. If you're interested in using our APIs, we have experimental support with documentation.

Docs

For more information and instructions about how to install Gitea please look at our documentation. If you cannot find some specific information, then head over to our Discord server to chat with us or use the forum.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is licensed under the MIT License. See the LICENSE file for the full license text.