Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to dep (#3972) | Antoine GIRARD | 2018-05-21 | 4 | -243/+0 |
| | | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2 | ||||
* | Update xormstore dependency to fix OAuth2 support for MySQL (#3955) | Lauris BH | 2018-05-13 | 1 | -1/+1 |
| | |||||
* | Store OAuth2 session data in database (#3660) | Lauris BH | 2018-04-29 | 7 | -0/+573 |
* Store OAuth2 session data in database * Rename table to `oauth2_session` and do not skip xormstorage initialization error |