aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user/social.go
Commit message (Collapse)AuthorAgeFilesLines
* drop oauth2 feature supportUnknwon2015-09-171-95/+0
|
* safe checkUnknwon2014-11-281-0/+4
|
* mirror fix on oauth2Unknwon2014-11-281-45/+37
|
* fix oauth2Unknwon2014-11-281-58/+50
|
* Add suburl supportUnknwon2014-09-191-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-2/+2
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Feature: Social sign inUnknwon2014-08-091-1/+5
|
* Page: Manage social accountsUnknwon2014-08-091-2/+8
|
* New UI merge in progressUnknwon2014-07-261-5/+3
|
* Fixed #209Unknown2014-05-251-3/+3
|
* Clean oauth codeUnknown2014-04-131-252/+30
|
* Move binding as subrepoUnknown2014-04-131-1/+205
|
* add oauth2 qq supportskyblue2014-04-131-4/+4
|
* add google oauth2 supportskyblue2014-04-121-91/+49
|
* clean oauth2 codeskyblue2014-04-121-3/+5
|
* finish github oauth2 supportskyblue2014-04-121-15/+14
|
* Add flashUnknown2014-04-101-4/+3
|
* remove martini oauth2 dependskyblue2014-04-101-16/+56
|
* Fix #54Unknown2014-04-081-1/+1
|
* clean tailskyblue2014-04-091-0/+3
|
* add id for oauth2skyblue2014-04-091-18/+12
|
* Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-071-4/+8
|
* first works oauth2(github). need to login with /user/login/githubskyblue2014-04-071-23/+92
|
* change oauth2 to modulesskyblue2014-04-021-1/+1
|
* change oauth2 pathskyblue2014-04-021-1/+1
|
* split into social.goskyblue2014-04-021-0/+49