1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-08 00:44:26 +00:00
gitea/services/context
wxiaoguang 781c6df40f
Add sub issue list support (#32940)
Just like GitHub, show issue icon/title when the issue number is in a list
2024-12-24 01:54:19 +00:00
..
upload Include file extension checks in attachment API (#32151) 2024-11-06 21:34:32 +00:00
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 Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
captcha.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
context_cookie.go
context_model.go
context_request.go
context_response.go Add sub issue list support (#32940) 2024-12-24 01:54:19 +00:00
context_template.go
context_test.go
context.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
csrf.go Refactor CSRF token (#32216) 2024-10-10 03:48:21 +00:00
org.go Refactor markup render system (#32589) 2024-11-22 05:48:09 +00:00
package.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
pagination.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
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 Move RepoTransfer from models to models/repo sub package (#32506) 2024-12-18 11:44:16 +08:00
response.go
user.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
utils.go
xsrf_test.go
xsrf.go