aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-1/+1
* Improve RSS (#24335)wxiaoguang2023-04-251-6/+0
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-251-0/+6
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-10/+7
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-13/+8
* Use context parameter in models/git (#22367)Jason Song2023-01-091-3/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Prevent NPE if trying to restore an already restored deleted branch (#21940)zeripath2022-11-251-0/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Keep path when creating a new branch (#21153)JakobDev2022-09-151-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* fix permission check for delete tag (#19985)a10121127962022-06-161-0/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-5/+6
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+1
* more context for models (#19511)65432022-04-281-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Handle missing default branch better in owner/repo/branches page (#18290)zeripath2022-01-161-20/+33
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-3/+3
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+2
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+5
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-4/+4
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* Fix branch pagination error (#16805)Lunny Xiao2021-08-241-1/+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-5/+5
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-3/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+407