aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-4/+6
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-6/+6
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Less naked returns (#25713)65432023-07-071-2/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve wiki sidebar and TOC (#25460)wxiaoguang2023-06-231-10/+10
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-1/+1
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-1/+6
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-47/+57
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-1/+9
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-3/+3
* [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