aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Unify repo settings & show better error (#19828)Gusted2022-06-121-5/+7
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+8
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-3/+4
* Ensure minimum mirror interval is reported on settings page (#19895)zeripath2022-06-071-9/+22
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-8/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-3/+3
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+9
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-6/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-8/+9
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-0/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-3/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-13/+13
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+1
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-1/+1
* 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