gitea/modules/structs
wxiaoguang 2900dc90a7
Improve valid user name check ()
Close https://github.com/go-gitea/gitea/issues/21640

Before: Gitea can create users like ".xxx" or "x..y", which is not
ideal, it's already a consensus that dot filenames have special
meanings, and `a..b` is a confusing name when doing cross repo compare.

After: stricter

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
..
activitypub.go User keypairs and HTTP signatures for ActivityPub federation using go-ap ()
admin_user.go Improve valid user name check ()
attachment.go
commit_status.go
cron.go
doc.go
fork.go - name: new parameter in CreateForkOption to give the forked repository ()
git_blob.go
git_hook.go
hook.go Add Webhook authorization header ()
issue.go Deal with markdown template without metadata ()
issue_comment.go Add API to get issue/pull comments and events (timeline) ()
issue_label.go
issue_milestone.go
issue_reaction.go
issue_stopwatch.go
issue_tracked_time.go
lfs_lock.go
mirror.go Add new API endpoints for push mirrors management ()
miscellaneous.go
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
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 Dismiss prior pull reviews if done via web in review dismiss ()
release.go
repo.go Make external issue tracker regexp configurable via API ()
repo_branch.go
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
repo_note.go
repo_refs.go
repo_tag.go
repo_topic.go
repo_tree.go
repo_watch.go
repo_wiki.go Add API to get/edit wiki ()
settings.go
status.go
task.go
user.go Include login_name in adminCreateUser response ()
user_app.go Record OAuth client type at registration ()
user_email.go
user_gpgkey.go
user_key.go