aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/compare.go
Commit message (Expand)AuthorAgeFilesLines
* When comparing with an non-exist repository, return 404 but 500 (#27437)Lunny Xiao2023-10-041-1/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-3/+3
* Fix issue templates when blank isses are disabled (#27061)JakobDev2023-09-141-1/+1
* Fix being unable to use a repo that prohibits accepting PRs as a PR source. (...CaiCandong2023-08-291-1/+1
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-0/+6
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-2/+15
* Don't list root repository on compare page if pulls not allowed (#24183)Lunny Xiao2023-04-191-1/+1
* Fix 2-dot direct compare to use the right base commit (#24133)Jonathan Tran2023-04-161-1/+5
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-1/+0
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-5/+4
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-201-6/+5
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+7
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-1/+1
* Pull request yaml template support for including commit body in a field (#22629)Brecht Van Lommel2023-01-301-5/+19
* 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
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Fix CSV diff for added/deleted files (#21189)KN4CK3R2022-09-171-18/+18
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-1/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+2
* Prepend commit message to template content (#20429)Gusted2022-07-241-0/+13
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+1
* Handle the error of a missing blob object fix #19530 (#19552)99rgosse2022-05-021-2/+11
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+2
* more context for models (#19511)65432022-04-281-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-0/+7
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-12/+12
* BeforeSourcePath should point to base commit (#18799)Jimmy Praet2022-02-251-2/+2
* Ensure that blob-excerpt links work for wiki (#18587)zeripath2022-02-051-0/+9
* format with gofumpt (#18184)65432022-01-201-4/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+8
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-1/+0
* Improve interface when comparing a branch which has created a pull request (#...Lunny Xiao2021-12-241-0/+4
* Simplify parameter types (#18006)Gusted2021-12-201-3/+3
* Support open compare page directly (#17975)Lunny Xiao2021-12-171-14/+12
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3