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
Go to file
silverwind 20b3a90450
Remove useless JS operation for relative time tooltips (#20756)
This operation that shifts the content from title to data-content is
useless when we can directly render the expected HTML instead.

This change does prevent these tooltips from working when the user has
JS disabled in their browser, but I think we made it clear by now that
JS is required for gitea to work properly.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-08-12 17:03:41 -04:00
.gitea Issue template form (#16349) 2021-09-15 20:33:13 +03:00
.github update discord invite (#19907) 2022-06-07 11:40:27 -04:00
assets Add the possibility to allow the user to have a favicon which differs from the main logo (#18542) 2022-05-23 23:54:48 +08:00
build Modernize JS build scripts (#19824) 2022-06-06 11:27:25 +08:00
cmd Refactor legacy git init (#20376) 2022-08-09 11:22:24 +08:00
contrib Refactor legacy git init (#20376) 2022-08-09 11:22:24 +08:00
custom/conf Update docs for versions (#20750) 2022-08-10 13:37:15 -04:00
docker feat: Add support for extra sshd_config parameters via 'Include' file (#19842) 2022-05-31 14:42:19 -04:00
docs Add SAML SP status to Feature Comparison docs (#20743) 2022-08-11 07:04:09 +02:00
integrations Remove useless JS operation for relative time tooltips (#20756) 2022-08-12 17:03:41 -04:00
models Refactor legacy git init (#20376) 2022-08-09 11:22:24 +08:00
modules Remove useless JS operation for relative time tooltips (#20756) 2022-08-12 17:03:41 -04:00
options [skip ci] Updated translations via Crowdin 2022-08-11 00:20:58 +00:00
public Slightly reduce exclamation icon size (#20753) 2022-08-12 13:51:33 -04:00
routers refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
services refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
snap revert to node14 for snapcraft 2022-02-01 15:10:55 -05:00
templates Fix disabled open in vscode menu when disabling download source from UI (#20713) 2022-08-12 13:16:05 +08:00
tools Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
web_src Remove useless JS operation for relative time tooltips (#20756) 2022-08-12 17:03:41 -04:00
.air.toml Exclude from watching tests (#17744) 2021-11-22 05:17:21 -05:00
.changelog.yml Changelog for v1.15.0-rc1 (#16422) 2021-07-15 11:47:57 -04:00
.drone.yml Switch to building with go1.19 (#20695) 2022-08-07 12:25:03 -04:00
.editorconfig Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
.eslintrc.yaml Update JS dependencies, adjust eslint (#20659) 2022-08-06 18:30:13 +03:00
.gitattributes Move eslintrc/stylelintrc to non-deprecated extensions (#20110) 2022-06-24 14:09:53 +02:00
.gitignore Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
.golangci.yml Switch to building with go1.19 (#20695) 2022-08-07 12:25:03 -04:00
.ignore Add some .ignore entries (#18296) 2022-01-16 17:26:15 +00:00
.lgtm refactor: ignore LGTM from author of pull request. (#3283) 2018-01-02 06:13:49 -06:00
.markdownlint.yaml Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
.npmrc Stop packaging node_modules in release tarballs (#15273) 2021-04-09 01:08:14 -04:00
.spectral.yaml Add spectral linter for Swagger (#20321) 2022-07-11 18:07:16 -05:00
.stylelintrc.yaml Move eslintrc/stylelintrc to non-deprecated extensions (#20110) 2022-06-24 14:09:53 +02:00
BSDmakefile Add BSDmakefile to prevent errors when make is called under FreeBSD (#4446) 2018-07-16 20:45:51 +02:00
build.go Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
CHANGELOG.md Frontport changelog v1.17.0 (#20712) 2022-08-08 23:21:57 +08:00
CONTRIBUTING.md Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
DCO follow the advisor: add DCO and some improvements 2016-11-04 16:43:41 +08:00
Dockerfile Switch to building with go1.19 (#20695) 2022-08-07 12:25:03 -04:00
Dockerfile.rootless Switch to building with go1.19 (#20695) 2022-08-07 12:25:03 -04:00
go.mod Add support mCaptcha as captcha provider (#20458) 2022-08-10 15:20:10 +02:00
go.sum Add support mCaptcha as captcha provider (#20458) 2022-08-10 15:20:10 +02:00
jest.config.js Update JS dependencies (#19675) 2022-05-10 21:44:36 +02:00
LICENSE Fix typo 2016-11-08 08:42:05 +01:00
main.go Fix typo overrided -> overridden (#20687) 2022-08-06 20:54:26 -04:00
MAINTAINERS Remove singuliere from MAINTAINERS (#19883) 2022-06-13 21:05:41 +01:00
Makefile Remove debug output when coverage fails (#20733) 2022-08-12 16:13:31 -04:00
package-lock.json Add support mCaptcha as captcha provider (#20458) 2022-08-10 15:20:10 +02:00
package.json Add support mCaptcha as captcha provider (#20458) 2022-08-10 15:20:10 +02:00
README_ZH.md Fix English mistakes in some Markdown documents (#20274) 2022-07-14 19:15:35 +08:00
README.md Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
SECURITY.md Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
webpack.config.js Update JS dependencies (#20423) 2022-07-20 23:48:06 +08:00

Gitea

Gitea - Git with a cup of tea

View this document in English

目标

Gitea 的首要目标是创建一个极易安装,运行非常快速,安装和使用体验良好的自建 Git 服务。我们采用 Go 作为后端语言,这使我们只要生成一个可执行程序即可。并且他还支持跨平台,支持 Linux, macOS 和 Windows 以及各种架构,除了 x86,amd64,还包括 ARM 和 PowerPC。

如果您想试用一下,请访问 在线Demo

提示

  1. 开始贡献代码之前请确保你已经看过了 贡献者向导(英文).
  2. 所有的安全问题,请私下发送邮件给 security@gitea.io。谢谢!
  3. 如果你要使用API,请参见 API 文档.

文档

关于如何安装请访问我们的 文档站,如果没有找到对应的文档,你也可以通过 Discord - 英文 和 QQ群 328432459 来和我们交流。

贡献流程

Fork -> Patch -> Push -> Pull Request

翻译

多语言翻译是基于Crowdin进行的. Crowdin

作者

授权许可

本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。

截图

Dashboard User Profile Global Issues
Branches Web Editor Activity
New Migration Migrating Pull Request View
Pull Request Dark Diff Review Dark Diff Dark