This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models
Willem van Dreumel 950f2e2074 Additional OAuth2 providers (#1010)
* add google+

* sort signin oauth2 providers based on the name so order is always the same

* update auth tip for google+

* add gitlab provider

* add bitbucket provider (and some go fmt)

* add twitter provider

* add facebook provider

* add dropbox provider

* add openid connect provider incl. new format of tips section in "Add New Source"

* lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow)

* imports according to goimport and code style

* make it possible to set custom urls to gitlab and github provider (only these could have a different host)

* split up oauth2 into multiple files

* small typo in comment

* fix indention

* fix indentation

* fix new line before external import

* fix layout of signin part

* update "broken" dependency
2017-05-01 21:26:53 +08:00
..
fixtures MySQL, Postgres integration tests in drone (#1638) 2017-04-30 14:30:12 +08:00
migrations
access.go
access_test.go Refactor and fix incorrect comment (#1247) 2017-03-15 08:51:46 +08:00
action.go
action_test.go
admin.go
admin_test.go
attachment.go
attachment_test.go
branches.go
consistency_test.go
error.go
error_oauth2.go Additional OAuth2 providers (#1010) 2017-05-01 21:26:53 +08:00
external_login_user.go fix delete user failed on sqlite (#1321) 2017-03-20 22:13:52 +08:00
git_diff.go
git_diff_test.go
gpg_key.go
gpg_key_test.go
graph.go
graph_test.go
helper.go
issue.go
issue_comment.go
issue_indexer.go
issue_label.go
issue_label_test.go
issue_list.go
issue_list_test.go
issue_mail.go
issue_milestone.go
issue_milestone_test.go
issue_test.go
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
lfs.go
login_source.go
mail.go Fix URL handling in the whole markdown module, improve test coverage (#1027) 2017-02-24 22:59:56 +08:00
models.go
models_sqlite.go
models_test.go
models_tidb.go
notification.go
notification_test.go
oauth2.go
org.go
org_team.go
org_team_test.go
org_test.go Consistency checks for unit tests (#853) 2017-02-07 19:47:55 +08:00
pull.go
pull_test.go
release.go
repo.go
repo_branch.go
repo_collaboration.go
repo_collaboration_test.go
repo_editor.go
repo_list.go
repo_list_test.go
repo_mirror.go
repo_redirect.go Redirects for renamed repos (#807) 2017-02-05 22:35:03 +08:00
repo_redirect_test.go
repo_test.go
repo_unit.go
repo_watch.go
repo_watch_test.go
setup_for_test.go
ssh_key.go
ssh_key_test.go Use assert in legacy unit tests (#867) 2017-02-08 14:29:07 +08:00
star.go refactor: small optimize for sql query (#940) 2017-02-15 14:01:50 +08:00
star_test.go
status.go
status_test.go
test_fixtures.go
token.go
token_test.go
twofactor.go
unit.go Add units concept for modulable functions of a repository (#742) 2017-02-04 23:53:46 +08:00
update.go
update_test.go
user.go
user_follow.go
user_follow_test.go
user_mail.go
user_mail_test.go
user_openid.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
user_openid_test.go
user_test.go
webhook.go
webhook_slack.go
webhook_test.go
wiki.go
wiki_test.go