Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 658fb7cdea856caa3e3dcf59f6d7eb5efc182f78 https://github.com/openSUSE/open-build-service/commit/658fb7cdea856caa3e3dcf... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/person_controller.rb M src/api/lib/authenticator.rb Log Message: ----------- [api] Remove @auth_method accessor The @auth_method variable is set on each authentification, but only used by the person controller. This commit removes (setting) the variable and instead uses a proxy_mode? helper in the persin controller. Commit: 23cf1b3033730e350feb1dad128b50caaffc2056 https://github.com/openSUSE/open-build-service/commit/23cf1b3033730e350feb1d... Author: Evan Rolfe <evanrolfe@gmail.com> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/person_controller.rb M src/api/lib/authenticator.rb Log Message: ----------- Merge pull request #2931 from bgeuken/auth_method [api] Remove unused @auth_method accessor from application controller Compare: https://github.com/openSUSE/open-build-service/compare/d68bff010fbe...23cf1b...