summaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-232-7/+7
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-222-1/+6
* Rewrite logger system (#24726)wxiaoguang2023-05-211-4/+1
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-2114-461/+524
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-7/+2
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-131-2/+2
* Support SSH for go get (#24664)rune2023-05-121-1/+8
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-092-76/+9
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-094-232/+12
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-089-664/+714
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-1/+6
* Sort users and orgs on explore by recency by default (#24279)techknowlogick2023-05-061-0/+5
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-045-66/+40
* 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