You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Svantesson 72aa5a20ec Add team option to grant rights for all organization repositories (#8688)
* Add field IsAllRepositories to team

* Add AllRepositories to team UI

* Manage team with access to all repositories

* Add field IsAllRepositories to team API

* put backticks around table/column names

* rename IsAllRepositories to IncludesAllRepositories

* do not reload slice if already loaded

* add repo to teams with access to all repositories when changing repo owner

* improve tests for teams with access to all repositories

* Merge branch 'master'

* Change code for adding all repositories

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

* fmt after merge

* Change code in API EditTeam similar to EditTeamPost web interface

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

* Clarify that all repositories will be added

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

* All repositories option under Permissions headline

* New setting group 'Repository access'

* Move check IncludeAllRepositories to removeRepository.

* Revert "Move check IncludeAllRepositories to removeRepository." and add comment instead.

This reverts commit 753b7d205be260b8be465b5291a02975a81f3093.

* Clarify help text what options do.
5 years ago
..
ldap Abort syncrhonization from LDAP source if there is some error. (#7960) 5 years ago
oauth2 Upgrade xorm to v0.8.0 (#8536) 5 years ago
openid Use gitea forked macaron (#7933) 5 years ago
pam golint fixed for modules/auth 8 years ago
admin.go Use gitea forked macaron (#7933) 5 years ago
auth.go Add setting to disable BASIC authentication (#8586) 5 years ago
auth_form.go Use gitea forked macaron (#7933) 5 years ago
org.go Add team option to grant rights for all organization repositories (#8688) 5 years ago
repo_branch_form.go Use gitea forked macaron (#7933) 5 years ago
repo_form.go Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
repo_form_test.go Use gitea forked macaron (#7933) 5 years ago
user_form.go Use gitea forked macaron (#7933) 5 years ago
user_form_auth_openid.go Use gitea forked macaron (#7933) 5 years ago
user_form_test.go Block registration based on email domain (#5157) 6 years ago