gitea/services/context
Lunny Xiao 64960a18f9
Move commit related functions to gitrepo package (#35600)
2025-12-05 00:20:23 +07:00
..
upload Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +07:00
access_log.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
access_log_test.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
api.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +07:00
api_org.go
api_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
base.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +07:00
base_form.go Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +07:00
base_path.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
base_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +07:00
captcha.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +07:00
context.go Support selecting theme on the footer (#35741) 2025-10-28 18:25:00 +07:00
context_cookie.go
context_model.go Refactor context repository (#33202) 2025-01-12 03:39:46 +07:00
context_request.go
context_response.go Improve OAuth2 provider (correct Issuer, respect ENABLED) (#34966) 2025-07-06 13:36:45 +07:00
context_template.go Support selecting theme on the footer (#35741) 2025-10-28 18:25:00 +07:00
context_test.go Refactor request context (#32956) 2024-12-24 11:43:57 +07:00
csrf.go Fix various typos in codebase (#35480) 2025-09-13 10:34:43 +07:00
org.go Enable gocritic `equalFold` and fix issues (#34952) 2025-07-06 16:53:34 +07:00
package.go Add a config option to block "expensive" pages for anonymous users (#34024) 2025-03-30 05:26:19 +07:00
pagination.go Fix git graph page (#34948) 2025-07-04 15:41:19 +07:00
permission.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +07:00
private.go Fix SSH LFS timeout (#34838) 2025-06-24 15:49:31 +07:00
repo.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +07:00
response.go Remove duplicate "ResponseWriter.Status" method (#33346) 2025-01-22 06:37:52 +07:00
user.go Enable gocritic `equalFold` and fix issues (#34952) 2025-07-06 16:53:34 +07:00
utils.go
xsrf.go
xsrf_test.go