aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-6/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-1/+2
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-021-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+8
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Search branches (#27055)Lunny Xiao2023-09-171-1/+4
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Display branch commit status (#25608)Lunny Xiao2023-07-031-0/+18
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-202/+11
* 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