gitea/modules/auth
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.
..
ldap Abort syncrhonization from LDAP source if there is some error. ()
oauth2 migrate gplus to google oauth2 provider ()
openid Use gitea forked macaron ()
pam golint fixed for modules/auth
admin.go Use gitea forked macaron ()
auth.go Implement webhook branch filter ()
auth_form.go Use gitea forked macaron ()
org.go Add teams to repo on collaboration page. ()
repo_branch_form.go Use gitea forked macaron ()
repo_form.go Refuse merge until all required status checks success ()
repo_form_test.go Use gitea forked macaron ()
user_form.go Use gitea forked macaron ()
user_form_auth_openid.go Use gitea forked macaron ()
user_form_test.go Block registration based on email domain ()