aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-01-23link update in README files (#22582)rekayno
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2022-10-13Add cynkra bronze sponsor (#21325)Patrick Schratz
@techknowlogick Only added a placeholder, the index is possibly wrong. But I think you need to do/finalize that as the opencollective holder :) You can take the logo of the opencollective account. LMK if I can help more! Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <matti@mdranta.net>
2022-10-12Refactor Gitpod configuration to improve quick spin up of automated dev ↵Yarden Shoham
environments (#21411) This commit instructs Gitpod to run `docs` in watch mode in fresh development environments so any dev could start hacking in seconds. Also included some vscode extensions for Vue, Go, and Docker. Try it here: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/yardenshoham/gitea/tree/gitpod) Signed-off-by: Yarden Shoham <hrsi88@gmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com>
2022-07-28Add markdownlint (#20512)silverwind
Add `markdownlint` linter and fix issues. Config is based on the one from electron's repo with a few rules relaxed.
2022-07-14Fix English mistakes in some Markdown documents (#20274)Jeremy
2022-07-12Fix various typos (#20338)luzpaz
* Fix various typos Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon` Co-authored-by: zeripath <art27@cantab.net>
2022-06-10Use Golang 1.18 for Gitea 1.17 release (#19918)wxiaoguang
Use Golang 1.18 (as minimal requirement) for Gitea 1.17 release, make sure the Golang version is still actively supported during Gitea 1.17 lifecycle. Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
2022-03-16use go1.18 to build gitea (#19099)techknowlogick
* use go1.18 to build gitea& update min go version to 1.17 * bump in a few more places * add a few simple tests for isipprivate * update go.mod * update URL to https://go.dev/dl/ * golangci-lint * attempt golangci-lint workaround * change version * bump fumpt version * skip strings.title test * go mod tidy * update tests as some aren't private?? * update tests
2022-03-15Use `go run` for tool dependencies, require go 1.17 (#18874)silverwind
This ensures the tools only run in the versions we've tested and it also does not polute PATH with those tools so they are truly isolated. This syntax of `go run` requires go 1.17, so the minimum version is set accordingly. Fixes: https://github.com/go-gitea/gitea/issues/18867 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-01-04Update `TODOs` badge to reflect new default branch (#18182)Patrick DeVivo
* Update `TODOs` badge to reflect `main` as default branch * update `README_ZH.md` as well
2021-12-24Fix various typos of software names (#18083)qwerty287
* `git` -> `Git` * `Github` and `github` -> `GitHub` * `crowdin` -> `Crowdin` * `git-lfs` -> `Git LFS` * `githooks`, `git hooks`, `git-hooks` -> `Git Hooks` * `discord` -> `Discord` * `2fa` -> `2FA` * `gitlab` and `Gitlab` -> `GitLab` * `web hook` -> `webhook` * `linux` -> `Linux` * `sqlite` -> `SQLite` * `MYSQL` and `mysql` -> `MySQL` * rename refs to `master` branch -> `main` * Fix English grammar
2021-11-19Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)wxiaoguang
Refactor repo-legacy.js, remove messy global variables. Fix errors. Fix an error in Sortable Fix a incorrect call assignMenuAttributes from the template
2021-08-31Fix report card link (#16885)Richard Ulmer
2021-08-21Upgrade go.mod go version to 1.16 (#16764)wxiaoguang
2021-07-15microbadger is no more, rm from readme (#16440)techknowlogick
* microbadger is no more, rm from readme * Update README_ZH.md
2021-05-12Update README.md | Add translation section (#15830)Oymate
* Update README.md * chinese translation Signed-off-by: a1012112796 <1012112796@qq.com> * Update README.md * Update README.md * Update README.md Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-05-04update branch in CI and docs (#15631)techknowlogick
2021-04-09Stop packaging node_modules in release tarballs (#15273)silverwind
- Don't package node_modules in tarballs, they are not cross-platform anymore and npm cache should not be messed with directly. Instead, require an internet connection to rebuild the UI, which is not necessary in the general use case because prebuilt UI files are shipped in the public directory. - Simplify the fomantic build and make the target phony. We don't need anything more for something that is rarely ran. - Use regular tar again to build tarballs and add variable for excludes - Disable annoying npm update notifications Fixes: https://github.com/go-gitea/gitea/pull/14578 Fixes: https://github.com/go-gitea/gitea/pull/15256 Fixes: https://github.com/go-gitea/gitea/pull/15262 Co-authored-by: 6543 <6543@obermui.de>
2021-04-08Add frontend testing, require node 12 (#15315)silverwind
- Add basic frontend unit testing infrastructure using jest in ESM mode - Rename 'make test' to 'make test-backend' - Introduce 'make test-frontend' and 'make test' that runs both - Bump Node.js requirement to v12. v10 will be EOL in less than a month. - Convert all build-related JS files to ESM. I opted to run frontend tests run as part of the compliance pipeline because they complete fast and are not platform-specific like the golang tests.
2021-01-13Update Linktechknowlogick
2021-01-13Kd/add bountysource (#14323)Kyle D
* Add bountysource to Sponsors link * Add badge to readme
2021-01-01Consolidate Logos and update README header (#14136)silverwind
* Consolidate Logos and update README header - Remove unused `logo-lg.png`, `logo-sm.png` and `logo-192.png`. - Consolidate `favicon.svg` and `logo.svg` to just `logo.svg`. - Remove Safari Mask icon, it seems to work fine with just `favicon.png` (no SVG support). - Remove Fluid Icon. It only served Firefox and SVG works just fine there. - Update customization instructions. - Update README.md to use SVG icon, increase logo size and center it and badges. * Update README_ZH.md Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> * Update README_ZH.md Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-12-28fix: small typo error (#14170)0xflotus
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-12-06README: Add more contents to the "further information" section. (#13871)Patrick Schratz
2020-09-10fix readme format (#12797)Marshmallow
Originally, the tabbed content under 'If pre-built frontend files are present it is possible to only build the backend:‘ has tab within the tabbed content. This commit fixed it. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-09-04Bump min required golang to 1.13 (#12717)techknowlogick
* Bump min required golang to 1.13 * Update config.yaml * Update Makefile * per silverwind feedback * per silverwind Co-authored-by: zeripath <art27@cantab.net>
2020-07-30Add note to README about make parallelism (#12378)silverwind
Alternative to https://github.com/go-gitea/gitea/pull/12367
2020-07-15Show drone status for master branch in README (#12248)Lauris BH
2020-06-22Adds a TODOs Badge to the README (#11999)Patrick DeVivo
Closes #11210 Co-authored-by: Lauris BH <lauris@nix.lv>
2020-04-30Update JS dependencies, min Node.js version 10.13 (#11246)silverwind
`less-loader` now dictates a minimum Node.js version of 10.13.0, released 2018-10-30 so I've updated this requirement to match. https://github.com/webpack-contrib/less-loader/releases/tag/v6.0.0
2020-03-20go 1.14 (#10467)techknowlogick
2020-03-05Add node version variable to docs (#10620)John Olheiser
Also adjusted other version mentions so go version is always mentioned as major.minor and node only as major. Co-authored-by: silverwind <me@silverwind.io>
2020-02-25update discord link (#10455)6543
2020-02-22Add frontend/backend make targets, fix source release (#10325)silverwind
* Add frontend/backend make targets, fix source release - Add 'make backend' and 'make frontend' make targets which are used to build go and js/css/svg files respectively. - The 'backend' target can be invoked without requiring Node.js to be present on the system if pre-built frontend assets are present like in the release source tarballs. - Fix source releases missing 'dist' folders inside 'node_modules' which were erronously excluded from tar. - Store VERSION in file VERSION for the release tarballs and prefer that file over git-derived version. * fix release task * fix typo * fix another typo
2020-01-28Update documentation for the go module era (#9751)zeripath
* Update documentation for the go module era use go env instead of $GOPATH Update instructions to just use git clone Slight update to readme Signed-off-by: Andrew Thornton <art27@cantab.net> * fixup * Apply suggestions from code review Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> Co-Authored-By: Bagas Sanjaya <bagasdotme@gmail.com> * Apply suggestions from code review * Fix GOPATH settings Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Bagas Sanjaya <bagasdotme@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2019-12-08Remove explicit 'generate' calls, fix release task (#9288)silverwind
* Remove more explicit 'generate' calls `generate` is now implicit during `build` since #9114, it is no longer necessary or desired to specify it explicitely. * add js,css,generate dependencies to release task * remove generate warning as per @lunny
2019-11-04README: Update Screenshots and Badges in ZH (#8813)6543
* use relative instead of absolute paths * update badges of ZH readme * update screenshots * use <style> for table * remove useles stype * absolute paths for images
2019-10-19Display Gitea logo in Readme (#8592)Antoine GIRARD
* readme: add gitea logo * Update README.md * Update README.md * Update README.md
2019-10-09add crowdin badge (#8447)6543
2019-10-07Fix backers badge (#8399)guillep2k
2019-09-19README: add License shield (#8235)6543
2019-07-17Fix backer badge (#7505)John Olheiser
2018-10-31Update API link in README (#5241)Jonas Bröms
2018-10-03README: update make command to build full release (#5004)AJ ONeal
* update make command to build full release * use quoted TAGS `TAGS=bindata` => `TAGS="bindata"`
2018-07-08Added question for Gitea hosted Gitea (#4397)BNolet
Currently some issues need to be resolved and features need to be implemented before we can move the Gitea development workflow to a Gitea instance. Many ask why Gitea isn't hosted on Gitea, now that's in the FAQ.
2018-06-08Move Screenshots to Bottom (#4128)Ben Yanke
The 'above the fold' space is very important, it seems possibly wasted with screenshots which aren't legible without enlarging. This is a proposal to move them down.
2018-06-04Add pronunciation to README.md (#4123)AJ ONeal
2018-05-11Activating Open Collective (#3821)jess
* Added backers and sponsors on the README * Added call to donate after npm install (optional) * Remove npm changes * Update readme to leave only needed sections
2018-05-11Remove another mention of matrix (#3947)techknowlogick
2018-05-10Fix release tag on README (#3945)Morgan Bazalgette