gitea/modules/structs
Jimmy Praet 5aebc4f000
Respect DefaultUserIsRestricted system default when creating new user ()
* Apply DefaultUserIsRestricted in CreateUser

* Enforce system defaults in CreateUser

Allow for overwrites with CreateUserOverwriteOptions

* Fix compilation errors

* Add "restricted" option to create user command

* Add "restricted" option to create user admin api

* Respect default setting.Service.RegisterEmailConfirm and setting.Service.RegisterManualConfirm where needed

* Revert "Respect default setting.Service.RegisterEmailConfirm and setting.Service.RegisterManualConfirm where needed"

This reverts commit ee95d3e8dc.
..
admin_user.go Respect DefaultUserIsRestricted system default when creating new user ()
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 Package Registry ()
issue.go Add option to define refs in issue templates ()
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_tracked_time.go [API] Extend times API ()
lfs_lock.go Move sdk structs to modules/structs ()
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 Fix various typos ()
org_member.go Move sdk structs to modules/structs ()
org_team.go Team permission allow different unit has different permission ()
org_type.go Fixes - API Org Visibility ()
package.go Add Package Registry ()
pull.go Add "Allow edits from maintainer" feature ()
pull_review.go Expose resolver via API ()
release.go Add single release page and latest redirect ()
repo.go When updating mirror repo intervals by API reschedule next update too ()
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 "Allow edits from maintainer" feature ()
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 Add an abstract json layout to make it's easier to change json library ()
user_app.go Remove Unused Functions ()
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 ()