about summary refs log tree commit diff
path: root/spec/controllers/oauth/authorizations_controller_spec.rb
AgeCommit message (Collapse)Author
2018-09-09Add force_login option to OAuth authorize page (#8655)Eugen Rochko
* Add force_login option to OAuth authorize page For when a user needs to sign into an app from multiple accounts on the same server * When logging out from modal header, redirect back after re-login
2018-04-21Use raw status code on have_http_status (#7214)Yamagishi Kazutoshi
2017-05-29Cover Oauth::AuthorizationsController more (#3361)Akihiko Odaki
2017-04-28More controller specs (#2561)Matt Jankowski
* Add render_views in more places * Delegate methods from account to user with allow nil true, so that admin accounts show view renders when missing a user * Use actual account instances in authorize follow controller spec
2016-11-18Fix OAuth authorization page and add a spec for itEugen Rochko