aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-7/+0
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* format with gofumpt (#18184)65432022-01-201-4/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+5
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-3/+5
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-4/+0
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-4/+4
* Fix the bug: no wiki page can be created if the repo didn't have any page yet...wxiaoguang2021-12-031-6/+6
* Add hints for special Wiki pages (#17283)n2021-12-031-0/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-8/+57
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-8/+9
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Ensure wiki repos are all closed (#16886)zeripath2021-08-301-32/+34
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-4/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-1/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+684