Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 18, 2021
  3. Aug 09, 2021
  4. Aug 04, 2021
  5. Aug 02, 2021
  6. Jul 28, 2021
  7. Jul 27, 2021
  8. Jul 26, 2021
  9. Jul 25, 2021
    • Stan Hu's avatar
      Fix SAML SSO login redirects not working · 6e973420
      Stan Hu authored
      When a user without a SSO session attempted to access anything in a SAML
      group, previously GitLab would redirect the user back to the dashboard
      and lose the original link. This was happening because the `RelayState`
      wasn't being used since the `SessionsController#create` took over. To
      fix this, we have to do things:
      
      1. Store the `RelayState` in the Devise session helper before the
      session is created. `ApplicationController#after_sign_in_path_for` will
      run and retrieve this value.
      
      2. Ensure the `RelayState` is the right value. Previously this value
      would be set to the path of the project (e.g. mygroup/project), but this
      drops the full path that was being accessed. Now we retain the entire
      path so the `redirect` parameter is passed on to the IdP properly.
      
      Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/247674
      
      Changelog: fixed
      EE: true
      Unverified
      6e973420
  10. Jul 23, 2021
  11. Jul 21, 2021
  12. Jul 14, 2021
  13. Jun 24, 2021
  14. Jun 21, 2021
  15. Jun 18, 2021
  16. Jun 15, 2021
  17. Jun 14, 2021
  18. Jun 11, 2021
  19. Jun 08, 2021
  20. Jun 07, 2021
  21. Jun 01, 2021
  22. May 27, 2021
    • Eulyeon Ko's avatar
      Place multiselect drag drop behind a feature flag · cba9f264
      Eulyeon Ko authored
      The Vue library we use for the refactored boards
      does not support multi-item drag&drop.
      
      Until we complete the implementation of drag and drop
      in the refactored boards, we will disable multi select
      in boards by placing it behind a feature flag.
      
      Docs change:
      Add a section on 'board_multi_select'
      and update Multi-select issue cards section.
      
      Changelog: other
      cba9f264
  23. May 24, 2021
  24. May 19, 2021
  25. May 11, 2021
  26. May 10, 2021
  27. May 06, 2021
  28. May 04, 2021
Loading