summaryrefslogtreecommitdiffstats
path: root/models/external_login_user.go
Commit message (Expand)AuthorAgeFilesLines
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-194/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-9/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-10/+15
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+2
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-1/+4
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-1/+5
* Allow more than 255 characters for tokens in external_login_user table (#8554)Wenxuan Zhao2019-10-181-3/+3
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-171-1/+1
* fix bug on FindExternalUsersByProvider (#8504)Lunny Xiao2019-10-141-1/+1
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-18/+125
* Add primary key and index to external login user table (#1656)Lauris BH2017-05-021-3/+3
* fix delete user failed on sqlite (#1321)Lunny Xiao2017-03-201-5/+5
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+74