aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+3
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-1/+17
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Remove ref name in PR commits page (#25876)yp053272023-08-241-4/+1
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-5/+10
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-1/+6
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-1/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-1/+0
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-4/+4
* Use context parameter in models/git (#22367)Jason Song2023-01-091-3/+3
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix pagination limit parameter problem (#21109)Tyrone Yeh2022-09-081-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-7/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* 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