| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor path & config system (#25330) (#25416) | wxiaoguang | 2023-06-22 | 2 | -6/+4 |
* | Fix task list checkbox toggle to work with YAML front matter (#25184) (#25227) | Giteabot | 2023-06-13 | 5 | -7/+58 |
* | Fix video width overflow in markdown, and other changes to match img (#24834) | Brecht Van Lommel | 2023-05-21 | 1 | -1/+1 |
* | Add RTL rendering support to Markdown (#24816) | silverwind | 2023-05-20 | 3 | -3/+15 |
* | Allow all URL schemes in Markdown links by default (#24805) | Yarden Shoham | 2023-05-19 | 2 | -1/+10 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 2 | -4/+6 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -1/+1 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 7 | -73/+96 |
* | Append `(comment)` when a link points at a comment rather than the whole issu... | Hester Gong | 2023-04-03 | 2 | -9/+43 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -0/+13 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 7 | -20/+75 |
* | Allow `<video>` in MarkDown (#22892) | Sybren | 2023-03-01 | 1 | -0/+2 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 2 | -2/+4 |
* | Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) | Nick | 2023-02-13 | 2 | -129/+0 |
* | Fix README TOC links (#22577) | crystal | 2023-01-31 | 1 | -2/+9 |
* | Add support for commit cross references (#22645) | KN4CK3R | 2023-01-30 | 1 | -0/+21 |
* | Support asciicast files as new markup (#22448) | Jason Song | 2023-01-18 | 1 | -0/+64 |
* | Log STDERR of external renderer when it fails (#22442) | Jonathan Tran | 2023-01-13 | 1 | -1/+4 |
* | Remove deadcode (#22245) | Gusted | 2022-12-27 | 2 | -28/+0 |
* | Use multi reader instead to concat strings (#22099) | Lunny Xiao | 2022-12-12 | 1 | -11/+8 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 38 | -76/+39 |
* | Support comma-delimited string as labels in issue template (#21831) | Jason Song | 2022-11-19 | 1 | -22/+26 |
* | Add attention blocks within quote blocks for `Note` and `Warning` (#21711) | Yarden Shoham | 2022-11-09 | 3 | -0/+78 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 2 | -5/+5 |
* | Add link to user profile in markdown mention only if user exists (#21533) | Yarden Shoham | 2022-10-23 | 3 | -3/+24 |
* | Remove unnecessary debug log (#21536) | Yarden Shoham | 2022-10-22 | 1 | -4/+0 |
* | Add color previews in markdown (#21474) | Yarden Shoham | 2022-10-21 | 4 | -2/+135 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -7/+6 |
* | Fix slight bug in katex (#21171) | zeripath | 2022-10-05 | 7 | -69/+153 |
* | Upgrade chroma to v2.3.0 (#21259) | silverwind | 2022-09-26 | 3 | -8/+8 |
* | [API] teamSearch show teams with no members if user is admin (#21204) | 6543 | 2022-09-19 | 2 | -0/+2 |
* | Add KaTeX rendering to Markdown. (#20571) | zeripath | 2022-09-14 | 15 | -169/+974 |
* | Kd/ci playwright go test (#20123) | Kyle D | 2022-09-02 | 2 | -2/+2 |
* | Support Issue forms and PR forms (#20987) | Jason Song | 2022-09-02 | 1 | -2/+13 |
* | Go 1.19 format (#20758) | John Olheiser | 2022-08-30 | 1 | -2/+2 |
* | Should also support upper-case README files (#20581) | Gary Wang | 2022-08-01 | 2 | -0/+12 |
* | Support localized README (#20508) | Gary Wang | 2022-08-01 | 2 | -23/+65 |
* | Use body text color in repository files table links (#20386) | Lucas Azevedo | 2022-07-22 | 1 | -1/+1 |
* | Allow to specify colors for text in markup (#20363) | Gusted | 2022-07-15 | 2 | -0/+14 |
* | Fix NPE when using non-numeric (#20277) | Gusted | 2022-07-07 | 1 | -2/+3 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -2/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 4 | -7/+6 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 2 | -0/+17 |
* | Allow render HTML with css/js external links (#19017) | Lunny Xiao | 2022-06-16 | 7 | -59/+94 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 2 | -15/+77 |
* | Add support for rendering terminal output with colors (#19497) | Lauris BH | 2022-06-09 | 3 | -0/+147 |
* | Automatically render wiki TOC (#19873) | zeripath | 2022-06-08 | 4 | -40/+42 |
* | Set Setpgid on child git processes (#19865) | zeripath | 2022-06-03 | 1 | -0/+2 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -1/+2 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 1 | -2/+9 |