1. 22 Nov, 2019 24 commits
  2. 20 Nov, 2019 2 commits
  3. 19 Nov, 2019 1 commit
  4. 18 Nov, 2019 2 commits
  5. 12 Nov, 2019 2 commits
  6. 09 Nov, 2019 1 commit
  7. 05 Nov, 2019 2 commits
  8. 04 Nov, 2019 2 commits
  9. 03 Nov, 2019 1 commit
  10. 31 Oct, 2019 2 commits
  11. 30 Oct, 2019 1 commit
    • JC Brand's avatar
      Avoid race-condition that destroys vcards · 17dfa3d7
      JC Brand authored
      VCards were being created before `fetch` was completed, so once fetch
      was done those VCards were unset from their collection.
      
      Add a new event and promise `VCardsInitialized` that triggers after
      successful fetching and wait for it before creating VCards.
      17dfa3d7