aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files under repo/setting (#25585)Lunny Xiao2023-07-021-1309/+0
* Hide 'Mirror Settings' when unneeded, improve hints (#24433)Panagiotis "Ivory" Vasilopoulos2023-05-291-0/+2
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-9/+18
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-0/+6
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-8/+8
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-1/+1
* Improve error report when user passes a private key (#22726)zeripath2023-02-021-0/+4
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-3/+3
* Add user secrets (#22191)KN4CK3R2023-02-011-39/+0
* Add repository setting to enable/disable releases unit (#22671)Brecht Van Lommel2023-02-011-0/+9
* Implement actions (#21937)Jason Song2023-01-311-1/+9
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-1/+0
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+40
* Allow disable code tab (#20805)Lunny Xiao2022-12-121-0/+9
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-4/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Do not allow organisation owners add themselves as collaborator (#20043)Wim2022-09-281-0/+13
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-5/+6
* Fix mirror address setting not working (#20850)Gary Wang2022-08-211-2/+5
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-9/+9
* fix enabling repo packages when projects are off (#20486)Norwin2022-07-261-1/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-6/+8
* 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