summaryrefslogtreecommitdiffstats
path: root/models/user_openid.go
Commit message (Expand)AuthorAgeFilesLines
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-123/+0
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+13
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-5/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-5/+3
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-2/+2
* Fix SQL quoting (#5117)Filip Navara2018-10-201-1/+1
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-5/+4
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+8
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+117