gitea/modules/structs
Jason Song d3f850cc0e
Support comma-delimited string as labels in issue template ()
The [labels in issue YAML
templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms#top-level-syntax)
can be a string array or a comma-delimited string, so a single string
should be valid labels.

The old codes committed in  ignore this, that's why the warning is
displayed:

<img width="618" alt="image"
src="https://user-images.githubusercontent.com/9418365/202112642-93dc72d0-71c3-40a2-9720-30fc2d48c97c.png">

Fixes .
..
activitypub.go User keypairs and HTTP signatures for ActivityPub federation using go-ap ()
admin_user.go Improve valid user name check ()
attachment.go Fix wrong hint when status checking is running on pull request view ()
commit_status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
cron.go Add cron running API ()
doc.go Move sdk structs to modules/structs ()
fork.go - name: new parameter in CreateForkOption to give the forked repository ()
git_blob.go Move sdk structs to modules/structs ()
git_hook.go Move sdk structs to modules/structs ()
hook.go Add Webhook authorization header ()
issue.go Support comma-delimited string as labels in issue template ()
issue_comment.go Add API to get issue/pull comments and events (timeline) ()
issue_label.go [API] Fix inconsistent label color format ()
issue_milestone.go Add Created & Updated to Milestone ()
issue_reaction.go [API] Fix 9544 | return 200 when reaction already exist ()
issue_stopwatch.go Display current stopwatch in navbar ()
issue_test.go Support comma-delimited string as labels in issue template ()
issue_tracked_time.go [API] Extend times API ()
lfs_lock.go Move sdk structs to modules/structs ()
mirror.go Add new API endpoints for push mirrors management ()
miscellaneous.go API method to list all commits of a repository ()
nodeinfo.go Add nodeinfo endpoint for federation purposes ()
notifications.go API: add html urls to notification subjects ()
org.go Add name field for org api ()
org_member.go Move sdk structs to modules/structs ()
org_team.go Fix typo in API comment document ()
org_type.go Add more linters to improve code readability ()
package.go Add Package Registry ()
pull.go Add API endpoint to get changed files of a PR ()
pull_review.go Add `updated_at` field to PullReview API object ()
release.go Add single release page and latest redirect ()
repo.go Make external issue tracker regexp configurable via API ()
repo_branch.go Support unprotected file patterns ()
repo_collaborator.go Add API to query collaborators permission for a repository ()
repo_commit.go More commit info from API ()
repo_file.go Add latest commit's SHA to content response ()
repo_key.go Move sdk structs to modules/structs ()
repo_note.go Add an api endpoint to fetch git notes () ()
repo_refs.go Move sdk structs to modules/structs ()
repo_tag.go [API] Add repoCreateTag ()
repo_topic.go Add API endpoint for accessing repo topics ()
repo_tree.go Move sdk structs to modules/structs ()
repo_watch.go Move sdk structs to modules/structs ()
repo_wiki.go Add API to get/edit wiki ()
settings.go Add custom emoji support ()
status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
task.go Move migrating repository from frontend to backend ()
user.go Include login_name in adminCreateUser response ()
user_app.go Record OAuth client type at registration ()
user_email.go Move sdk structs to modules/structs ()
user_gpgkey.go Add option to provide signature for a token to verify key ownership ()
user_key.go Move sdk structs to modules/structs ()