| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `--message=%s` for git commit message (#23028) | wxiaoguang | 2023-02-21 | 2 | -4/+3 |
* | Render access log template as text instead of HTML (#23013) | Lunny Xiao | 2023-02-21 | 1 | -1/+1 |
* | handle deprecated settings (#22992) | Lunny Xiao | 2023-02-20 | 7 | -42/+41 |
* | Add scopes to API to create token and display them (#22989) | zeripath | 2023-02-20 | 1 | -6/+8 |
* | Make CI use a dummy password hasher for all tests (#22983) | zeripath | 2023-02-20 | 9 | -8/+84 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 55 | -1391/+1608 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 15 | -6/+775 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 3 | -3/+77 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 6 | -13/+13 |
* | Allow custom "created" timestamps in user creation API (#22549) | Sybren | 2023-02-16 | 1 | -0/+7 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 8 | -29/+163 |
* | Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22... | Nick | 2023-02-14 | 1 | -1/+2 |
* | Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) | Nick | 2023-02-13 | 4 | -129/+120 |
* | Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2... | Brecht Van Lommel | 2023-02-13 | 1 | -0/+3 |
* | Make issue and code search support camel case (#22829) | sillyguodong | 2023-02-12 | 2 | -4/+6 |
* | Deduplicate findReadmeFile() (#22177) | Nick | 2023-02-12 | 1 | -0/+9 |
* | escape filename when assemble URL (#22850) | sillyguodong | 2023-02-12 | 1 | -2/+2 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 1 | -3/+3 |
* | Use proxy for pull mirror (#22771) | Gusted | 2023-02-11 | 2 | -4/+16 |
* | Fix more HTMLURL in templates (#22831) | wxiaoguang | 2023-02-09 | 1 | -0/+4 |
* | Fix isAllowed of escapeStreamer (#22814) | Jason Song | 2023-02-09 | 1 | -17/+7 |
* | change org_type.go to visible_type.go and fix the notes (#22752) | yp05327 | 2023-02-09 | 1 | -3/+3 |
* | Fix blame view missing lines (#22826) | Brecht Van Lommel | 2023-02-09 | 2 | -15/+18 |
* | include build info in Prometheus metrics (#22819) | Michal | 2023-02-08 | 1 | -0/+24 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 8 | -69/+49 |
* | Fix restore repo bug, clarify the problem of ForeignIndex (#22776) | wxiaoguang | 2023-02-07 | 3 | -5/+23 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -0/+1 |
* | Use import of OCI structs (#22765) | KN4CK3R | 2023-02-06 | 6 | -273/+7 |
* | Refactor legacy strange git operations (#22756) | wxiaoguang | 2023-02-06 | 1 | -2/+1 |
* | Add Chef package registry (#22554) | KN4CK3R | 2023-02-06 | 6 | -10/+239 |
* | Add Cargo package registry (#21888) | KN4CK3R | 2023-02-05 | 4 | -0/+258 |
* | Add new captcha: cloudflare turnstile (#22369) | ByLCY | 2023-02-05 | 4 | -3/+105 |
* | Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962) | delvh | 2023-02-04 | 1 | -2/+0 |
* | Repositories: by default disable all units except code and pulls on forks (#2... | techknowlogick | 2023-02-04 | 3 | -5/+11 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 20 | -153/+209 |
* | Improve trace logging for pulls and processes (#22633) | zeripath | 2023-02-03 | 4 | -8/+34 |
* | Use native error checking with `exec.ErrDot` (#22735) | Yarden Shoham | 2023-02-03 | 1 | -2/+2 |
* | Add some comments for recent code (#22725) | wxiaoguang | 2023-02-02 | 1 | -0/+2 |
* | Fix actions workflow branches match bug (#22724) | Lunny Xiao | 2023-02-02 | 1 | -3/+4 |
* | Fix line spacing for plaintext previews (#22699) | crystal | 2023-02-01 | 1 | -5/+1 |
* | Fix cache-control header clearing comment text when editing issue (#22604) | Brecht Van Lommel | 2023-02-01 | 1 | -2/+2 |
* | Add Conda package registry (#22262) | KN4CK3R | 2023-02-01 | 3 | -0/+395 |
* | Fix bugs with WebAuthn preventing sign in and registration. (#22651) | zeripath | 2023-02-01 | 2 | -3/+3 |
* | Add more events details supports for actions (#22680) | Lunny Xiao | 2023-02-01 | 1 | -4/+150 |
* | Use correct captured group range when parsing cross-reference (#22672) | wxiaoguang | 2023-01-31 | 2 | -4/+4 |
* | Fix README TOC links (#22577) | crystal | 2023-01-31 | 1 | -2/+9 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 14 | -0/+526 |
* | Add support for commit cross references (#22645) | KN4CK3R | 2023-01-30 | 3 | -0/+101 |
* | Consume hcaptcha and pwn deps (#22610) | John Olheiser | 2023-01-29 | 6 | -6/+525 |
* | Improve checkIfPRContentChanged (#22611) | zeripath | 2023-01-28 | 1 | -0/+22 |