Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate gplus to google oauth2 provider (#7885) | techknowlogick | 2019-09-14 | 1 | -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) | techknowlogick | 2019-09-12 | 1 | -0/+8 |
| | |||||
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -1/+4 |
| | |||||
* | Discord Oauth2 support (#4476) | techknowlogick | 2019-01-13 | 1 | -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 BH | 2018-04-29 | 1 | -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) | G | 2017-08-01 | 1 | -8/+3 |
| | |||||
* | gofmt (#1662) | Ethan Koenig | 2017-05-04 | 1 | -6/+6 |
| | |||||
* | Additional OAuth2 providers (#1010) | Willem van Dreumel | 2017-05-01 | 1 | -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 support | Unknwon | 2015-09-17 | 1 | -106/+0 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Page: Manage social accounts | Unknwon | 2014-08-09 | 1 | -9/+27 |
| | |||||
* | Fix #165 | Unknown | 2014-06-21 | 1 | -16/+16 |
| | |||||
* | Batch of mirror fixes | Unknown | 2014-05-06 | 1 | -0/+6 |
| | |||||
* | User code clean and ui improve | Unknown | 2014-05-05 | 1 | -0/+6 |
| | |||||
* | Add weibo oauth | Unknown | 2014-04-13 | 1 | -0/+6 |
| | |||||
* | Clean oauth code | Unknown | 2014-04-13 | 1 | -12/+13 |
| | |||||
* | add oauth2 qq support | skyblue | 2014-04-13 | 1 | -0/+1 |
| | |||||
* | add google oauth2 support | skyblue | 2014-04-12 | 1 | -2/+2 |
| | |||||
* | clean oauth2 code | skyblue | 2014-04-12 | 1 | -5/+1 |
| | |||||
* | finish github oauth2 support | skyblue | 2014-04-12 | 1 | -4/+27 |
| | |||||
* | fix | zhsso | 2014-04-10 | 1 | -0/+49 |
| | |||||
* | mistakes | zhsso | 2014-04-10 | 1 | -49/+0 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-09 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: models/oauth2.go | ||||
| * | remove martini oauth2 depend | skyblue | 2014-04-10 | 1 | -2/+2 |
| | | |||||
* | | Mirror fix | Unknown | 2014-04-09 | 1 | -10/+10 |
|/ | |||||
* | clean tail | skyblue | 2014-04-09 | 1 | -6/+2 |
| | |||||
* | add id for oauth2 | skyblue | 2014-04-09 | 1 | -6/+19 |
| | |||||
* | first works oauth2(github). need to login with /user/login/github | skyblue | 2014-04-07 | 1 | -6/+27 |
| | |||||
* | add oauth2 models | skyblue | 2014-04-03 | 1 | -0/+18 |