1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-29 19:31:31 +02:00
Git with a cup of tea, painless self-hosted git service https://gitea.io/
Go to file
Ethan Koenig 858324c21a Fix username rendering bug (#2122)
* Fix username rendering bug

* XSS integration test

* Migration to unescape user full names
2017-07-12 17:58:52 +03:00
.github
cmd
conf
contrib
docker
integrations Fix username rendering bug (#2122) 2017-07-12 17:58:52 +03:00
models Fix username rendering bug (#2122) 2017-07-12 17:58:52 +03:00
modules Fix SHA1 hash linking (#2143) 2017-07-12 04:26:54 +02:00
options Small grammar fixes (#2144) 2017-07-12 04:25:45 +02:00
public Add verify changed less-file step to Makefile (#1861) 2017-07-12 04:28:57 +02:00
routers Fix repo API bug (#2133) 2017-07-12 03:23:41 +02:00
scripts
templates
vendor
.dockerignore
.drone.yml Add verify changed less-file step to Makefile (#1861) 2017-07-12 04:28:57 +02:00
.drone.yml.sig Add verify changed less-file step to Makefile (#1861) 2017-07-12 04:28:57 +02:00
.editorconfig
.gitattributes
.gitignore
.lgtm
CHANGELOG.md
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.aarch64
Dockerfile.rpi
LICENSE
main.go
MAINTAINERS
Makefile fix typo (#2145) 2017-07-12 16:52:00 +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.