gitea/models
jpicht 8cd4c2242c Fix default for allowing new organization creation for new users ()
Fixed 

When creating users DefaultAllowCreateOrganization was ignored.

Signed-off-by: Julian Picht <julian.picht@gmail.com>

* fix TestCreateUser_Issue5882

Signed-off-by: Julian Picht <julian.picht@gmail.com>
..
fixtures Allow collaborators to view repo owned private org ()
migrations Add mssql migration tests ()
access.go Trace Logging on Permission Denied & ColorFormat ()
access_test.go Restrict permission check on repositories and fix some problems ()
action.go Move sdk structs to modules/structs ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go Improve issue reference on commit ()
admin.go Better logging () ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Move sdk structs to modules/structs ()
attachment_test.go fix upload attachments ()
branches.go Better logging () ()
branches_test.go Add deleted_branch table fixture ()
consistency.go Fix activity feed ()
error.go Hash App token ()
error_oauth2.go gofmt ()
external_login_user.go Add primary key and index to external login user table ()
git_blame.go Add option to blame files ()
git_blame_test.go Add option to blame files ()
git_diff.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
git_diff_test.go Fix ParsePatch function to work with quoted diff --git strings ()
gpg_key.go Fix wrong GPG expire date ()
gpg_key_test.go Fix wrong GPG expire date ()
graph.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
graph_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
helper.go Add reactions to issues/PR and comments ()
helper_directory.go Remove local clones & make hooks run on merge/edit/upload ()
helper_environment.go Stop running hooks on pr merge ()
issue.go Fix index produces problem when issues/pulls deleted ()
issue_assignees.go Move sdk structs to modules/structs ()
issue_assignees_test.go Improve performance of dashboard ()
issue_comment.go Move sdk structs to modules/structs ()
issue_comment_list.go Comments list performance optimization ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go fix sqlite lock ()
issue_dependency_test.go Fix an error while adding a dependency via UI. ()
issue_label.go Move sdk structs to modules/structs ()
issue_label_test.go Move sdk structs to modules/structs ()
issue_list.go Refactor issue indexer ()
issue_list_test.go Shows total tracked time in issue and milestone list ()
issue_lock.go Implement "conversation lock" for issue comments ()
issue_mail.go fix mail notification when close/reopen issue ()
issue_milestone.go Move sdk structs to modules/structs ()
issue_milestone_test.go Move sdk structs to modules/structs ()
issue_reaction.go Refactor struct's time to remove unnecessary memory usage ()
issue_reaction_test.go Ensure valid git author names passed in signatures ()
issue_stopwatch.go Improve performance of dashboard ()
issue_stopwatch_test.go Refactor struct's time to remove unnecessary memory usage ()
issue_test.go Add more tests and docs for issue indexer, add db indexer type for searching from database ()
issue_tracked_time.go Move sdk structs to modules/structs ()
issue_tracked_time_test.go Feature: Timetracking ()
issue_user.go Fix sqlite deadlock when assigning to a PR ()
issue_user_test.go Multiple assignees ()
issue_watch.go Update xorm to latest version and fix correct `user` table referencing in sql ()
issue_watch_test.go Hide unactive on explore users and some refactors ()
lfs.go Refactor editor upload, update and delete to use git plumbing and add LFS support ()
lfs_lock.go Move sdk structs to modules/structs ()
log.go Move xorm logger bridge from log to models so that log module could be a standalone package ()
login_source.go Remove macaron dependent on models ()
mail.go Remove macaron dependent on models ()
main_test.go Unit tests for wiki routers ()
migrate.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ()
models.go Add support of utf8mb4 for mysql ()
models_sqlite.go fix dump table name error and add some test for dump database ()
models_test.go fix dump table name error and add some test for dump database ()
notification.go Fix sqlite lock ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Discord Oauth2 support ()
oauth2_application.go OAuth2 Grant UI ()
oauth2_application_test.go OAuth2 Grant UI ()
org.go Fix org visibility bug when git cloning ()
org_team.go Trace Logging on Permission Denied & ColorFormat ()
org_team_test.go api: Add missing GET teams endpoints ()
org_test.go Allow to set organization visibility (public, internal, private) ()
pull.go Use modules/git for git commands ()
pull_test.go Disable merging a WIP Pull request ()
release.go Move sdk structs to modules/structs ()
release_test.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ()
repo.go Fix index produces problem when issues/pulls deleted ()
repo_activity.go Git statistics in Activity tab ()
repo_branch.go Remove local clones & make hooks run on merge/edit/upload ()
repo_collaboration.go Fix not removed watches on unallowed repositories ()
repo_collaboration_test.go Unit tests for models/repo_collaboration ()
repo_indexer.go Change UpdateRepoIndex api to include watchers ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go SearchRepositoryByName improvements and unification ()
repo_list_test.go SearchRepositoryByName improvements and unification ()
repo_mirror.go When mirroring we should set the remote to mirror ()
repo_permission.go Allow collaborators to view repo owned private org ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Redirects for renamed repos ()
repo_redirect_test.go Unit tests for repo redirects ()
repo_tag.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_test.go Remove local clones & make hooks run on merge/edit/upload ()
repo_unit.go Add rebase with merge commit merge style () ()
repo_watch.go Fix sqlite deadlock when assigning to a PR ()
repo_watch_test.go Hide unactive on explore users and some refactors ()
review.go Move sdk structs to modules/structs ()
review_test.go Show review summary in pull requests ()
ssh_key.go Better logging () ()
ssh_key_test.go Add work path CLI option ()
star.go Ensure that sessions are passed into queries that could use the database to prevent deadlocks ()
star_test.go Fix tests code to prevent some runtime errors ()
status.go Move sdk structs to modules/structs ()
status_test.go Fix tests code to prevent some runtime errors ()
test_fixtures.go Increase the retry limit to 20 times and the interval to 200ms ()
token.go Hash App token ()
token_test.go Hash App token ()
topic.go fix topic name length on database ()
topic_test.go feat(repo): support search repository by topic name ()
twofactor.go Fix double-generation of scratch token () ()
u2f.go fix u2f registrationlist ToRegistrations() method ()
u2f_test.go Override xorm type mapping for U2F counter ()
unit.go fix new team 500 ()
unit_tests.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
update.go Better logging () ()
update_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
upload.go Refactor editor upload, update and delete to use git plumbing and add LFS support ()
user.go Fix default for allowing new organization creation for new users ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go Move user_follow to separate file ()
user_heatmap.go Only count users own actions for heatmap contributions ()
user_heatmap_test.go Fix JSON result of empty array ()
user_mail.go Replace deprecated Id method with ID ()
user_mail_test.go Fix tests code to prevent some runtime errors ()
user_openid.go Fix SQL quoting ()
user_openid_test.go Fix tests code to prevent some runtime errors ()
user_test.go Fix default for allowing new organization creation for new users ()
webhook.go Make webhook http connections resuable ()
webhook_dingtalk.go Move sdk structs to modules/structs ()
webhook_discord.go Move sdk structs to modules/structs ()
webhook_msteams.go Move sdk structs to modules/structs ()
webhook_slack.go Move sdk structs to modules/structs ()
webhook_telegram.go Move sdk structs to modules/structs ()
webhook_test.go Move sdk structs to modules/structs ()
wiki.go Remove local clones & make hooks run on merge/edit/upload ()
wiki_test.go Remove local clones & make hooks run on merge/edit/upload ()