aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao9 days6-11/+14
* Add file tree to file view page (#32721)Kerwin Bryant9 days4-45/+64
* Add abstraction layer to delete repository from disk (#33879)Lunny Xiao10 days1-4/+5
* Improve repo commit view (#33877)wxiaoguang10 days1-0/+11
* Pull request updates will also trigger code owners review requests (#33744)Lunny Xiao11 days1-2/+1
* Improve issue & code search (#33860)wxiaoguang12 days1-5/+5
* Refactor cache-control (#33861)wxiaoguang12 days2-5/+5
* Add workflow_job webhook (#33694)ChristopherHX13 days2-1/+26
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX14 days1-2/+1
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-101-1/+0
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-094-4/+4
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-084-29/+37
* Use correct start and end commits for GetDiffTree (#33816)Alexander McRae2025-03-071-1/+1
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-051-17/+3
* Remove context from git struct (#33793)TheFox0x72025-03-042-10/+10
* Refactor error system (#33771)wxiaoguang2025-03-031-1/+1
* Use `git diff-tree` for `DiffFileTree` on diff pages (#33514)Alexander McRae2025-02-284-0/+77
* Fix git empty check and HEAD request (#33690)wxiaoguang2025-02-241-1/+1
* Fix Untranslated Text on Actions Page (#33635)Kerwin Bryant2025-02-181-1/+1
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-172-20/+33
* Refactor error system (#33610)wxiaoguang2025-02-1641-306/+305
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-171-1/+10
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-164-7/+10
* enable literal string for code search (#33590)Darren Hoo2025-02-162-59/+6
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-15/+3
* Improve commits list performance to reduce unnecessary database queries (#33528)Lunny Xiao2025-02-145-10/+45
* Performance optimization for pull request files loading comments attachments ...Lunny Xiao2025-02-141-6/+6
* Fix PR's target branch dropdown (#33589)wxiaoguang2025-02-141-8/+16
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ...wxiaoguang2025-02-131-4/+7
* Enhance routers for the Actions runner operations (#33549)Jason Song2025-02-111-187/+0
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-140/+0
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-130/+11
* Rework suggestion backend (#33538)Lunny Xiao2025-02-101-49/+3
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-101-24/+136
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-101-136/+24
* Add a option "--user-type bot" to admin user create, improve role display (#2...mscherer2025-02-071-44/+37
* Move gitgraph from modules to services layer (#33527)Lunny Xiao2025-02-071-1/+1
* Refactor web route handler (#33488)wxiaoguang2025-02-054-91/+100
* Fix commit status events (#33320)Lunny Xiao2025-02-041-0/+1
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang2025-02-021-5/+0
* actions view: move loading of task attributes etc... into own func (#31494)65432025-02-021-67/+81
* Support choose email when creating a commit via web UI (more) (#33445)wxiaoguang2025-01-314-27/+83
* Fix "redirect link" handling (#33440)wxiaoguang2025-01-312-7/+18
* Refactor repository transfer (#33211)Lunny Xiao2025-01-302-50/+37
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-301-22/+46
* Link to tree views of submodules if possible (#33424)Rowan Bohde2025-01-301-0/+6
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-251-14/+14
* Refactor webhook events (#33337)Lunny Xiao2025-01-231-21/+21
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-223-29/+29
* Fix incorrect ref commit ID usage (#33331)wxiaoguang2025-01-205-5/+13