aboutsummaryrefslogtreecommitdiffstats
path: root/services/context
Commit message (Expand)AuthorAgeFilesLines
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao4 days1-2/+2
* Do not show 500 error when default branch doesn't exist (#34096)wxiaoguang4 days1-1/+1
* Enable addtional linters (#34085)TheFox0x75 days7-14/+14
* Enable testifylint rules (#34075)TheFox0x76 days1-1/+1
* Add a config option to block "expensive" pages for anonymous users (#34024)wxiaoguang7 days1-1/+1
* enable staticcheck QFxxxx rules (#34064)TheFox0x77 days1-3/+4
* Add anonymous access support for private repositories (backend) (#33257)wxiaoguang9 days1-1/+1
* Git client will follow 301 but 307 (#34005)Lunny Xiao12 days1-1/+3
* Only use prev and next buttons for pagination on user dashboard (#33981)Lunny Xiao14 days1-0/+6
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-152-5/+5
* Refactor cache-control (#33861)wxiaoguang2025-03-132-2/+2
* Improve log format (#33814)wxiaoguang2025-03-082-2/+2
* Improve "generate new access token" form (#33730)Guillaume2025-02-271-4/+7
* Fix git empty check and HEAD request (#33690)wxiaoguang2025-02-241-0/+5
* Refactor error system (#33626)wxiaoguang2025-02-172-6/+12
* Refactor error system (#33610)wxiaoguang2025-02-168-79/+73
* Avoid duplicate SetContextValue call (#33564)wxiaoguang2025-02-122-3/+2
* Fix context usage (#33554)wxiaoguang2025-02-112-5/+6
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-113-1/+11
* Refactor web route handler (#33488)wxiaoguang2025-02-051-178/+154
* Worktime tracking for the organization level (#19808)K Kovacs2025-02-031-0/+2
* Fix "redirect link" handling (#33440)wxiaoguang2025-01-312-13/+26
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-1/+1
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-251-11/+3
* Do not access GitRepo when a repo is being created (#33380)wxiaoguang2025-01-241-0/+3
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-223-15/+4
* Refactor response writer & access logger (#33323)wxiaoguang2025-01-203-64/+151
* Fix incorrect ref usages (#33301)wxiaoguang2025-01-161-0/+12
* Prepare for support performance trace (#33286)wxiaoguang2025-01-151-13/+11
* Fix incorrect TagName/BranchName usages (#33279)wxiaoguang2025-01-151-4/+0
* Simplify context ref name (#33267)wxiaoguang2025-01-151-29/+10
* Refactor ref type (#33242)Lunny Xiao2025-01-142-55/+27
* Support public code/issue access for private repositories (#33127)wxiaoguang2025-01-141-65/+9
* Fix incorrect ref "blob" (#33240)wxiaoguang2025-01-131-10/+0
* Refactor RefName (#33234)wxiaoguang2025-01-131-10/+1
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-131-84/+71
* Refactor context repository (#33202)wxiaoguang2025-01-122-58/+27
* Fix raw file API ref handling (#33172)wxiaoguang2025-01-102-23/+18
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-071-3/+3
* Fix empty git repo handling logic (#33101)wxiaoguang2025-01-041-3/+0
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-313-5/+10
* Refactor pagination (#33037)wxiaoguang2024-12-301-22/+2
* Clarify path param naming (#32969)wxiaoguang2024-12-247-105/+132
* Refactor request context (#32956)wxiaoguang2024-12-248-173/+107
* Add sub issue list support (#32940)wxiaoguang2024-12-241-1/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-223-12/+11
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-181-2/+1
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-121-23/+7
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-0/+13
* GitHub like repo home page (#32213)yp053272024-12-061-8/+1