gitea/modules/structs
David Svantesson a0e88dfc2e Add teams to repo on collaboration page. ()
* Add teams to repo on collaboration page.

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

* Add option for repository admins to change teams access to repo.

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

* Add comment for functions

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

* Make RepoAdminChangeTeamAccess default false in xorm and make it default checked in template instead.

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

* Make proper language strings and fix error redirection.

* Add unit tests for adding and deleting team from repository.

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

* Add database migration

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

* Fix redirect

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

* Fix locale string mismatch.

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

* Move team access mode text logic to template.

* Move collaborator access mode text logic to template.
..
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 Implement webhook branch filter ()
issue.go Display original author and URL information when showing migrated issues/comments ()
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 swagger/fix: []string are not enum by swagger definition ()
org_type.go Fixes - API Org Visibility ()
pull.go Move sdk structs to modules/structs ()
release.go Move sdk structs to modules/structs ()
repo.go Add option to initialize repository with labels ()
repo_branch.go Move sdk structs to modules/structs ()
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 ()
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 ()