aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Differentiate between `push` and `pull` `mirror sync in progress` (#27390)delvh2023-10-021-2/+2
* Fix repo count in org action settings (#27245)yp053272023-09-293-0/+18
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-1/+1
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-5/+19
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-4/+4
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-152-5/+6
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-132-50/+64
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-082-6/+7
* Improve hint when uploading a too large avatar (#26935)Lunny Xiao2023-09-071-1/+1
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-27/+27
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-271-1/+1
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-4/+3
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Add ThreadID parameter for Telegram webhooks (#25996)Earl Warren2023-08-131-1/+2