1. 09 Apr, 2019 4 commits
    • Hannah Stepanek's avatar
      Use scopes.enforced to determine selectability · b705f103
      Hannah Stepanek authored
      Previously, isScopedToUri took into account enforcement but now
      it does not. Thus, isSelectable logic based on scopes.enforced
      and isScopedToUri was added to the group-list-section controller
      to determine whether a group should be out of scope/not selectable.
      b705f103
    • Hannah Stepanek's avatar
      Remove loading based on conditional feature flag · aebce2f1
      Hannah Stepanek authored
      Since the feature flag isn't available until the profile api request
      completes, and the profile api request is run asynchronously with the
      group api requests, it doesn't make sense to load conditionaly. Instead,
      call all the group api requests and filter the groups for the old groups
      menu later. In this case, filtering is done in the groups.all
      conditionally based on the feature flag.
      aebce2f1
    • Hannah Stepanek's avatar
      Remove scopes.enforced dependency in isScopedToUri · c76faf4b
      Hannah Stepanek authored
      Previously, if the scope was not enforced, isScopedToUri would always
      return true. Now, isScopedToUri is true only when the scopes.uri_patterns
      match.
      c76faf4b
    • Hannah Stepanek's avatar
      Add getInScopeGroups to group store · 3c9d3448
      Hannah Stepanek authored
      getInScopeGroups returns the list of groups for the old groups
      menu. Aka: only groups that are in scope are returned.
      3c9d3448
  2. 08 Apr, 2019 19 commits
  3. 05 Apr, 2019 1 commit
  4. 04 Apr, 2019 1 commit
  5. 03 Apr, 2019 5 commits
  6. 02 Apr, 2019 1 commit
  7. 01 Apr, 2019 9 commits