summaryrefslogtreecommitdiffstats
path: root/models/oauth2.go
Commit message (Collapse)AuthorAgeFilesLines
* migrate gplus to google oauth2 provider (#7885)techknowlogick2019-09-141-1/+1
| | | | | | | | | | * migrate gplus to google oauth2 provider. this still provides support for old gplus connections. * Update models/oauth2.go Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> * make vendor
* oauth2 with remote Gitea - Fix #8093 (#8149)techknowlogick2019-09-121-0/+8
|
* Add golangci (#6418)kolaente2019-06-121-1/+4
|
* Discord Oauth2 support (#4476)techknowlogick2019-01-131-0/+1
| | | | | | | | | | | | | | * add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth
* Store OAuth2 session data in database (#3660)Lauris BH2018-04-291-2/+5
| | | | | | * Store OAuth2 session data in database * Rename table to `oauth2_session` and do not skip xormstorage initialization error
* Replace calls to xorm UseBool with Where (#2237)G2017-08-011-8/+3
|
* gofmt (#1662)Ethan Koenig2017-05-041-6/+6
|
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* drop oauth2 feature supportUnknwon2015-09-171-106/+0
|
* WIP: create PR - choose branchUnknwon2015-08-081-1/+1
|
* Fix spelling errors in comments.Joseph Crail2014-12-061-1/+1
|
* Page: Manage social accountsUnknwon2014-08-091-9/+27
|
* Fix #165Unknown2014-06-211-16/+16
|
* Batch of mirror fixesUnknown2014-05-061-0/+6
|
* User code clean and ui improveUnknown2014-05-051-0/+6
|
* Add weibo oauthUnknown2014-04-131-0/+6
|
* Clean oauth codeUnknown2014-04-131-12/+13
|
* add oauth2 qq supportskyblue2014-04-131-0/+1
|
* add google oauth2 supportskyblue2014-04-121-2/+2
|
* clean oauth2 codeskyblue2014-04-121-5/+1
|
* finish github oauth2 supportskyblue2014-04-121-4/+27
|
* fixzhsso2014-04-101-0/+49
|
* mistakeszhsso2014-04-101-49/+0
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-091-1/+2
|\ | | | | | | | | Conflicts: models/oauth2.go
| * remove martini oauth2 dependskyblue2014-04-101-2/+2
| |
* | Mirror fixUnknown2014-04-091-10/+10
|/
* clean tailskyblue2014-04-091-6/+2
|
* add id for oauth2skyblue2014-04-091-6/+19
|
* first works oauth2(github). need to login with /user/login/githubskyblue2014-04-071-6/+27
|
* add oauth2 modelsskyblue2014-04-031-0/+18