aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting_protected_branch.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files under repo/setting (#25585)Lunny Xiao2023-07-021-382/+0
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+1
* Support for status check pattern (#24633)Zettat1232023-05-171-14/+26
* Move `Rename branch` from repo settings page to the page of branches list (#2...sillyguodong2023-04-301-4/+4
* Improve protected branch setting page (#24379)Hester Gong2023-04-291-9/+0
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Get rules by id when editing branch protection rule (#22932)Zettat1232023-02-201-4/+30
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-2/+2
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-142/+166
* Use context parameter in models/git (#22367)Jason Song2023-01-091-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-9/+9
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-281-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-3/+4
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+38
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+286