aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Fix display problems of members and teams unit (#26363)yp053272023-08-151-0/+14
* Set commit id when ref used explicitly (#26447)Jack Hay2023-08-121-0/+1
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-0/+1
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-0/+4
* Start using template context function (#26254)wxiaoguang2023-08-083-5/+63
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-0/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-262-12/+12
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-7/+7
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-21/+9
* Revert package access change from #23879 (#25707)KN4CK3R2023-07-091-7/+17
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-2/+2
* Less naked returns (#25713)65432023-07-071-37/+37
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0410-16/+16
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-5/+30
* Refactor indexer (#25174)Jason Song2023-06-231-1/+1
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-0/+4
* Refactor web package and context package (#25298)wxiaoguang2023-06-185-5/+42
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-162-8/+6
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-0/+4
* Fix open redirect check for more cases (#25143)Lauris BH2023-06-081-2/+2
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-10/+18
* 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