aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-254-20/+20
* Refactor webhook events (#33337)Lunny Xiao2025-01-232-62/+61
* Support disable passkey auth (#33348)yp053272025-01-223-0/+14
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-227-38/+38
* Support performance trace (#32973)wxiaoguang2025-01-216-7/+57
* Fix issue count (#33338)wxiaoguang2025-01-211-10/+20
* Fix incorrect ref commit ID usage (#33331)wxiaoguang2025-01-206-7/+15
* Refactor response writer & access logger (#33323)wxiaoguang2025-01-201-4/+8
* Fix Account linking page (#33325)CrimsonEdgeHope2025-01-191-0/+11
* Make tracked time representation display as hours (#33315)Vladimir Sysoev2025-01-191-1/+1
* Fix push message behavior (#33215)Chai-Shi2025-01-171-1/+19
* Trivial fixes (#33304)wxiaoguang2025-01-173-3/+3
* Fix incorrect ref usages (#33301)wxiaoguang2025-01-163-18/+8
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-152-1/+17
* Prepare for support performance trace (#33286)wxiaoguang2025-01-153-4/+4
* Move some Actions related functions from `routers` to `services` (#33280)Zettat1232025-01-153-176/+12
* Fix incorrect TagName/BranchName usages (#33279)wxiaoguang2025-01-153-2/+3
* Simplify context ref name (#33267)wxiaoguang2025-01-155-15/+5
* Fix some broken route handlers (#33268)wxiaoguang2025-01-141-4/+5
* Refactor ref type (#33242)Lunny Xiao2025-01-143-56/+50
* Support public code/issue access for private repositories (#33127)wxiaoguang2025-01-143-98/+112
* Validate that the tag doesn't exist when creating a tag via the web (#33241)Kemal Zebari2025-01-142-153/+230
* Let API create and edit system webhooks, attempt 2 (#33180)Michael B.2025-01-131-1/+20
* Fix incorrect ref "blob" (#33240)wxiaoguang2025-01-132-4/+10
* Refactor RefName (#33234)wxiaoguang2025-01-132-1/+2
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-138-45/+15
* Refactor context repository (#33202)wxiaoguang2025-01-1216-44/+36
* Some small refactors (#33144)Lunny Xiao2025-01-101-7/+23
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-103-0/+58
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-105-25/+8
* Refactor older tests to use testify (#33140)TheFox0x72025-01-093-18/+15
* Add missed transaction on setmerged (#33079)Lunny Xiao2025-01-081-18/+4
* add submodule diff links (#33097)Rowan Bohde2025-01-081-1/+0
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-073-4/+4
* Filter reviews of one pull request in memory instead of database to reduce sl...Lunny Xiao2025-01-071-8/+2
* fix empty repo updated time (#33120)Chai-Shi2025-01-071-1/+4
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-0623-218/+103
* Fix repo empty guide (#33114)wxiaoguang2025-01-061-0/+1
* workflow_dispatch use workflow from trigger branch (#33098)ChristopherHX2025-01-053-93/+135
* Fix empty git repo handling logic (#33101)wxiaoguang2025-01-041-16/+30
* Use `Project-URL` metadata field to get a PyPI package's homepage URL (#33089)Kemal Zebari2025-01-032-4/+53
* Clean up legacy form CSS styles (#33081)wxiaoguang2025-01-031-21/+22
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-034-43/+59
* Remove some unnecessary template helpers (#33069)wxiaoguang2025-01-011-0/+2
* Use project's redirect url instead of composing url (#33058)Lunny Xiao2024-12-313-9/+16
* Refactor maven package registry (#33049)wxiaoguang2024-12-312-22/+56
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-3111-73/+116
* Merge updatecommentattachment functions (#33044)Lunny Xiao2024-12-301-1/+1
* Move SetMerged to service layer (#33045)Lunny Xiao2024-12-301-1/+1
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao2024-12-302-21/+9