aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+7
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-031-25/+0
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-5/+2
* Use correct user when determining max repo limits for error messages (#18153)Gusted2022-01-021-1/+1
* Use correct translation key (#18135)Gusted2021-12-311-1/+6
* Add Reindex buttons to repository settings page (#17494)zeripath2021-12-161-0/+47
* Return nicer error for ForcePrivate (#17971)zeripath2021-12-141-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-8/+8
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-14/+15
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-38/+47
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-12/+13
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-3/+1
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-8/+8
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-30/+31
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+3
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-4/+2
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-1/+2
* Make mirror feature more configurable (#16957)65432021-09-071-3/+20
* Add missing return to handleSettingRemoteAddrError (#16794)zeripath2021-08-231-0/+1
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-5/+5
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-10/+10
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-8/+9
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+1
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-4/+112
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+1053