summaryrefslogtreecommitdiffstats
path: root/models/user_openid.go
Commit message (Collapse)AuthorAgeFilesLines
* Use ID or Where to instead directly use Get when load object from database ↵Lunny Xiao2020-06-171-2/+2
| | | | | | | | | | | | (#11925) * Use ID or Where to instead directly use Get when load object from database * Apply suggestions from code review Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* Fix SQL quoting (#5117)Filip Navara2018-10-201-1/+1
| | | | | `show` is keyword in MySQL and has to be quoted to reference a column name. Use grave accents (ASCII code 96) for quoting to match rest of the source code. It's non-standard SQL, but it's supported by SQLite and MySQL. Signed-off-by: Filip Navara <navara@emclient.com>
* 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