1. 12 Mar, 2018 2 commits
  2. 08 Mar, 2018 5 commits
  3. 07 Mar, 2018 3 commits
  4. 01 Mar, 2018 1 commit
  5. 26 Feb, 2018 1 commit
  6. 21 Feb, 2018 4 commits
  7. 20 Feb, 2018 3 commits
  8. 19 Feb, 2018 8 commits
  9. 18 Feb, 2018 1 commit
  10. 16 Feb, 2018 7 commits
  11. 15 Feb, 2018 1 commit
    • Sheetal Umesh Kumar's avatar
      Get the list of groups from the new endpoint and update it wherever applicable. · 36c46608
      Sheetal Umesh Kumar authored
      Fetch the list of groups from the new `/api/groups` endpoint instead of
      using the groups list returned in the `/api/profile` result. This
      supports providing the current document URI as a parameter, which
      enables the server to change the list of open groups returned depending
      on the current URL.
      
      In order to update the groups list correctly, taking into account the
      current document URI, when the user joins or leaves a group, the
      `streamer` service now handles "session change" notifications by
      triggering a re-fetch of groups from the `/api/groups` endpoint instead
      of updating the groups directly from the payload of the WebSocket
      message.
      Co-authored-by: 's avatarRobert Knight <robertknight@gmail.com>
      36c46608
  12. 13 Feb, 2018 4 commits