aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/commit.go
Commit message (Expand)AuthorAgeFilesLines
* GitHub like repo home page (#32213)yp053272024-12-061-4/+0
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-2/+2
* Refactor markup render system (#32612)wxiaoguang2024-11-241-9/+3
* Refactor markup render system (#32589)wxiaoguang2024-11-221-8/+7
* improve performance of diffs (#32393)Rowan Bohde2024-11-021-0/+1
* Support repo license (#24872)yp053272024-10-011-4/+6
* Use a common message template instead of a special one (#31878)Lunny Xiao2024-09-141-1/+1
* Add tag name in the commits list (#31082)Lunny Xiao2024-08-191-1/+11
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-281-3/+18
* Refactor names (#31405)wxiaoguang2024-06-191-6/+6
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-0/+1
* Fix code search input for different views (#30678)wxiaoguang2024-04-261-2/+0
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-1/+1
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-2/+2
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-2/+2
* Unify search boxes (#29530)Denys Konovalov2024-03-141-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* 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