| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) | wxiaoguang | 2023-08-09 | 1 | -6/+6 |
* | Move web JSON functions to web context and simplify code (#26132) | wxiaoguang | 2023-07-26 | 1 | -3/+1 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -2/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Improve wiki sidebar and TOC (#25460) | wxiaoguang | 2023-06-23 | 1 | -10/+10 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -1/+1 |
* | Pass 'not' to commit count (#24473) | Matthew Walowski | 2023-05-08 | 1 | -1/+6 |
* | Make wiki title supports dashes and improve wiki name related features (#24143) | wxiaoguang | 2023-04-19 | 1 | -47/+57 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 1 | -1/+9 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -3/+3 |
* | [refactor] Use const for wiki DefaultBranch (#21466) | 6543 | 2022-10-15 | 1 | -4/+4 |
* | Webhook for Wiki changes (#20219) | Aaron F | 2022-09-04 | 1 | -0/+7 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -5/+5 |
* | Remove follow from commits by file (#20765) | zeripath | 2022-08-14 | 1 | -2/+2 |
* | Switch Unicode Escaping to a VSCode-like system (#19990) | zeripath | 2022-08-13 | 1 | -9/+26 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -1/+2 |
* | Automatically render wiki TOC (#19873) | zeripath | 2022-06-08 | 1 | -0/+2 |
* | Set the LastModified header for raw files (#18356) | zeripath | 2022-05-09 | 1 | -1/+2 |
* | Remove `RequireHighlightJS` field, update plantuml example. (#19615) | wxiaoguang | 2022-05-05 | 1 | -3/+0 |
* | When view _Siderbar or _Footer, just display once (#19501) | Lunny Xiao | 2022-04-26 | 1 | -26/+47 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -7/+0 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -4/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+4 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -4/+5 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 1 | -3/+5 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 1 | -4/+0 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 1 | -4/+4 |
* | Fix the bug: no wiki page can be created if the repo didn't have any page yet... | wxiaoguang | 2021-12-03 | 1 | -6/+6 |
* | Add hints for special Wiki pages (#17283) | n | 2021-12-03 | 1 | -0/+3 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -8/+57 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -8/+9 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+2 |
* | Ensure wiki repos are all closed (#16886) | zeripath | 2021-08-30 | 1 | -32/+34 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -4/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -1/+1 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -1/+2 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+684 |