aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/compare.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-1/+1
* Refactor tmpl and blob_excerpt (#32967)wxiaoguang2024-12-251-1/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-3/+4
* Refactor markup render system (#32589)wxiaoguang2024-11-221-2/+2
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-111-10/+2
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-101-6/+9
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-091-0/+4
* improve performance of diffs (#32393)Rowan Bohde2024-11-021-0/+3
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-281-1/+1
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-1/+1
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Fix code search input for different views (#30678)wxiaoguang2024-04-261-1/+0
* feat(api): implement branch/commit comparison API (#30349)Bo-Yi Wu2024-04-161-14/+4
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-8/+4
* Fix some pending problems (#29985)wxiaoguang2024-03-221-3/+2
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-2/+2
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-2/+2
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-2/+3
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-3/+4
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Assign pull request to project during creation (#28227)Denys Konovalov2024-01-121-0/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+2
* Replace ajax with fetch, improve image diff (#27267)silverwind2023-10-111-10/+17
* 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