Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ID or Where to instead directly use Get when load object from database ↵ | Lunny Xiao | 2020-06-17 | 1 | -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 Navara | 2018-10-20 | 1 | -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 Koenig | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Run "make fmt" with go-1.6 (#1333) | Sandro Santilli | 2017-03-21 | 1 | -5/+4 |
| | |||||
* | Show user OpenID URIs in their profile (#1314) | Sandro Santilli | 2017-03-20 | 1 | -0/+8 |
| | |||||
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -0/+117 |