summaryrefslogtreecommitdiffstats
path: root/routers/user/setting_openid.go
Commit message (Collapse)AuthorAgeFilesLines
* Splitted the user settings code into several files to be more maintainable ↵David Schneiderbauer2018-05-171-130/+0
| | | | | | | | | | | | | | | | | (#3968) * refactor setting router code splitted up one huge router settings file into the smaller files representing the actual page structure * move code to subfolder * rename functions * renamed files * add copyright information
* Refactor User Settings (#3900)David Schneiderbauer2018-05-151-36/+11
| | | | | | | | | | | | | | | | | | | | | | * moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-7/+7
| | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-14/+11
|
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+16
|
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+142