aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+7
* Add user blocking (#29028)KN4CK3R2024-03-042-6/+23
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-0/+3
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-2/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-2714-15/+15
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Change webhook-type in create-view (#29114)Tim-Nicas Oelschläger2024-02-151-0/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-3/+3
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+1
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-1/+1
* Improve user search display name (#29002)KN4CK3R2024-02-011-3/+2
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-241-5/+5
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+1
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-122-19/+9
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-3/+18
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-132-6/+13
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-3/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-142-7/+7
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-033-6/+6