aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Display pull request in merged commit view (#35202)Nicolas Auvray3 days1-0/+6
* Improve submodule relative path handling (#35056)wxiaoguang2025-07-141-1/+1
* Fix git graph page (#34948)wxiaoguang2025-07-041-2/+5
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-181-8/+2
* Keeping consistent between UI and API about combined commit status state and ...Lunny Xiao2025-06-091-0/+3
* Split GetLatestCommitStatus as two functions (#34535)Lunny Xiao2025-05-261-1/+1
* feat(api): add date range filtering to commit retrieval endpoints (#34497)Bo-Yi Wu2025-05-191-1/+1
* support the open-icon of folder (#34168)Kerwin Bryant2025-04-281-1/+6
* Mark parent directory as viewed when all files are viewed (#33958)Kerwin Bryant2025-04-151-1/+1
* Fix incorrect file links (#34189)wxiaoguang2025-04-131-5/+4
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao2025-03-191-2/+2
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-1/+1
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-081-2/+7
* Use `git diff-tree` for `DiffFileTree` on diff pages (#33514)Alexander McRae2025-02-281-0/+12
* Refactor error system (#33610)wxiaoguang2025-02-161-8/+7
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-2/+4
* Improve commits list performance to reduce unnecessary database queries (#33528)Lunny Xiao2025-02-141-6/+21
* Move gitgraph from modules to services layer (#33527)Lunny Xiao2025-02-071-1/+1
* Fix incorrect ref usages (#33301)wxiaoguang2025-01-161-12/+1
* Simplify context ref name (#33267)wxiaoguang2025-01-151-6/+0
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-131-2/+2
* Refactor context repository (#33202)wxiaoguang2025-01-121-1/+1
* Refactor pagination (#33037)wxiaoguang2024-12-301-11/+3
* Clarify path param naming (#32969)wxiaoguang2024-12-241-4/+4
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-4/+5
* 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