1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-03 05:58:03 +00:00
gitea/services/forms
YaFou e947f309b1
Add API routes to lock and unlock issues ()
This pull request adds a GitHub-compatible API endpoint to lock and
unlock an issue.

The following routes exist now:
- `PUT /api/v1/repos/{owner}/{repo}/issues/{id}/lock` to lock an issue
- `DELETE /api/v1/repos/{owner}/{repo}/issues/{id}/lock` to unlock an issue

Fixes 
Fixes 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-21 00:43:43 +00:00
..
admin.go Add option to set language in admin user view () 2024-03-02 22:55:02 +01:00
auth_form.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
org.go Fix: Allow org team names of length 255 in create team form () 2024-07-10 02:15:17 +00:00
package_form.go Add Arch package registry () 2024-12-04 23:09:07 +00:00
repo_branch_form.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
repo_form_test.go Add API routes to lock and unlock issues () 2025-04-21 00:43:43 +00:00
repo_form.go Add API routes to lock and unlock issues () 2025-04-21 00:43:43 +00:00
repo_tag_form.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
runner.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
user_form_auth_openid.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
user_form_hidden_comments.go Issue time estimate, meaningful time tracking () 2024-12-05 13:07:53 +00:00
user_form_test.go Improve "generate new access token" form () 2025-02-27 19:40:12 +00:00
user_form.go Added Description Field for Secrets and Variables () 2025-03-17 19:24:54 +00:00