Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1af3befd8814957010ebd2c30d3bfae87879ad98 https://github.com/openSUSE/open-build-service/commit/1af3befd8814957010ebd2... Author: Stephan Kulow <coolo@suse.de> Date: 2019-05-11 (Sat, 11 May 2019) Changed paths: M src/api/app/controllers/webui/webui_controller.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/user.rb Log Message: ----------- Extend User's API Deprecate User.current in favor of split usage of User.possibly_nobody and User.session! The latter will throw an exception if no user is logged in (controller needs to make sure it requires login), the former behaves like User.current In addition introduce User.session that may return nil if no user is logged in Commit: 7cd8593d782d68c0098088ce0997e7ec8c9fd6d0 https://github.com/openSUSE/open-build-service/commit/7cd8593d782d68c0098088... Author: Stephan Kulow <coolo@suse.de> Date: 2019-05-12 (Sun, 12 May 2019) Changed paths: M src/api/app/controllers/webui/webui_controller.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/user.rb Log Message: ----------- Merge pull request #7491 from coolo/extend_user_api Extend User's API Compare: https://github.com/openSUSE/open-build-service/compare/bd27c0451399...7cd859...