Skip to content
Snippets Groups Projects
  1. Apr 21, 2016
    • Torsten Grote's avatar
      Show relevant decline responses in the conversation · 11e6d64e
      Torsten Grote authored
      * If the user has already declined, we don't show that the other
        introducee has declined as well. The backend doesn't have that information, so
        this is compatible with the principle of showing what we know.
      * If the user has already accepted or hasn't yet responded, we show the
        decline response in the private conversation with the introducer. If
        the user hasn't yet responded, we hide the accept/decline buttons
        in the introduction request message.
      
      Messages an introducee receives in a `FINISHED` state are now being
      ignored and deleted.
      
      Closes #295
      11e6d64e
    • akwizgran's avatar
      5457588d
    • akwizgran's avatar
      Merge branch '203-remove-tor-binaries' into 'master' · 24987336
      akwizgran authored
      Remove Tor binaries from repo. #203
      
      This patch removes the Tor binaries from the repo - the binaries will be downloaded at build time and verified using SHA-256 hashes included in the repo.
      
      After this branch has been merged I plan to reduce the size of the repo by rewriting the commit history to delete the Tor binaries (and various other cruft that used to live in the repo, such as fonts).
      
      After the history has been rewritten, everyone will need to delete their local repo and clone a fresh copy. I'll send out some warnings beforehand.
      
      See merge request !147
      24987336
  2. Apr 20, 2016
    • akwizgran's avatar
      Merge branch '276-introduction-integration-tests' into 'master' · 698f3470
      akwizgran authored
      Introduction Integration Tests
      
      This introduces these integration tests for the introduction client:
      * normal session where both introducees accept
      * normal session where the first introducee declines
      * normal session where the second introducee declines
      * one session where a contact is introduced to herself
      * one session where two identities of the same contact are introduced to each other
      
      I managed to get rid of the non-determinism missing validator problem by properly injecting the eager singletons.
      
      Attention: This is based on !143 which addresses a corner case that is already tested here.
      
      See merge request !139
      698f3470
    • akwizgran's avatar
      Merge branch '284-force-introduction-decline-when-identities' into 'master' · 2d23ecea
      akwizgran authored
      Addresses two Introduction Corner Cases
      
      * force decline when two of our own identities are introduced to each
        other
      * throw away introduction requests to the same identity
        (impossible to trigger from UI)
      
      Closes #284
      Closes #294
      
      See merge request !143
      2d23ecea
    • Torsten Grote's avatar
      Integration Tests for Introduction Client · 36ef536e
      Torsten Grote authored
      * normal session where both introducees accept
      * normal session where the first introducee declines
      * normal session where the second introducee declines
      * one session where a contact is introduced to herself
      * one session where two identities of the same contact
        are introduced to each other
      
      This introduces a new IntroductionAbortedEvent to signal when the
      protocol was aborted. It is not yet used in the UI.
      
      It closes #276
      36ef536e
    • Torsten Grote's avatar
      This addresses two types of introduction corner cases: · d0036dea
      Torsten Grote authored
      * force decline when two of our own identities are introduced to each
        other
      * throw away introduction requests to the same identity
        (impossible to trigger from UI)
      
      Closes #284
      d0036dea
  3. Apr 19, 2016
  4. Apr 18, 2016
  5. Apr 15, 2016
  6. Apr 14, 2016
  7. Apr 13, 2016
  8. Apr 12, 2016
  9. Apr 11, 2016
  10. Apr 06, 2016
Loading