aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao42 hours2-6/+5
* Support creating relative link to raw path in markdown (#34105)wxiaoguang42 hours1-1/+14
* Do not show 500 error when default branch doesn't exist (#34096)wxiaoguang2 days2-3/+23
* Enable addtional linters (#34085)TheFox0x73 days10-33/+34
* Add flat-square action badge style (#34062)bytedream3 days1-11/+14
* fix users being able bypass limits with repo transfers (#34031)TheFox0x74 days2-3/+10
* Enable testifylint rules (#34075)TheFox0x74 days5-34/+34
* Add a config option to block "expensive" pages for anonymous users (#34024)wxiaoguang5 days1-1/+1
* enable staticcheck QFxxxx rules (#34064)TheFox0x76 days4-10/+14
* Add anonymous access support for private/unlisted repositories (#34051)wxiaoguang6 days2-85/+204
* Hide activity contributors, recent commits and code frequrency left tabs if t...Lunny Xiao6 days2-16/+1
* Add anonymous access support for private repositories (backend) (#33257)wxiaoguang7 days1-709/+805
* fix org repo creation being limited by user limits (#34030)TheFox0x78 days1-2/+2
* Download actions job logs from API (#33858)Lunny Xiao9 days1-39/+9
* Prepare common tmpl functions in a middleware (#33957)wxiaoguang10 days1-38/+0
* Auto expand "New PR" form (#33971)wxiaoguang11 days2-14/+22
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-212-11/+11
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao2025-03-194-6/+6
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-156-11/+14
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-154-45/+64
* Add abstraction layer to delete repository from disk (#33879)Lunny Xiao2025-03-141-4/+5
* Improve repo commit view (#33877)wxiaoguang2025-03-141-0/+11
* Pull request updates will also trigger code owners review requests (#33744)Lunny Xiao2025-03-131-2/+1
* Improve issue & code search (#33860)wxiaoguang2025-03-131-5/+5
* Refactor cache-control (#33861)wxiaoguang2025-03-132-5/+5
* Add workflow_job webhook (#33694)ChristopherHX2025-03-112-1/+26
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-101-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