| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461) | silverwind | 2024-04-13 | 1 | -12/+3 |
* | move some scripts from 'build' to 'tools' directory, misc refactors (#29844) | silverwind | 2024-03-17 | 3 | -158/+0 |
* | Refactor generate-svg.js (#29348) | silverwind | 2024-02-23 | 1 | -4/+5 |
* | Upgrade to fabric 6 (#29334) | silverwind | 2024-02-23 | 1 | -18/+11 |
* | Add `eslint-plugin-github` and fix issues (#29201) | silverwind | 2024-02-16 | 2 | -2/+10 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 2 | -12/+9 |
* | Move public asset files to the proper directory (#25907) | wxiaoguang | 2023-07-18 | 2 | -10/+10 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Update emoji set to Unicode 15 (#25595) | isla w | 2023-06-29 | 1 | -1/+1 |
* | Refactor INI package (first step) (#25024) | wxiaoguang | 2023-06-02 | 1 | -8/+4 |
* | Reduce verbosity of dev commands (#24917) | silverwind | 2023-05-24 | 1 | -2/+2 |
* | Replace placeholders in licenses (#24354) | Jason Song | 2023-05-05 | 1 | -1/+29 |
* | Ensure final newline in `assets/go-licenses.json` (#24407) | silverwind | 2023-04-28 | 1 | -0/+5 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 1 | -12/+17 |
* | Try to catch more broken translations (#23867) | wxiaoguang | 2023-04-03 | 1 | -5/+30 |
* | Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some s... | wxiaoguang | 2023-03-31 | 1 | -11/+4 |
* | Improve backport-locales.go (#23807) | wxiaoguang | 2023-03-30 | 1 | -4/+5 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 1 | -2/+2 |
* | Clean some legacy files and move some build files (#23699) | wxiaoguang | 2023-03-25 | 4 | -1/+31 |
* | A tool to help to backport locales, changes source strings to fix other broke... | wxiaoguang | 2023-03-23 | 1 | -0/+89 |
* | Keep (add if not existing) xmlns attribute for generated SVG images (#23410) | wxiaoguang | 2023-03-21 | 1 | -2/+10 |
* | Improve sed detection in update-locales.sh (#23254) | silverwind | 2023-03-04 | 1 | -10/+11 |
* | Improve update-locales script and fix locale processing bug (#23240) | wxiaoguang | 2023-03-02 | 1 | -5/+40 |
* | Consume hcaptcha and pwn deps (#22610) | John Olheiser | 2023-01-29 | 1 | -2/+5 |
* | Change use of Walk to WalkDir to improve disk performance (#22462) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-01-16 | 1 | -2/+6 |
* | Fix unstable emoji sort (#22346) | KN4CK3R | 2023-01-05 | 1 | -0/+4 |
* | Update Emoji dataset to Unicode 14 (#22342) | isla w | 2023-01-04 | 1 | -1/+1 |
* | Update JS dependencies and eslint (#22190) | silverwind | 2022-12-20 | 2 | -4/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 7 | -16/+9 |
* | Simplify fmt-check (#21458) | silverwind | 2022-10-16 | 2 | -13/+5 |
* | Use own Go version instead of hardcoded 1.17 for `make fmt` (#21457) | Yarden Shoham | 2022-10-15 | 1 | -1/+12 |
* | [API] teamSearch show teams with no members if user is admin (#21204) | 6543 | 2022-09-19 | 1 | -2/+2 |
* | Generate go-licenses during tidy again (#21108) | silverwind | 2022-09-09 | 1 | -1/+9 |
* | Rewrite go license generator in go (#21078) | silverwind | 2022-09-07 | 2 | -30/+74 |
* | Add go licenses to licenses.txt (#21034) | silverwind | 2022-09-04 | 1 | -0/+30 |
* | Kd/ci playwright go test (#20123) | Kyle D | 2022-09-02 | 1 | -3/+3 |
* | Go 1.19 format (#20758) | John Olheiser | 2022-08-30 | 1 | -2/+1 |
* | chore: remove broken gitea-format-imports (#20952) | Jason Song | 2022-08-25 | 1 | -26/+0 |
* | Remove deprecated licenses (#20222) | Gusted | 2022-08-22 | 1 | -0/+8 |
* | Modernize JS build scripts (#19824) | silverwind | 2022-06-06 | 2 | -33/+28 |
* | Add the possibility to allow the user to have a favicon which differs from th... | Jan-Eric Schober | 2022-05-23 | 1 | -7/+10 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 7 | -7/+0 |
* | Use `go run` for tool dependencies, require go 1.17 (#18874) | silverwind | 2022-03-15 | 1 | -3/+3 |
* | Fix `make fmt` and `make fmt-check` (#18633) | silverwind | 2022-02-06 | 2 | -10/+21 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 7 | -25/+20 |
* | Fix documents for development and bug report (#18249) | wxiaoguang | 2022-01-13 | 1 | -2/+2 |
* | Don't store assets modified time into generated files (#18193) | Lunny Xiao | 2022-01-06 | 1 | -5/+10 |
* | Update JS dependencies, adjust eslint config (#17904) | silverwind | 2021-12-04 | 2 | -2/+2 |
* | Fix code formating (#17830) | mscherer | 2021-11-27 | 1 | -1/+1 |
* | Add new JS linter rules (#17699) | silverwind | 2021-11-22 | 2 | -2/+2 |