1. 08 Jul, 2020 1 commit
  2. 04 Jul, 2020 1 commit
  3. 29 Jun, 2020 1 commit
  4. 27 Jun, 2020 1 commit
  5. 20 Jun, 2020 2 commits
  6. 19 Jun, 2020 2 commits
  7. 18 Jun, 2020 1 commit
  8. 17 Jun, 2020 9 commits
  9. 11 Jun, 2020 1 commit
    • JoeyFaulkner's avatar
      User management with certificates (#209) · 47920a7f
      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
      
      * 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
      
      * remove certificate handler and deal with permissions exclusively with CertificateUserManager
      
      * remove commented out code
      47920a7f
  10. 10 Jun, 2020 1 commit
    • Fabian Beitler's avatar
      Async _add_node method in xml_importer · b0b54cb9
      Fabian Beitler authored
      Async call method in internal_session
      Async history_read method in internal_session
      Async get_endpoints method in server
      Async delete_nodes method in server and client
      Async load_enums in server and client
      Async stop method in HistoryManager class
      Async load_type_definitions method in server and Client
      Async import_xml in server and Client
      b0b54cb9
  11. 27 May, 2020 2 commits
  12. 16 May, 2020 3 commits
  13. 11 May, 2020 1 commit
    • JoeyFaulkner's avatar
      simple certificate handling (#182) · 43270184
      JoeyFaulkner authored
      * fix authenticating server example
      
      * certificate handling working, tests required
      
      * add tests
      
      * add example certificates and remove some useless code
      
      * add client-with-encryption.py to connect with server-with-encryption
      43270184
  14. 10 May, 2020 1 commit
  15. 09 May, 2020 9 commits
  16. 07 May, 2020 3 commits
  17. 02 May, 2020 1 commit