gitea/services/context
Lunny Xiao 2e3a191097
Fix javascript error when an anonymous user visiting migration page (#32144) (#32179)
backport #32144

This PR fixes javascript errors when an anonymous user visits the
migration page.
It also makes task view checking more restrictive.

The router moved from `/user/task/{id}/status` to
`/username/reponame/-/migrate/status` because it's a migrate status.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-10-04 17:58:04 +00:00
..
upload Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
access_log.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api.go Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
api_org.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
base.go Check if reverse proxy is correctly configured (#30890) (#30935) 2024-05-10 12:34:04 +00:00
base_test.go Use strict protocol check when redirect (#29642) 2024-03-07 02:03:41 +00:00
captcha.go Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
context.go Refactor CSRF protector (#32057) (#32069) 2024-09-18 17:02:45 +00:00
context_cookie.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_model.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_request.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_response.go Refactor AppURL usage (#30885) (#30891) 2024-05-08 13:34:43 +00:00
context_template.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_test.go Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
csrf.go Refactor CSRF protector (#32057) (#32069) 2024-09-18 17:02:45 +00:00
org.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
package.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
pagination.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
permission.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
private.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
repo.go Fix javascript error when an anonymous user visiting migration page (#32144) (#32179) 2024-10-04 17:58:04 +00:00
response.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
user.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
utils.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
xsrf.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
xsrf_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00