| Commit message (Expand) | Author | Age | Files | Lines |
* | Batch delete issue and improve tippy opts (#25253) | wxiaoguang | 2023-06-19 | 1 | -0/+4 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 5 | -5/+42 |
* | Use fetch to send requests to create issues/comments (#25258) | wxiaoguang | 2023-06-16 | 2 | -8/+6 |
* | Change form actions to fetch for submit review box (#25219) | HesterG | 2023-06-14 | 1 | -0/+4 |
* | Fix open redirect check for more cases (#25143) | Lauris BH | 2023-06-08 | 1 | -2/+2 |
* | Redesign Scoped Access Tokens (#24767) | Jack Hay | 2023-06-04 | 1 | -10/+18 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 2 | -7/+7 |
* | Fix regression: access log template, gitea manager cli command (#24838) | wxiaoguang | 2023-05-22 | 2 | -1/+6 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -4/+1 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 14 | -461/+524 |
* | Refactor Pull Mirror and fix out-of-sync bugs (#24732) | wxiaoguang | 2023-05-15 | 1 | -7/+2 |
* | Use standard HTTP library to serve files (#24693) | wxiaoguang | 2023-05-13 | 1 | -2/+2 |
* | Support SSH for go get (#24664) | rune | 2023-05-12 | 1 | -1/+8 |
* | Make repository response support HTTP range request (#24592) | wxiaoguang | 2023-05-09 | 2 | -76/+9 |
* | Improve Gitea's web context, decouple "issue template" code into service pack... | wxiaoguang | 2023-05-09 | 4 | -232/+12 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 9 | -664/+714 |
* | Pass 'not' to commit count (#24473) | Matthew Walowski | 2023-05-08 | 1 | -1/+6 |
* | Sort users and orgs on explore by recency by default (#24279) | techknowlogick | 2023-05-06 | 1 | -0/+5 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 5 | -66/+40 |
* | Use globally shared HTMLRender (#24436) | wxiaoguang | 2023-04-30 | 2 | -2/+2 |
* | Refactor "route" related code, fix Safari cookie bug (#24330) | wxiaoguang | 2023-04-27 | 3 | -0/+61 |
* | Require repo scope for PATs for private repos and basic authentication (#24362) | John Olheiser | 2023-04-26 | 1 | -0/+33 |
* | Fix wrong error info in RepoRefForAPI (#24344) | yp05327 | 2023-04-26 | 1 | -1/+1 |
* | Move code from module to service (#24287) | KN4CK3R | 2023-04-23 | 1 | -194/+0 |
* | Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270) | wxiaoguang | 2023-04-22 | 2 | -4/+3 |
* | Make HTML template functions support context (#24056) | wxiaoguang | 2023-04-20 | 1 | -1/+1 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 2 | -15/+24 |
* | Show friendly 500 error page to users and developers (#24110) | wxiaoguang | 2023-04-14 | 1 | -34/+10 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 3 | -109/+74 |
* | Correct the access log format (#24085) | Gary Moon | 2023-04-13 | 1 | -1/+8 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 1 | -8/+4 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 1 | -4/+4 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 1 | -2/+1 |
* | Ensure RSS icon is present on all repo tabs (#23904) | silverwind | 2023-04-07 | 1 | -0/+5 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 1 | -11/+10 |
* | Improve permission check of packages (#23879) | yp05327 | 2023-04-06 | 1 | -18/+10 |
* | Append `(comment)` when a link points at a comment rather than the whole issu... | Hester Gong | 2023-04-03 | 1 | -1/+3 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 1 | -0/+114 |
* | Improve template error reporting (#23396) | zeripath | 2023-03-20 | 1 | -0/+32 |
* | Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) | Hester Gong | 2023-03-16 | 1 | -13/+2 |
* | Make branches list page operations remember current page (#23420) | wxiaoguang | 2023-03-14 | 1 | -3/+4 |
* | Parse external request id from request headers, and print it in access log (#... | sillyguodong | 2023-03-10 | 1 | -0/+34 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 1 | -34/+44 |
* | Set `X-Gitea-Debug` header once (#23361) | Yarden Shoham | 2023-03-08 | 2 | -3/+3 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+1 |
* | Render access log template as text instead of HTML (#23013) | Lunny Xiao | 2023-02-21 | 1 | -1/+1 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -1/+1 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -6/+6 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 1 | -3/+3 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 3 | -63/+1 |