gitea/routers
David Svantesson 72aa5a20ec Add team option to grant rights for all organization repositories ()
* 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 753b7d205b.

* Clarify help text what options do.
..
admin Fix new user form for non-local users ()
api/v1 Add team option to grant rights for all organization repositories ()
dev Display ui time with customize time location ()
org Add team option to grant rights for all organization repositories ()
private Allow Protected Branches to Whitelist Deploy Keys ()
repo Add additional periods to activity page ()
routes Add basic repository lfs management ()
user Fix template error on account page ()
utils Slack webhook channel name cannot be empty or just contain an hashtag ()
home.go Use AppSubUrl for more redirections ()
init.go Move webhook to a standalone package under modules ()
install.go Upgrade xorm to v0.8.0 ()
metrics.go Use gitea forked macaron ()
swagger_json.go Swagger.v1.json template ()