aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-151-4/+4
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+7
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-5/+5
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-9/+26
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Automatically render wiki TOC (#19873)zeripath2022-06-081-0/+2
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-1/+2
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-3/+0
* When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao2022-04-261-26/+47
* 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