aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/compare.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-10/+12
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Allow default branch to be inferred on compare page (#17908)John Olheiser2021-12-061-3/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-4/+6
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-3/+17
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-14/+19
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-6/+7
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+5
* Fix CSV render error (#17406)KN4CK3R2021-10-251-8/+15
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-32/+41
* Prevent NPE on invalid diff (#17197)zeripath2021-09-301-1/+1
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-101/+131
* Add skip and limit to git.GetTags (#16897)65432021-09-101-3/+3
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-311-1/+0