aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting
Commit message (Expand)AuthorAgeFilesLines
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao3 days1-23/+9
* refactor organization menu (#33928)Exploding Dragon4 days1-3/+2
* Uniform all temporary directories and allow customizing temp path (#32352)Lunny Xiao6 days1-6/+2
* Check user/org repo limit instead of doer (#34147)DrMaxNix6 days1-1/+2
* Enable addtional linters (#34085)TheFox0x713 days2-18/+18
* fix users being able bypass limits with repo transfers (#34031)TheFox0x714 days1-0/+3
* Enable testifylint rules (#34075)TheFox0x72025-03-311-11/+11
* Add anonymous access support for private/unlisted repositories (#34051)wxiaoguang2025-03-292-85/+204
* Add anonymous access support for private repositories (backend) (#33257)wxiaoguang2025-03-281-709/+805
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-151-1/+1
* Add workflow_job webhook (#33694)ChristopherHX2025-03-111-0/+1
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-101-2/+1
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-051-17/+3
* Refactor error system (#33610)wxiaoguang2025-02-167-46/+46
* 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
* Fix commit status events (#33320)Lunny Xiao2025-02-041-0/+1
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-7/+1
* Refactor webhook events (#33337)Lunny Xiao2025-01-231-21/+21
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-221-11/+11
* Fix incorrect ref commit ID usage (#33331)wxiaoguang2025-01-201-0/+2
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-0/+8
* Support public code/issue access for private repositories (#33127)wxiaoguang2025-01-141-3/+14
* Clarify path param naming (#32969)wxiaoguang2024-12-244-15/+15
* Refactor template & test related code (#32938)wxiaoguang2024-12-228-44/+46
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-5/+4
* Move delete deploy keys into service layer (#32201)Lunny Xiao2024-12-181-1/+1
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-182-4/+4
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-121-0/+7
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-271-2/+1
* Add priority to protected branch (#32286)65432024-11-271-0/+10
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-181-36/+15
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-3/+2
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+1
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-103-4/+4
* Don't return 500 if mirror url contains special chars (#31859)Lunny Xiao2024-08-211-2/+4
* Show lock owner instead of repo owner on LFS setting page (#31788)Jason Song2024-08-111-0/+5
* Move repository visibility to danger zone in the settings area (#31126)Fábio Barkoski2024-08-111-9/+34
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-091-0/+2
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-1/+26
* Refactor names (#31405)wxiaoguang2024-06-196-19/+19
* Improve detecting empty files (#31332)wxiaoguang2024-06-131-0/+1
* Fix wrong transfer hint (#30889)Lunny Xiao2024-05-081-2/+8
* Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762)wxiaoguang2024-04-291-2/+2
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-3/+5
* Fix rename branch 500 when the target branch is deleted but exist in database...Lunny Xiao2024-04-121-1/+7
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-011-0/+12
* Refactor file view & render (#30227)wxiaoguang2024-04-011-9/+8
* Fix incorrect menu/link on webhook edit page (#29709)yp053272024-03-141-0/+1
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-6/+1