aboutsummaryrefslogtreecommitdiffstats
path: root/services/context
Commit message (Expand)AuthorAgeFilesLines
* Make API "compare" accept commit IDs (#32801)wxiaoguang11 days1-23/+7
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang12 days1-0/+13
* GitHub like repo home page (#32213)yp053272024-12-061-8/+1
* Refactor markup render system (#32589)wxiaoguang2024-11-221-3/+1
* Remove unnecessary code (#32560)Lunny Xiao2024-11-191-7/+0
* Refactor render system (#32492)wxiaoguang2024-11-141-2/+1
* Fix LFS route mock, realm, middleware names (#32488)wxiaoguang2024-11-132-0/+8
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-4/+3
* Include file extension checks in attachment API (#32151)Kemal Zebari2024-11-061-6/+17
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-052-84/+75
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-1/+4
* Refactor DateUtils and merge TimeSince (#32409)wxiaoguang2024-11-041-1/+0
* Replace DateTime with DateUtils (#32383)wxiaoguang2024-11-021-0/+1
* Allow maintainers to view and edit files of private repos when "Allow maintai...Zettat1232024-10-112-1/+12
* Refactor CSRF token (#32216)wxiaoguang2024-10-101-3/+1
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-3/+4
* Fix javascript error when an anonymous user visiting migration page (#32144)Lunny Xiao2024-10-021-1/+4
* Support repo license (#24872)yp053272024-10-011-0/+7
* Refactor CSRF protector (#32057)wxiaoguang2024-09-182-137/+61
* Refactor names (#31405)wxiaoguang2024-06-197-28/+28
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-181-8/+1
* Refactor route path normalization (#31381)wxiaoguang2024-06-172-10/+15
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-101-1/+2
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-2/+2
* Ignore useless error message "broken pipe" (#30801)wxiaoguang2024-05-032-4/+3
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-4/+4
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-251-3/+2
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-0/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-2/+1
* Refactor web routes (#30519)wxiaoguang2024-04-172-17/+12
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-0/+1
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-133-10/+7
* Clean up log messages (#30313)wxiaoguang2024-04-071-2/+2
* 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