summaryrefslogtreecommitdiffstats
path: root/services/context
Commit message (Expand)AuthorAgeFilesLines
* Refactor external URL detection (#29973)wxiaoguang2024-03-221-0/+27
* Refactor URL detection (#29960)wxiaoguang2024-03-211-3/+3
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-13/+9
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-9/+8
* Unify search boxes (#29530)Denys Konovalov2024-03-141-1/+1
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+1
* Use strict protocol check when redirect (#29642)wxiaoguang2024-03-072-1/+48
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-021-4/+5
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-011-20/+0
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-282-7/+7
* Move context from modules to services (#29440)Lunny Xiao2024-02-2727-9/+4295
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Fix the display of org level badges (#26504)yp053272023-09-061-0/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-7/+9
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-0/+21
* Add missing tabs to org projects page (#22705)yp053272023-03-101-9/+0
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-0/+62