gitroast/routers/user
David Schneiderbauer 099372d76c Refactor User Settings (#3900)
* 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
2018-05-15 13:07:32 +03:00
..
auth.go issue-2768: added new option allow_only_external_registration (#3910) 2018-05-13 15:51:16 +08:00
auth_openid.go Refactor and simplify redirect to url (#3674) 2018-03-15 22:13:34 +01:00
home.go refactor: reduce sql query in retrieveFeeds (#3547) 2018-02-21 18:55:34 +08:00
home_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
main_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
notification.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
profile.go Refactor and simplify redirect to url (#3674) 2018-03-15 22:13:34 +01:00
setting.go Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00
setting_openid.go Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00
setting_test.go Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00