[obs-commits] [openSUSE/open-build-service] af20ff: Skip redirect in the login modal
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: af20ff5fe80ebb172244d27f78ef227a08ff68ab https://github.com/openSUSE/open-build-service/commit/af20ff5fe80ebb172244d2... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-27 (Thu, 27 Feb 2020) Changed paths: M src/api/app/views/layouts/webui/_login_form.html.haml M src/api/app/views/webui/session/_form.html.haml M src/api/app/views/webui/session/new.html.haml Log Message: ----------- Skip redirect in the login modal The modal doesn't need to redirect to the previously visited page as people never left the page they want to get back to. Fixes #9149 Commit: e5b6490c6bbf54115eb64ae26f3db83a23fda69f https://github.com/openSUSE/open-build-service/commit/e5b6490c6bbf54115eb64a... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-27 (Thu, 27 Feb 2020) Changed paths: M src/api/app/helpers/authentication_protocol_helper.rb Log Message: ----------- Remove port form AuthenticationProtocolHelper.base_url HTTP_REFERER usually does not include the port, so as long as the url matches, let's redirect there. Commit: 7f038c1b9da2593f99ca339fa040ed10b15f925e https://github.com/openSUSE/open-build-service/commit/7f038c1b9da2593f99ca33... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-28 (Fri, 28 Feb 2020) Changed paths: M src/api/app/helpers/authentication_protocol_helper.rb M src/api/app/views/layouts/webui/_login_form.html.haml M src/api/app/views/webui/session/_form.html.haml M src/api/app/views/webui/session/new.html.haml Log Message: ----------- Merge pull request #9151 from hennevogel/bugfix/9149 Bugfix/9149 Compare: https://github.com/openSUSE/open-build-service/compare/8fd077dc2796...7f038c...
participants (1)
-
Henne Vogelsang