1. 16 Sep, 2020 2 commits
  2. 11 Sep, 2020 1 commit
    • starturtle's avatar
      Update client.py · c9c998f9
      starturtle authored
      make the detailed policy ID match the signature algorithm and its other implications.
      c9c998f9
  3. 05 Sep, 2020 1 commit
  4. 02 Sep, 2020 2 commits
  5. 25 Aug, 2020 3 commits
    • Andreas Heine's avatar
      Update server-callback.py · e6146e86
      Andreas Heine authored
      e6146e86
    • oroulet's avatar
      fix typo in cmd test · 13a17153
      oroulet authored
      13a17153
    • JoeyFaulkner's avatar
      write callbacks and user metadata attaching to server callbacks (#229) · a47c1d0f
      JoeyFaulkner authored
      * getting started
      
      * remove ridiculous change to generated code
      
      * remove ridiculous change to generated code
      
      * checkpoint
      
      * another checkpoint
      
      * found the error, tests now pass
      
      * improve error when person with incorrect credentials tries to connect
      
      * add better error handling for when a user does something they aren't permitted to do
      
      * pass tests
      
      * add tests for simple permissions
      
      * add third certificate and some documentation
      
      * clean up pull request
      
      * remove pointless import
      
      * hopefully pass tests
      
      * add write subscribe option and tests
      
      * implement changes requested
      
      * add dataclasses to requirements for python 3.6
      
      * put dataclasses in the travis file instead of the dev_requirements.txt
      
      * implement user manager in iserver instead of using the certificate handler
      
      * uncomment some code
      
      * add permissions=None to base security policy object
      
      * pass crypto connect tests
      
      * fix tests
      
      * hopefully pass all the tests now
      
      * actually pass tests this time
      
      * add user to write callback
      
      * allow callbacks to be asynchronous
      
      * remove certificate handler and deal with permissions exclusively with CertificateUserManager
      
      * remove commented out code
      
      * add ability to find endpoints for unauthenticated user
      
      * add pytest mock to travis file
      
      * try to make the file less complex to pass tests
      
      * add pytest mocking to setup.py tests_require
      
      * rename callback dispatcher to callback service
      
      * implement 2/3 changes requested
      
      * fix tests
      
      * add callbacks before write and before/after read
      
      * fix callback tests (i think)
      a47c1d0f
  6. 22 Aug, 2020 1 commit
  7. 21 Aug, 2020 1 commit
  8. 19 Aug, 2020 1 commit
  9. 11 Aug, 2020 11 commits
  10. 30 Jul, 2020 17 commits