gitea/modules/context
yp05327 a6a674e26a
Add guide page to actions when there's no workflows ()
Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/599d40c1-9b8d-4189-9286-c9c36fb780dd)

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/848a73d1-aaec-478f-93a7-adcc7ee18907)
..
access_log.go Replace `interface{}` with `any` ()
api.go Unify two factor check ()
api_org.go Implement FSFE REUSE for golang files ()
api_test.go Implement FSFE REUSE for golang files ()
base.go Introduce ctx.PathParamRaw to avoid incorrect unescaping ()
captcha.go Replace `interface{}` with `any` ()
context.go Clean up template locale usage ()
context_cookie.go Enhanced auth token / remember me ()
context_model.go Improve Gitea's web context, decouple "issue template" code into service package ()
context_request.go Decouple the different contexts from each other ()
context_response.go Start using template context function ()
context_template.go Start using template context function ()
context_test.go Use standard HTTP library to serve files ()
csrf.go Refactor cookie ()
org.go Even more `db.DefaultContext` refactor ()
package.go Even more `db.DefaultContext` refactor ()
pagination.go Replace `interface{}` with `any` ()
permission.go Add context parameter to some database functions ()
private.go Replace `interface{}` with `any` ()
repo.go Add guide page to actions when there's no workflows ()
response.go Refactor web package and context package ()
utils.go Avoid double-unescaping of form value ()
xsrf.go Update gitea-vet to check FSFE REUSE ()
xsrf_test.go Update gitea-vet to check FSFE REUSE ()