| Commit message (Expand) | Author | Age | Files | Lines |
* | Scoped label display and documentation tweaks (#23430) | Brecht Van Lommel | 2023-03-13 | 1 | -3/+1 |
* | Parse external request id from request headers, and print it in access log (#... | sillyguodong | 2023-03-10 | 2 | -0/+36 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 1 | -34/+44 |
* | Fix pull request update showing too many commits with multiple branches (#22856) | Brecht Van Lommel | 2023-03-09 | 3 | -18/+34 |
* | Refactor merge/update git command calls (#23366) | wxiaoguang | 2023-03-09 | 1 | -1/+1 |
* | Set `X-Gitea-Debug` header once (#23361) | Yarden Shoham | 2023-03-08 | 3 | -9/+9 |
* | Improve cache context (#23330) | Jason Song | 2023-03-08 | 2 | -17/+141 |
* | Use CleanPath instead of path.Clean (#23371) | Lunny Xiao | 2023-03-08 | 6 | -10/+30 |
* | Reduce duplicate and useless code in options (#23369) | Jason Song | 2023-03-08 | 6 | -158/+74 |
* | Clean Path in Options (#23006) | JakobDev | 2023-03-08 | 2 | -8/+8 |
* | Do not recognize text files as audio (#23355) | wxiaoguang | 2023-03-07 | 2 | -0/+14 |
* | Refactor and tidy-up the merge/update branch code (#22568) | zeripath | 2023-03-07 | 1 | -1/+4 |
* | Fix various ImageDiff/SVG bugs (#23312) | wxiaoguang | 2023-03-07 | 2 | -7/+39 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 2 | -22/+29 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 9 | -31/+91 |
* | Fix various bugs for "install" page (#23194) | wxiaoguang | 2023-03-04 | 1 | -7/+22 |
* | Fix GetFilesChangedBetween if the file name may be escaped (#23272) | zeripath | 2023-03-03 | 1 | -2/+9 |
* | Fix commit retrieval by tag (#21804) | silverwind | 2023-03-02 | 19 | -58/+26 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 6 | -117/+308 |
* | Allow `<video>` in MarkDown (#22892) | Sybren | 2023-03-01 | 1 | -0/+2 |
* | Properly flush unique queues on startup (#23154) | zeripath | 2023-02-28 | 7 | -21/+332 |
* | Pass `--global` when calling `git config --get`, for consistency with `git co... | Philip Peterson | 2023-02-28 | 1 | -4/+4 |
* | Add InsecureSkipVerify to Minio Client for Storage (#23166) | Yarden Shoham | 2023-02-27 | 2 | -9/+14 |
* | Avoid warning for system setting when start up (#23054) | Lunny Xiao | 2023-02-24 | 2 | -2/+2 |
* | Fix nil context in RenderMarkdownToHtml (#23092) | Zettat123 | 2023-02-24 | 1 | -1/+2 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 10 | -10/+16 |
* | 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 |