aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-1/+0
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-6/+15
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-021-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+4
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-1/+0
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+5
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-12/+16
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+6
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-3/+1
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-10/+17
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-311-6/+4
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-13/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-11/+11
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-3/+3
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+401