gitea/modules/structs
David Svantesson 69a255defb Team permission to create repository in organization ()
* Add team permission setting to allow creating repo in organization.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Add test case for creating repo when have team creation access.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* build error: should omit comparison to bool constant

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Add comment on exported functions

* Fix fixture consistency, fix existing unit tests

* Fix boolean comparison in xorm query.

* addCollaborator and changeCollaborationAccessMode separate steps

More clear to use different if-cases.

* Create and commit xorm session

* fix

* Add information of create repo permission in team sidebar

* Add migration step

* Clarify that repository creator will be administrator.

* Fix some things after merge

* Fix language text that use html

* migrations file

* Create repository permission -> Create repositories

* fix merge

* fix review comments
..
admin_user.go Move sdk structs to modules/structs ()
attachment.go Revert "make modules/structs as a spereate go mod ()" ()
doc.go Move sdk structs to modules/structs ()
fork.go Move sdk structs to modules/structs ()
git_blob.go Move sdk structs to modules/structs ()
git_hook.go Move sdk structs to modules/structs ()
hook.go Improve webhooks ()
issue.go Fix API deadline removal ()
issue_comment.go Display original author and URL information when showing migrated issues/comments ()
issue_label.go Add missing description of label on API ()
issue_milestone.go Move sdk structs to modules/structs ()
issue_tracked_time.go Move sdk structs to modules/structs ()
lfs_lock.go Move sdk structs to modules/structs ()
miscellaneous.go API method to list all commits of a repository ()
org.go Add teams to repo on collaboration page. ()
org_member.go Move sdk structs to modules/structs ()
org_team.go Team permission to create repository in organization ()
org_type.go Fixes - API Org Visibility ()
pull.go Fix API deadline removal ()
release.go Move sdk structs to modules/structs ()
repo.go Template Repositories ()
repo_branch.go Update branch API endpoint to show effective branch protection. ()
repo_collaborator.go Move sdk structs to modules/structs ()
repo_commit.go Move sdk structs to modules/structs ()
repo_file.go Be more strict with git arguments ()
repo_key.go Move sdk structs to modules/structs ()
repo_refs.go Move sdk structs to modules/structs ()
repo_tag.go Fixes - Adds the /git/tags API endpoint ()
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 ()
status.go Move sdk structs to modules/structs ()
task.go Move migrating repository from frontend to backend ()
user.go Add LastLogin to the User API ()
user_app.go Move sdk structs to modules/structs ()
user_email.go Move sdk structs to modules/structs ()
user_gpgkey.go Move sdk structs to modules/structs ()
user_key.go Move sdk structs to modules/structs ()
utils.go Add golangci ()