gogs/models
haixunlu 68a6579852 login_source: add default authentication switch (#5338)
* Add default Authentication Switch.

* adjust the code accroding to reviews

* #1. Remove redudant logic.
#2, Fix a bug in "Edit" panel.

* Remove unused logic

* Fix local authentication files are not flushed.

* refactor according to review.
2018-09-13 13:49:07 -04:00
..
errors repo/editor: hide internal error detail 2018-08-17 23:35:53 +08:00
migrations models: rename Id to ID 2018-08-16 20:26:09 +08:00
access.go
action.go
admin.go
attachment.go
comment.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
error.go
git_diff.go
git_diff_test.go
issue.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
issue_label.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
issue_mail.go
login_source.go login_source: add default authentication switch (#5338) 2018-09-13 13:49:07 -04:00
milestone.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
mirror.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
mirror_test.go
models.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
models_sqlite.go
models_test.go
org.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
org_team.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
pull.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
release.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo_branch.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo_collaboration.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo_editor.go repo_editor: able to trigger Git hooks (#4338) 2018-08-17 23:15:20 +08:00
repo_test.go
ssh_key.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
ssh_key_test.go
token.go
two_factor.go
update.go
user.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
user_cache.go
user_mail.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
webhook.go
webhook_dingtalk.go
webhook_discord.go
webhook_slack.go
wiki.go