0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 19:47:29 +01:00
gitea/services/context
wxiaoguang 61c35590c7
Refactor RepoRefByType (#32413)
1. clarify the "filepath" could(should) contain "{ref}"
2. remove unclear RepoRefLegacy and RepoRefAny, use RepoRefUnknown to guess
3. by the way, avoid using AppURL
2024-11-05 06:35:54 +00:00
..
upload
access_log.go
api_org.go
api_test.go
api.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
base_test.go
base.go
captcha.go
context_cookie.go
context_model.go
context_request.go
context_response.go
context_template.go
context_test.go
context.go Refactor template ctx and render utils (#32422) 2024-11-05 14:04:26 +08:00
csrf.go Refactor CSRF token (#32216) 2024-10-10 03:48:21 +00:00
org.go
package.go
pagination.go
permission.go Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) 2024-10-11 19:08:19 +00:00
private.go
repo.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
response.go
user.go
utils.go
xsrf_test.go
xsrf.go