aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-302-2/+2
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-273-0/+61
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+33
* Fix wrong error info in RepoRefForAPI (#24344)yp053272023-04-261-1/+1
* Move code from module to service (#24287)KN4CK3R2023-04-231-194/+0
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-222-4/+3
* Make HTML template functions support context (#24056)wxiaoguang2023-04-201-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-192-15/+24
* Show friendly 500 error page to users and developers (#24110)wxiaoguang2023-04-141-34/+10
* Refactor cookie (#24107)wxiaoguang2023-04-133-109/+74
* Correct the access log format (#24085)Gary Moon2023-04-131-1/+8
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-8/+4
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-081-4/+4
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-2/+1
* Ensure RSS icon is present on all repo tabs (#23904)silverwind2023-04-071-0/+5
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-11/+10
* Improve permission check of packages (#23879)yp053272023-04-061-18/+10
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-031-1/+3
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+114
* Improve template error reporting (#23396)zeripath2023-03-201-0/+32
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-13/+2
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-3/+4
* Parse external request id from request headers, and print it in access log (#...sillyguodong2023-03-101-0/+34
* Add missing tabs to org projects page (#22705)yp053272023-03-101-34/+44
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-082-3/+3
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Render access log template as text instead of HTML (#23013)Lunny Xiao2023-02-211-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-6/+6
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-3/+3
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-083-63/+1
* Add new captcha: cloudflare turnstile (#22369)ByLCY2023-02-051-3/+8
* Implement actions (#21937)Jason Song2023-01-312-0/+3
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+28
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-282-2/+14
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-5/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-102-8/+8
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-032-4/+4
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-023-0/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2716-32/+16
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-5/+13
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-0/+59
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+3
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-2/+4
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-23/+43
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-241-3/+6
* Redirect to new repository owner (#21398)KN4CK3R2022-10-111-1/+10
* Add user/organization code search (#19977)Lauris BH2022-10-111-0/+1